com.ibm.cics.model
Interface IEnqueueModelDefinition

All Superinterfaces:
ICICSDefinition, ICICSObject, IDefinition, com.ibm.cics.model.meta.ITypedObject

public interface IEnqueueModelDefinition
extends ICICSDefinition

generated from CICS resourcetable ENQMDEF


Nested Class Summary
static class IEnqueueModelDefinition.StatusValue
          Enumeration type for field STATUS
 
Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 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, getCSDGroup, getDescription, getVersion
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName, getObjectType
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getEnqscope

java.lang.String getEnqscope()
Getter for field ENQSCOPE

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.


getStatus

IEnqueueModelDefinition.StatusValue getStatus()
Getter for field STATUS

Enqueue status

A CVDA value describing the current state of the ENQMODEL:


getEnqname

java.lang.String getEnqname()
Getter for field ENQNAME

Enqueue resource name

The 1 to 255-character resource name.


getUserdata1

java.lang.String getUserdata1()
Getter for field USERDATA1

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.


getUserdata2

java.lang.String getUserdata2()
Getter for field USERDATA2

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.


getUserdata3

java.lang.String getUserdata3()
Getter for field USERDATA3

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.



Copyright © 2008-2012 IBM Corp. All Rights Reserved.