com.ibm.cics.model

Interface IUnitOfWorkEnqueue

    • Method Detail

      • getUnitOfWorkID

        java.lang.String getUnitOfWorkID()
        Getter for field UOWID

        Unit of work (UOW) ID

        The local ID of the unit of work that owns or is waiting for the enqueue.

      • getTransactionID

        java.lang.String getTransactionID()
        Getter for field TRANSID

        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.

      • getTaskID

        java.lang.String getTaskID()
        Getter for field TASKID

        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.

      • getResourceType

        IUnitOfWorkEnqueue.ResourceTypeValue getResourceType()
        Getter for field TYPE

        Resource type

        Identifies the type of resource for which enqueue data is provided (DATASET, EXECENQ, EXECENQADDR, FILE, TDQUEUE, TSQUEUE)

      • getRelation

        IUnitOfWorkEnqueue.RelationValue getRelation()
        Getter for field RELATION

        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).

      • getEnqfails

        java.lang.Long getEnqfails()
        Getter for field ENQFAILS

        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.

      • getQuallen

        java.lang.Long getQuallen()
        Getter for field QUALLEN

        Length of resource qualifier (bytes)

        The length of the qualifier of the resource associated with the enqueue.

      • getReslen

        java.lang.Long getReslen()
        Getter for field RESLEN

        Length of resource name (bytes)

        The length of the name of the resource associated with the enqueue.

      • getResource

        java.lang.String getResource()
        Getter for field RESOURCE

        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.

      • getQualifier

        java.lang.String getQualifier()
        Getter for field QUALIFIER

        Resource name qualifier

        The optional 1-255 character qualifier that further identifies the resource associated with the enqueue.

      • getNetuowid

        java.lang.String getNetuowid()
        Getter for field NETUOWID

        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.

      • getEnqscope

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

        ENQ scope name

        This identifies the optional four character enqueue scope name.

      • getEnqaddress

        java.lang.String getEnqaddress()
        Getter for field ENQADDRESS

        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.

Copyright ? 2008-2015 IBM Corp. All Rights Reserved.