com.ibm.cics.model
Interface IIntrapartitionTDQueue

All Superinterfaces:
ICICSObject, ICICSResource, IInstalledCICSResource, com.ibm.cics.model.meta.ITypedObject

public interface IIntrapartitionTDQueue
extends ICICSResource, IInstalledCICSResource

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

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
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 READ, WRITE, and DELETE 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:


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.


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.


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-2012 IBM Corp. All Rights Reserved.