|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUnitOfWorkEnqueue
generated from CICS resourcetable UOWENQ
Nested Class Summary | |
---|---|
static class |
IUnitOfWorkEnqueue.EnqueueTypeValue
Enumeration type for field STATE |
static class |
IUnitOfWorkEnqueue.RelationValue
Enumeration type for field RELATION |
static class |
IUnitOfWorkEnqueue.ResourceTypeValue
Enumeration type for field TYPE |
Field Summary |
---|
Fields inherited from interface com.ibm.cics.model.ICICSResource |
---|
COPYRIGHT |
Method Summary | ||
---|---|---|
|
findReferences(IReferenceAttribute<From,IUnitOfWorkEnqueue> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. |
|
IUnitOfWorkEnqueueReference |
getCICSObjectReference()
|
|
java.lang.String |
getEnqaddress()
Getter for field ENQADDRESS |
|
java.lang.Long |
getEnqfails()
Getter for field ENQFAILS |
|
java.lang.String |
getEnqscope()
Getter for field ENQSCOPE |
|
IUnitOfWorkEnqueue.EnqueueTypeValue |
getEnqueueType()
Getter for field STATE |
|
java.lang.String |
getNetuowid()
Getter for field NETUOWID |
|
ICICSType<IUnitOfWorkEnqueue> |
getObjectType()
|
|
java.lang.String |
getQualifier()
Getter for field QUALIFIER |
|
java.lang.Long |
getQuallen()
Getter for field QUALLEN |
|
IUnitOfWorkEnqueue.RelationValue |
getRelation()
Getter for field RELATION |
|
java.lang.Long |
getReslen()
Getter for field RESLEN |
|
java.lang.String |
getResource()
Getter for field RESOURCE |
|
IUnitOfWorkEnqueue.ResourceTypeValue |
getResourceType()
Getter for field TYPE |
|
java.lang.String |
getTaskID()
Getter for field TASKID |
|
java.lang.String |
getTransactionID()
Getter for field TRANSID |
|
java.lang.String |
getUnitOfWorkID()
Getter for field UOWID |
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<IUnitOfWorkEnqueue> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getUnitOfWorkID()
Unit of work (UOW) ID
The local ID of the unit of work that owns or is waiting for the enqueue.
java.lang.String getTransactionID()
Transaction ID associated with UOW
The transaction identifier associated with the unit of work. If the unit of work is shunted, this is the transaction ID associated with the unit of work before it was shunted.
java.lang.String getTaskID()
Task number associated with UOW
The task number of the task associated with the unit of work. If the unit of work is shunted, this is the task number associated with the unit of work before it was shunted.
IUnitOfWorkEnqueue.EnqueueTypeValue getEnqueueType()
Enqueue type
Indicates the state that the enqueue is held in (ACTIVE, RETAINED).
IUnitOfWorkEnqueue.ResourceTypeValue getResourceType()
Resource type
Identifies the type of resource for which enqueue data is provided (DATASET, EXECENQ, EXECENQADDR, FILE, TDQUEUE, TSQUEUE)
IUnitOfWorkEnqueue.RelationValue getRelation()
Owner or task waiting
Indicates whether the data is associated with the owner of the enqueue (OWNER) or a task waiting for the enqueue (WAITER).
java.lang.Long getEnqfails()
Number of enqueue failures since last acquire
The number of failed enqueue attempts for this resource since the enqueue was last acquired. In other words, the number of units of work that have received a LOCKED response due to this enqueue being held in retained state. For active enqueues, the value is zero.
java.lang.Long getQuallen()
Length of resource qualifier (bytes)
The length of the qualifier of the resource associated with the enqueue.
java.lang.Long getReslen()
Length of resource name (bytes)
The length of the name of the resource associated with the enqueue.
java.lang.String getResource()
Resource name
The 1-255 character name of the resource associated with the enqueue lock. The data returned in this field depends on the TYPE of the enqueue.
java.lang.String getQualifier()
Resource name qualifier
The optional 1-255 character qualifier that further identifies the resource associated with the enqueue.
java.lang.String getNetuowid()
Network-wide LU6.2 unit of work (UOW) id
The LU6.2 name for the unit of work that owns or is waiting for the enqueue.
java.lang.String getEnqscope()
ENQ scope name
This identifies the optional four character enqueue scope name.
java.lang.String getEnqaddress()
Address of EXEC enqueue argument
The address of the enqueue argument passed on an EXEC CICS ENQ request for resources of type EXECENQADDR. For all other resource types, the value is zero.
IUnitOfWorkEnqueueReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IUnitOfWorkEnqueue> referenceAttribute)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |