|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnqueueModelDefinition
generated from CICS resourcetable ENQMDEF
Nested Class Summary | |
---|---|
static class |
IEnqueueModelDefinition.StatusValue
Enumeration type for field STATUS |
Method Summary | |
---|---|
java.lang.String |
getCsdgroup()
Getter for field CSDGROUP |
java.lang.String |
getEnqname()
Getter for field ENQNAME |
java.lang.String |
getEnqscope()
Getter for field ENQSCOPE |
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 |
Methods inherited from interface com.ibm.cics.model.ICICSDefinition |
---|
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime, getDescription, getVersion |
Methods inherited from interface com.ibm.cics.model.IDefinition |
---|
getName |
Method Detail |
---|
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.
java.lang.String getCsdgroup()
CSD group
The name of the CSD group for this CICS resource definition. This field is ignored for BAS definitions.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |