com.ibm.cics.model

Interface IIntrapartitionTDQueue

    • Method Detail

      • getName

        java.lang.String getName()
        Getter for field TDQUEUE

        Queue ID

        The name of the transient data queue.

        Specified by:
        getName in interface ICICSObject
      • getATIFacility

        IIntrapartitionTDQueue.ATIFacilityValue getATIFacility()
        Getter for field ATIFACILITY

        ATI facility type

        For an ATI Queue, indicates whether or not the task that is to be started when the trigger level is reached is associated with a terminal (or session). Valid options are TERMINAL and NOTERMINAL.

      • getATITerminal

        java.lang.String getATITerminal()
        Getter for field ATITERMID

        ATI terminal ID

        The name of the terminal or session to be associated with this queue when automatic transaction initiation (ATI) occurs. This field is blank if the ATI transaction does not need a terminal or session.

      • getATITransaction

        java.lang.String getATITransaction()
        Getter for field ATITRANID

        ATI transaction ID

        The name of the transaction to be started when the automatic transaction initiation (ATI) trigger level is reached.

      • getStatus

        IIntrapartitionTDQueue.StatusValue getStatus()
        Getter for field STATUS

        Enabled status

        Indicates whether the queue can be accessed by applications.

        Input Values: ENABLED, DISABLED

      • getItemCount

        java.lang.Long getItemCount()
        Getter for field NUMITEMS

        Number of items

        The logical number of records in the queue.

      • getRecoveryStatus

        IIntrapartitionTDQueue.RecoveryStatusValue getRecoveryStatus()
        Getter for field RECOVSTATUS

        Recovery status

        Indicates whether the queue is physically recoverable (PHYSICAL), logically recoverable (LOGICAL), not recoverable (NOTRECOVABLE). or not intrapartition (NOTAPPLIC).

      • getTriggerLevel

        java.lang.Long getTriggerLevel()
        Getter for field TRIGGERLEVEL

        Trigger level

        The number of requests for output to a queue that must be made before automatic transaction initiation (ATI) can occur. A value of zero means the queue is not subject to ATI.

        Input Values: 0 - 32767

      • getRequestCount

        java.lang.Long getRequestCount()
        Getter for field OUTCNT

        Number of I/O requests

        The number of READs, WRITEs, and DELETEs made to the intrapartition transient data queue.

      • getATIUserID

        java.lang.String getATIUserID()
        Getter for field ATIUSERID

        ATI User ID

        Specifies the user ID for a transient data trigger-level transaction that is not associated with a terminal.

        Input Values: Any valid ATI user ID

      • getIndoubt

        IIntrapartitionTDQueue.IndoubtValue getIndoubt()
        Getter for field INDOUBT

        In-doubt wait action

        Indicates the action CICS is to take for an in-doubt UOW if the definition for this queue specifies WAIT(YES). Valid values are:

        • QUEUE - The UOW is in-doubt and waiting; any locks held by the UOW for this queue remain active until the final state of the UOW is known.
        • REJECT - The UOW is in-doubt and waiting; any locks held by the UOW for this queue are retained until the final state of the UOW is known.
        • NOTAPPLIC - This is not applicable for this resource.
      • getIndoubtWait

        IIntrapartitionTDQueue.IndoubtWaitValue getIndoubtWait()
        Getter for field INDOUBTWAIT

        In-doubt wait option

        Indicates whether an in-doubt UOW that has modified a recoverable queue should wait for resynchronization with its coordinator to determine whether to commit or backout the changes. Valid values are WAIT, NOWAIT or NOTAPPLIC.

      • getChangeAgent

        IIntrapartitionTDQueue.ChangeAgentValue getChangeAgent()
        Getter for field CHANGEAGENT

        Last modification agent

        The change agent identifier that made the last modification.

        • CSDAPI - The resource was last changed by a CEDA transaction, by the programmable interface to DFHEDAP or by an EXEC CICS CSD command.
        • CSDBATCH - The resource was last changed by a DFHCSDUP job.
        • DREPAPI - The resource was last changed by a CICSPlex SM BAS API command.
        • DREPBATCH - The resource was last changed by a CICSPlex SM utility.
        • SYSTEM - The resource was last changed by the CICS or CICSPlex SM system.
        • CREATESPI - The resource was last changed by an EXEC CICS CREATE command.
        • NOTAPPLIC - This is not applicable for this resource.
      • getChangeUserID

        java.lang.String getChangeUserID()
        Getter for field CHANGEUSRID

        Last modification user ID

        The user ID that made the last modification to the resource definition.

      • getChangeAgentRelease

        java.lang.String getChangeAgentRelease()
        Getter for field CHANGEAGREL

        Last modification agent release

        The CICS release level of the agent that made the last modification to the resource definition.

      • getInstallAgent

        IIntrapartitionTDQueue.InstallAgentValue getInstallAgent()
        Getter for field INSTALLAGENT

        Installation agent

        The install agent identifier that made the installation.

        • CSDAPI - The resource was installed by a CEDA transaction, by the programmable interface to DFHEDAP or by an EXEC CICS CSD command.
        • CREATESPI - The resource was installed by an EXEC CICS CREATE command.
        • SYSTEM - The resource was last installed by the CICS or CICSPlex SM system.
        • GRPLIST - The resource was installed by GRPLIST INSTALL.
      • getChangeTime

        java.util.Date getChangeTime()
        Getter for field CHANGETIME

        Last modification time

        The local date and time when the definition was last changed.

      • getDefineSource

        java.lang.String getDefineSource()
        Getter for field DEFINESOURCE

        Source of the resource definition

        The source of the definition, depending on which agent made the last change.

      • getDefineTime

        java.util.Date getDefineTime()
        Getter for field DEFINETIME

        Creation time

        The local date and time when the resource definition record was created on DFHCSD or EYUDREP.

      • getInstallUserID

        java.lang.String getInstallUserID()
        Getter for field INSTALLUSRID

        Installation user ID

        The user ID that installed the resource definition.

      • getInstallTime

        java.util.Date getInstallTime()
        Getter for field INSTALLTIME

        Installation time

        The local date and time when the definition was installed.

      • getBasdefinever

        java.lang.Long getBasdefinever()
        Getter for field BASDEFINEVER

        BAS resource definition version

        The BAS version number of this definition.

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