com.ibm.cics.model
Interface IRemoteTDQueue

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

public interface IRemoteTDQueue
extends ICICSResource, IInstalledCICSResource

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
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getObjectType
 

Method Detail

getName

java.lang.String getName()
Getter for field TDQUEUE

Queue ID

The name of the transient data queue as known to the local CICS system.

Specified by:
getName in interface ICICSObject

getRemoteName

java.lang.String getRemoteName()
Getter for field REMOTENAME

Remote name

The name by which this queue is known in the remote system.


getRemoteSystem

java.lang.String getRemoteSystem()
Getter for field REMOTESYSTEM

Remote system

The system ID of the CICS system where the remote queue resides.


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 remote transient data queue.


getChangeAgent

IRemoteTDQueue.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.


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.


getInstallAgent

IRemoteTDQueue.InstallAgentValue getInstallAgent()
Getter for field INSTALLAGENT

Installation agent

The install agent identifier that made the installation.


getBasdefinever

java.lang.Long getBasdefinever()
Getter for field BASDEFINEVER

BAS resource definition version

The BAS version number of this definition.



Copyright 2008-2009 IBM Corp. All Rights Reserved.