Interface IIntrapartitionTDQueue
-
- All Superinterfaces:
ICICSObject
,ICICSResource
,IInstalledCICSResource
,com.ibm.cics.model.meta.ITypedObject
public interface IIntrapartitionTDQueue extends ICICSResource, IInstalledCICSResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IIntrapartitionTDQueue.ATIFacilityValue
Enumeration type for field ATIFACILITYstatic class
IIntrapartitionTDQueue.ChangeAgentValue
Enumeration type for field CHANGEAGENTstatic class
IIntrapartitionTDQueue.IndoubtValue
Enumeration type for field INDOUBTstatic class
IIntrapartitionTDQueue.IndoubtWaitValue
Enumeration type for field INDOUBTWAITstatic class
IIntrapartitionTDQueue.InstallAgentValue
Enumeration type for field INSTALLAGENTstatic class
IIntrapartitionTDQueue.RecoveryStatusValue
Enumeration type for field RECOVSTATUSstatic class
IIntrapartitionTDQueue.StatusValue
Enumeration type for field STATUS
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
-
Fields inherited from interface com.ibm.cics.model.IInstalledCICSResource
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IIntrapartitionTDQueue.ATIFacilityValue
getATIFacility()
Getter for field ATIFACILITYjava.lang.String
getATITerminal()
Getter for field ATITERMIDjava.lang.String
getATITransaction()
Getter for field ATITRANIDjava.lang.String
getATIUserID()
Getter for field ATIUSERIDjava.lang.Long
getBasdefinever()
Getter for field BASDEFINEVERIIntrapartitionTDQueue.ChangeAgentValue
getChangeAgent()
Getter for field CHANGEAGENTjava.lang.String
getChangeAgentRelease()
Getter for field CHANGEAGRELjava.util.Date
getChangeTime()
Getter for field CHANGETIMEjava.lang.String
getChangeUserID()
Getter for field CHANGEUSRIDIIntrapartitionTDQueueReference
getCICSObjectReference()
java.lang.String
getDefineSource()
Getter for field DEFINESOURCEjava.util.Date
getDefineTime()
Getter for field DEFINETIMEIIntrapartitionTDQueue.IndoubtValue
getIndoubt()
Getter for field INDOUBTIIntrapartitionTDQueue.IndoubtWaitValue
getIndoubtWait()
Getter for field INDOUBTWAITIIntrapartitionTDQueue.InstallAgentValue
getInstallAgent()
Getter for field INSTALLAGENTjava.util.Date
getInstallTime()
Getter for field INSTALLTIMEjava.lang.String
getInstallUserID()
Getter for field INSTALLUSRIDjava.lang.Long
getItemCount()
Getter for field NUMITEMSjava.lang.String
getName()
Getter for field TDQUEUEICICSType<IIntrapartitionTDQueue>
getObjectType()
IIntrapartitionTDQueue.RecoveryStatusValue
getRecoveryStatus()
Getter for field RECOVSTATUSjava.lang.Long
getRequestCount()
Getter for field OUTCNTIIntrapartitionTDQueue.StatusValue
getStatus()
Getter for field STATUSjava.lang.Long
getTriggerLevel()
Getter for field TRIGGERLEVEL-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
-
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSContainer, getCICSRelease, getRegionName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IIntrapartitionTDQueue> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getName
java.lang.String getName()
Getter for field TDQUEUEQueue ID
The name of the transient data queue.
- Specified by:
getName
in interfaceICICSObject
-
getATIFacility
IIntrapartitionTDQueue.ATIFacilityValue getATIFacility()
Getter for field ATIFACILITYATI 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 ATITERMIDATI 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 ATITRANIDATI 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 STATUSEnabled status
Indicates whether the queue can be accessed by applications.
Input Values: ENABLED, DISABLED
-
getItemCount
java.lang.Long getItemCount()
Getter for field NUMITEMSNumber of items
The logical number of records in the queue.
-
getRecoveryStatus
IIntrapartitionTDQueue.RecoveryStatusValue getRecoveryStatus()
Getter for field RECOVSTATUSRecovery 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 TRIGGERLEVELTrigger 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 OUTCNTNumber 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 ATIUSERIDATI 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 INDOUBTIn-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 INDOUBTWAITIn-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 CHANGEAGENTLast 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.
- OVERRIDE - Resource was last changed by resource overrides.
- N_A - Resource was created or last updated prior to CICS TS Version 4 Release 1 and support for resource signatures.
-
getChangeUserID
java.lang.String getChangeUserID()
Getter for field CHANGEUSRIDLast modification user ID
The user ID that made the last modification to the resource definition.
-
getChangeAgentRelease
java.lang.String getChangeAgentRelease()
Getter for field CHANGEAGRELLast 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 INSTALLAGENTInstallation 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 CHANGETIMELast modification time
The local date and time when the definition was last changed.
-
getDefineSource
java.lang.String getDefineSource()
Getter for field DEFINESOURCESource 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 DEFINETIMECreation 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 INSTALLUSRIDInstallation user ID
The user ID that installed the resource definition.
-
getInstallTime
java.util.Date getInstallTime()
Getter for field INSTALLTIMEInstallation time
The local date and time when the definition was installed.
-
getBasdefinever
java.lang.Long getBasdefinever()
Getter for field BASDEFINEVERBAS resource definition version
The BAS version number of this definition.
-
getCICSObjectReference
IIntrapartitionTDQueueReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICICSResource
-
-