|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPolicyRule
generated from CICS resourcetable RULE
Field Summary |
---|
Fields inherited from interface com.ibm.cics.model.ICICSResource |
---|
COPYRIGHT |
Method Summary | ||
---|---|---|
|
findReferences(IReferenceAttribute<From,IPolicyRule> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. |
|
java.lang.String |
getAbendCode()
Getter for field ABCODE |
|
java.lang.Long |
getActualThresholdValue()
Getter for field THRESHOLD |
|
java.lang.Long |
getBaseApplicationMajorVersion()
Getter for field BASEAPMAJVER |
|
java.lang.Long |
getBaseApplicationMicroVersion()
Getter for field BASEAPMICVER |
|
java.lang.Long |
getBaseApplicationMinorVersion()
Getter for field BASEAPMINVER |
|
java.lang.String |
getBaseApplicationName()
Getter for field BASEAPPLICTN |
|
java.lang.String |
getBaseLevel()
Getter for field BASELEVEL |
|
java.lang.String |
getBasePlatformName()
Getter for field BASEPLATFORM |
|
java.lang.String |
getBundleDirectoryName()
Getter for field BUNDLEDIR |
|
java.lang.String |
getBundleID()
Getter for field BUNDLEID |
|
java.lang.Long |
getBundleMajorVersion()
Getter for field BUNDLEMAJVER |
|
java.lang.Long |
getBundleMicroVersion()
Getter for field BUNDLEMICVER |
|
java.lang.Long |
getBundleMinorVersion()
Getter for field BUNDLEMINVER |
|
java.lang.String |
getBundleName()
Getter for field BUNDLE |
|
IPolicyRuleReference |
getCICSObjectReference()
|
|
java.util.Date |
getCreationTime()
Getter for field DEFINETIME |
|
java.lang.String |
getEpAdapter()
Getter for field EPADAPTER |
|
java.lang.String |
getEpAdapterSet()
Getter for field EPADAPTERSET |
|
java.lang.String |
getInstallationAgent()
Getter for field INSTALLAGENT |
|
java.util.Date |
getInstallationTime()
Getter for field INSTALLTIME |
|
java.lang.String |
getInstallationUserID()
Getter for field INSTALLUSRID |
|
java.lang.String |
getLastModificationAgent()
Getter for field CHANGEAGENT |
|
java.lang.String |
getLastModificationAgentRelease()
Getter for field CHANGEAGREL |
|
java.util.Date |
getLastModificationTime()
Getter for field CHANGETIME |
|
java.lang.String |
getLastModificationUserID()
Getter for field CHANGEUSRID |
|
ICICSType<IPolicyRule> |
getObjectType()
|
|
java.lang.String |
getOperationName()
Getter for field BASEOPERATN |
|
java.lang.String |
getOperator()
Getter for field OPERATOR |
|
java.lang.String |
getPolicyName()
Getter for field POLICY |
|
java.lang.String |
getPolicyRule()
Getter for field RULE |
|
java.lang.String |
getPolicySet()
Getter for field POLICYSET |
|
java.util.Date |
getPreviousExceptionTime()
Getter for field TIME |
|
java.lang.String |
getRuleItem()
Getter for field RULEITEM |
|
java.lang.String |
getRuleType()
Getter for field RULETYPE |
|
java.lang.String |
getSourceOfTheResourceDefinition()
Getter for field DEFINESOURCE |
|
java.lang.Long |
getThresholdExceededCount()
Getter for field COUNT |
|
java.lang.Long |
getThresholdValue()
Getter for field VALUE |
|
java.lang.String |
getTriggerAction()
Getter for field ACTION |
|
java.lang.String |
getUserTag()
Getter for field USERTAG |
|
java.lang.String |
getValueUnits()
Getter for field UNIT |
Methods inherited from interface com.ibm.cics.model.ICICSResource |
---|
getCICSRelease, getRegionName |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType, getName |
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject |
---|
getAttributeValue |
Method Detail |
---|
ICICSType<IPolicyRule> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getPolicyRule()
Policy Rule
The name of the Policy Rule.
java.lang.String getLastModificationAgent()
Last modification agent
The change agent identifier that made the last modification.
java.lang.String getLastModificationAgentRelease()
Last modification agent release
The CICS release level of the agent that made the last modification to the resource definition.
java.lang.String getLastModificationUserID()
Last modification user ID
The user ID that made the last modification to the resource definition.
java.lang.String getSourceOfTheResourceDefinition()
Source of the resource definition
The source of the definition, depending on which made the last change.
java.util.Date getCreationTime()
Creation time
The local date and time when the resource definition record was created on DFHCSD or EYUDREP.
java.util.Date getLastModificationTime()
Last modification time
The local date and time when the definition was last changed.
java.util.Date getInstallationTime()
Installation time
The local date and time when the definition was installed.
java.lang.String getInstallationAgent()
Installation agent
The install agent identifier that made the installation:
java.lang.String getInstallationUserID()
Installation user ID
The user ID that installed the resource definition.
java.lang.String getRuleType()
Rule type
The type of resource being monitored. Values are:
java.lang.String getRuleItem()
Rule item name
The resource being monitored. Values are:
java.lang.String getOperator()
Test operator
The operator that will be used on the value to establish whether the rule's condition has become true. Value are:
java.lang.Long getThresholdValue()
Limit value
The limiting value that will be checked to establish whether the rule's condition has become true.
java.lang.Long getActualThresholdValue()
Actual threshold value
The actual value used to determine if a threshold has been breached. It is derived from combining the VALUE and UNIT attributes.
java.lang.String getValueUnits()
Unit qualifier
The unit qualifier that applies to the limiting value provided. Values are:
java.lang.String getTriggerAction()
Trigger action
The action to be taken should this rule's condition become true. Values are:
java.lang.String getPolicySet()
Policy set
The name of the run time policy set that contains the policy rule.
java.lang.String getPolicyName()
Policy name
The name of the policy to which the rule belongs.
java.lang.String getUserTag()
User tag
The user tag of the rule's policy as specified by the policy descriptor bundle XML.
java.lang.String getBundleName()
Bundle Name
The name of the bundle in which the rule's policy was installed.
java.lang.String getBundleID()
Bundle ID
The ID of the bundle in which the rule's policy was installed.
java.lang.Long getBundleMajorVersion()
Bundle major version
The major version of the bundle in which the rule's policy was installed.
java.lang.Long getBundleMinorVersion()
Bundle minor version
The minor version of the bundle in which the rule's policy was installed.
java.lang.Long getBundleMicroVersion()
Bundle micro version
The micro version of the bundle in which the rule's policy was installed.
java.lang.String getBundleDirectoryName()
Bundle directory name
The fully-qualified name of the directory on zFS for the bundle in which the rule's policy was installed.
java.lang.String getBaseLevel()
Base level
The level from where this rule was originally installed. E.g. If the query is for a scope of APPLICATION and this rule was installed for the PLATFORM in which the application runs then PLATRTYPE would be shown. Value are:
java.lang.String getBasePlatformName()
Base platform name
The name of the platform to which the policy rule applies.
java.lang.String getBaseApplicationName()
Base application name
The name of the application for which policy rules are being returned. If no application name is returned, then rules that apply to all applications are returned.
java.lang.Long getBaseApplicationMajorVersion()
Base application major version
The major version of the application to which the policy rule applies. If no version is returned, then the rule was applied to all applications.
java.lang.Long getBaseApplicationMinorVersion()
Base application minor version
The minor version of the application to which the policy rule applies. If no version is returned, then the rule was applied to all applications.
java.lang.Long getBaseApplicationMicroVersion()
Base application micro version
The micro version of the application to which the policy rule applies. If no version is returned, then the rule was applied to all applications.
java.lang.String getOperationName()
Operation name
The name of the application operation to which the policy rule applies. If no application operation name is returned, then the rule was applied to all operations.
java.lang.Long getThresholdExceededCount()
Threshold exceeded count
The count of the number of times that a rule threshold has been exceeded within the current statistics interval.
java.lang.String getAbendCode()
Abend code
The task abend code to be used when a threshold is breached with an ACTION value of ABEND.
java.util.Date getPreviousExceptionTime()
Previous exception time
Time stamp of the last occasion when the rule threshold was exceeded.
java.lang.String getEpAdapterSet()
EP adapter set name
The name of the event processing adapter set that encapsulates the event processing adapter that will be called when a threshold is breached with and ACTION value of EVENT.
java.lang.String getEpAdapter()
EP adapter name
The name of the event processing adapter that will be called when a threshold is breached with and ACTION value of EVENT.
IPolicyRuleReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IPolicyRule> referenceAttribute)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |