|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteTDQueue
generated from CICS resourcetable REMTDQ
Nested Class Summary | |
---|---|
static class |
IRemoteTDQueue.ChangeAgentValue
Enumeration type for field CHANGEAGENT |
static class |
IRemoteTDQueue.InstallAgentValue
Enumeration type for field INSTALLAGENT |
Method Summary | |
---|---|
java.lang.Long |
getBasdefinever()
Getter for field BASDEFINEVER |
IRemoteTDQueue.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 |
IRemoteTDQueue.InstallAgentValue |
getInstallAgent()
Getter for field INSTALLAGENT |
java.util.Date |
getInstallTime()
Getter for field INSTALLTIME |
java.lang.String |
getInstallUserID()
Getter for field INSTALLUSRID |
java.lang.String |
getName()
Getter for field TDQUEUE |
java.lang.String |
getRemoteName()
Getter for field REMOTENAME |
java.lang.String |
getRemoteSystem()
Getter for field REMOTESYSTEM |
java.lang.Long |
getRequestCount()
Getter for field OUTCNT |
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 as known to the local CICS system.
getName
in interface ICICSObject
java.lang.String getRemoteName()
Remote name
The name by which this queue is known in the remote system.
java.lang.String getRemoteSystem()
Remote system
The system ID of the CICS system where the remote queue resides.
java.lang.Long getRequestCount()
Number of READ, WRITE, and DELETE requests
The number of READs, WRITEs, and DELETEs made to the remote transient data queue.
IRemoteTDQueue.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.
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.
IRemoteTDQueue.InstallAgentValue getInstallAgent()
Installation agent
The change agent identifier that made the installation.
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 |