|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExtrapartitionTDQueue
generated from CICS resourcetable EXTRATDQ
Nested Class Summary | |
---|---|
static class |
IExtrapartitionTDQueue.BlockFormatValue
Enumeration type for field BLOCKFORMAT |
static class |
IExtrapartitionTDQueue.ChangeAgentValue
Enumeration type for field CHANGEAGENT |
static class |
IExtrapartitionTDQueue.DispositionValue
Enumeration type for field DISPOSITION |
static class |
IExtrapartitionTDQueue.EmptyStatusValue
Enumeration type for field EMPTYSTATUS |
static class |
IExtrapartitionTDQueue.ErrorOptionValue
Enumeration type for field ERROROPTION |
static class |
IExtrapartitionTDQueue.InstallAgentValue
Enumeration type for field INSTALLAGENT |
static class |
IExtrapartitionTDQueue.IOTypeValue
Enumeration type for field IOTYPE |
static class |
IExtrapartitionTDQueue.OpenStatusValue
Enumeration type for field OPENSTATUS |
static class |
IExtrapartitionTDQueue.PrintControlValue
Enumeration type for field PRINTCONTROL |
static class |
IExtrapartitionTDQueue.RecordFormatValue
Enumeration type for field RECORDFORMAT |
static class |
IExtrapartitionTDQueue.RewindValue
Enumeration type for field REWIND |
static class |
IExtrapartitionTDQueue.StatusValue
Enumeration type for field ENABLESTATUS |
Method Summary | |
---|---|
java.lang.Long |
getBasdefinever()
Getter for field BASDEFINEVER |
IExtrapartitionTDQueue.BlockFormatValue |
getBlockFormat()
Getter for field BLOCKFORMAT |
java.lang.Long |
getBlockSize()
Getter for field BLOCKSIZE |
IExtrapartitionTDQueue.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.Long |
getDataBuffers()
Getter for field DATABUFFERS |
java.lang.String |
getDDName()
Getter for field DDNAME |
java.lang.String |
getDefineSource()
Getter for field DEFINESOURCE |
java.util.Date |
getDefineTime()
Getter for field DEFINETIME |
IExtrapartitionTDQueue.DispositionValue |
getDisposition()
Getter for field DISPOSITION |
java.lang.String |
getDSName()
Getter for field DSNAME |
IExtrapartitionTDQueue.EmptyStatusValue |
getEmptyStatus()
Getter for field EMPTYSTATUS |
IExtrapartitionTDQueue.ErrorOptionValue |
getErrorOption()
Getter for field ERROROPTION |
IExtrapartitionTDQueue.InstallAgentValue |
getInstallAgent()
Getter for field INSTALLAGENT |
java.util.Date |
getInstallTime()
Getter for field INSTALLTIME |
java.lang.String |
getInstallUserID()
Getter for field INSTALLUSRID |
IExtrapartitionTDQueue.IOTypeValue |
getIOType()
Getter for field IOTYPE |
java.lang.String |
getMember()
Getter for field MEMBER |
java.lang.String |
getName()
Getter for field TDQUEUE |
IExtrapartitionTDQueue.OpenStatusValue |
getOpenStatus()
Getter for field OPENSTATUS |
IExtrapartitionTDQueue.PrintControlValue |
getPrintControl()
Getter for field PRINTCONTROL |
IExtrapartitionTDQueue.RecordFormatValue |
getRecordFormat()
Getter for field RECORDFORMAT |
java.lang.Long |
getRecordLength()
Getter for field RECORDLENGTH |
java.lang.Long |
getRequestCount()
Getter for field OUTCNT |
IExtrapartitionTDQueue.RewindValue |
getRewind()
Getter for field REWIND |
IExtrapartitionTDQueue.StatusValue |
getStatus()
Getter for field ENABLESTATUS |
java.lang.String |
getSysoutClass()
Getter for field SYSOUTCLASS |
Methods inherited from interface com.ibm.cics.model.ICICSResource |
---|
getCICSRelease, getRegionName |
Method Detail |
---|
java.lang.String getName()
Queue ID
The name of the transient data queue.
getName
in interface ICICSObject
IExtrapartitionTDQueue.BlockFormatValue getBlockFormat()
Block format
Indicates whether the queue is blocked or unblocked. A value of NOTAPPLIC is returned if the queue is not open.
IExtrapartitionTDQueue.EmptyStatusValue getEmptyStatus()
Empty status
Indicates the state of the queue:
IExtrapartitionTDQueue.StatusValue getStatus()
Enabled status
Indicates whether the queue can be accessed by applications.
Input Values: ENABLED, DISABLED
IExtrapartitionTDQueue.IOTypeValue getIOType()
I/O type
Indicates whether the queue was defined for INPUT, OUTPUT, or RDBACK, which means the queue can be read backwards.
IExtrapartitionTDQueue.OpenStatusValue getOpenStatus()
Open status
Indicates whether the queue is open, closed, or in an intermediate state:
Input Values: OPEN, CLOSED
IExtrapartitionTDQueue.PrintControlValue getPrintControl()
Print control type
Indicates what type of print control applies to the records on this queue:
IExtrapartitionTDQueue.RecordFormatValue getRecordFormat()
Record format
Indicates whether the queue has fixed-length (FIXED) or variable-length (VARIABLE) records. A value of NOTAPPLIC is returned if the queue is not open.
java.lang.Long getRecordLength()
Record length (bytes)
For queues with variable-length records (VARIABLE), the maximum record length in bytes. For queues with fixed-length records (FIXED), the actual record length in bytes. A value of N/A means the record length could not be determined because the queue is closed.
java.lang.Long getRequestCount()
Number of READ and WRITE requests
The number of WRITEs to the output data set or READs from the input data set.
java.lang.String getDDName()
DD name on JCL statement defining data set
The identifier that may refer to a data set name used in the start up JCL.
java.lang.String getDSName()
Name of data set
Specifies the name of the associated QSAM data set or DUMMY data set.
IExtrapartitionTDQueue.DispositionValue getDisposition()
Data set disposition
Indicates the disposition of the data set as MOD, OLD or SHARE. NOTAPPLIC is returned if the queue is not open.
IExtrapartitionTDQueue.ErrorOptionValue getErrorOption()
CICS action for I/O error
Indicates the action CICS should take if an I/O error is encountered. Valid values:
IExtrapartitionTDQueue.RewindValue getRewind()
Rewind action when data set on tape closed
Indicates that the current tape is positioned to the logical end of the data set (LEAVE) or positioned to reprocess the data set (REREAD). NOTAPPLIC will be used if REWIND is not applicable for this resource.
java.lang.Long getBlockSize()
Block length (bytes)
Indicates the length of the block in bytes.
java.lang.Long getDataBuffers()
Number of data buffers to be used
Indicates the number of buffers to be used by the transient data queue.
java.lang.String getSysoutClass()
SYSOUT class if spool file
Indicates the class attribute of the associated SYSOUT data set.
java.lang.String getMember()
Member name
This indicates the member name of a partitioned data set. However if the QSAM data set is not a partitioned data set then this field will be blank..
IExtrapartitionTDQueue.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.
IExtrapartitionTDQueue.InstallAgentValue getInstallAgent()
Installation agent
The change 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 |