public interface IEnqueueModelDefinition extends ICICSDefinition
Modifier and Type | Interface and Description |
---|---|
static class |
IEnqueueModelDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENT
|
static class |
IEnqueueModelDefinition.StatusValue
Enumeration type for field STATUS
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
IEnqueueModelDefinition.ChangeAgentValue |
getChangeAgent()
Getter for field CHANGEAGENT
|
ICICSDefinitionReference<IEnqueueModelDefinition> |
getCICSObjectReference() |
java.lang.String |
getEnqname()
Getter for field ENQNAME
|
java.lang.String |
getEnqscope()
Getter for field ENQSCOPE
|
ICICSType<IEnqueueModelDefinition> |
getObjectType() |
IEnqueueModelDefinition.StatusValue |
getStatus()
Getter for field STATUS
|
java.lang.String |
getUserdata1()
Getter for field USERDATA1
|
java.lang.String |
getUserdata2()
Getter for field USERDATA2
|
java.lang.String |
getUserdata3()
Getter for field USERDATA3
|
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime, getCSDGroup, getDescription, getVersion
getCICSType, getName
ICICSType<IEnqueueModelDefinition> getObjectType()
getObjectType
in interface ICICSDefinition
getObjectType
in interface ICICSObject
getObjectType
in interface IDefinition
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
IEnqueueModelDefinition.ChangeAgentValue getChangeAgent()
Last modification agent
The change agent identifier that made the last modification.
java.lang.String getEnqscope()
Enqueue scope name
The 4-character name which qualifies sysplex-wide ENQUEUE requests issued by this CICS region. If left blank it indicates that the enqueue is LOCAL.
IEnqueueModelDefinition.StatusValue getStatus()
Enqueue status
A CVDA value describing the current state of the ENQMODEL:
java.lang.String getEnqname()
Enqueue resource name
The 1 to 255-character resource name.
java.lang.String getUserdata1()
User data area 1
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
java.lang.String getUserdata2()
User data area 2
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
java.lang.String getUserdata3()
User data area 3
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
ICICSDefinitionReference<IEnqueueModelDefinition> getCICSObjectReference()
getCICSObjectReference
in interface ICICSDefinition
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface IDefinition
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.