|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIntrapartitionTDQueue
generated from CICS resourcetable INTRATDQ
Nested Class Summary | |
---|---|
static class |
IIntrapartitionTDQueue.ATIFacilityValue
Enumeration type for field ATIFACILITY |
static class |
IIntrapartitionTDQueue.ChangeAgentValue
Enumeration type for field CHANGEAGENT |
static class |
IIntrapartitionTDQueue.IndoubtValue
Enumeration type for field INDOUBT |
static class |
IIntrapartitionTDQueue.IndoubtWaitValue
Enumeration type for field INDOUBTWAIT |
static class |
IIntrapartitionTDQueue.InstallAgentValue
Enumeration type for field INSTALLAGENT |
static class |
IIntrapartitionTDQueue.RecoveryStatusValue
Enumeration type for field RECOVSTATUS |
static class |
IIntrapartitionTDQueue.StatusValue
Enumeration type for field STATUS |
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
IIntrapartitionTDQueue.ATIFacilityValue |
getATIFacility()
Getter for field ATIFACILITY |
java.lang.String |
getATITerminal()
Getter for field ATITERMID |
java.lang.String |
getATITransaction()
Getter for field ATITRANID |
java.lang.String |
getATIUserID()
Getter for field ATIUSERID |
java.lang.Long |
getBasdefinever()
Getter for field BASDEFINEVER |
IIntrapartitionTDQueue.ChangeAgentValue |
getChangeAgent()
Getter for field CHANGEAGENT |
java.lang.String |
getChangeAgentRelease()
Getter for field CHANGEAGREL |
java.util.Date |
getChangeTime()
Getter for field CHANGETIME |
java.lang.String |
getChangeUserID()
Getter for field CHANGEUSRID |
java.lang.String |
getDefineSource()
Getter for field DEFINESOURCE |
java.util.Date |
getDefineTime()
Getter for field DEFINETIME |
IIntrapartitionTDQueue.IndoubtValue |
getIndoubt()
Getter for field INDOUBT |
IIntrapartitionTDQueue.IndoubtWaitValue |
getIndoubtWait()
Getter for field INDOUBTWAIT |
IIntrapartitionTDQueue.InstallAgentValue |
getInstallAgent()
Getter for field INSTALLAGENT |
java.util.Date |
getInstallTime()
Getter for field INSTALLTIME |
java.lang.String |
getInstallUserID()
Getter for field INSTALLUSRID |
java.lang.Long |
getItemCount()
Getter for field NUMITEMS |
java.lang.String |
getName()
Getter for field TDQUEUE |
IIntrapartitionTDQueue.RecoveryStatusValue |
getRecoveryStatus()
Getter for field RECOVSTATUS |
java.lang.Long |
getRequestCount()
Getter for field OUTCNT |
IIntrapartitionTDQueue.StatusValue |
getStatus()
Getter for field STATUS |
java.lang.Long |
getTriggerLevel()
Getter for field TRIGGERLEVEL |
Methods inherited from interface com.ibm.cics.model.ICICSResource |
---|
getCICSRelease, getRegionName |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType, getObjectType |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getName()
Queue ID
The name of the transient data queue.
getName
in interface ICICSObject
IIntrapartitionTDQueue.ATIFacilityValue getATIFacility()
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.
java.lang.String getATITerminal()
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.
java.lang.String getATITransaction()
ATI transaction ID
The name of the transaction to be started when the automatic transaction initiation (ATI) trigger level is reached.
IIntrapartitionTDQueue.StatusValue getStatus()
Enabled status
Indicates whether the queue can be accessed by applications.
Input Values: ENABLED, DISABLED
java.lang.Long getItemCount()
Number of items
The logical number of records in the queue.
IIntrapartitionTDQueue.RecoveryStatusValue getRecoveryStatus()
Recovery status
Indicates whether the queue is physically recoverable (PHYSICAL), logically recoverable (LOGICAL), not recoverable (NOTRECOVABLE). or not intrapartition (NOTAPPLIC).
java.lang.Long getTriggerLevel()
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
java.lang.Long getRequestCount()
Number of READ, WRITE, and DELETE requests
The number of READs, WRITEs, and DELETEs made to the intrapartition transient data queue.
java.lang.String getATIUserID()
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
IIntrapartitionTDQueue.IndoubtValue getIndoubt()
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:
IIntrapartitionTDQueue.IndoubtWaitValue getIndoubtWait()
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.
IIntrapartitionTDQueue.ChangeAgentValue getChangeAgent()
Last modification agent
The change agent identifier that made the last modification.
java.lang.String getChangeUserID()
Last modification user ID
The user ID that made the last modification to the resource definition.
java.lang.String getChangeAgentRelease()
Last modification agent release
The CICS release level of the agent that made the last modification to the resource definition.
IIntrapartitionTDQueue.InstallAgentValue getInstallAgent()
Installation agent
The install agent identifier that made the installation.
java.util.Date getChangeTime()
Last modification time
The local date and time when the definition was last changed.
java.lang.String getDefineSource()
Source of the resource definition
The source of the definition, depending on which agent made the last change.
java.util.Date getDefineTime()
Creation time
The local date and time when the resource definition record was created on DFHCSD or EYUDREP.
java.lang.String getInstallUserID()
Installation user ID
The user ID that installed the resource definition.
java.util.Date getInstallTime()
Installation time
The local date and time when the definition was installed.
java.lang.Long getBasdefinever()
BAS resource definition version
The BAS version number of this definition.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |