|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteTransaction
generated from CICS resourcetable REMTRAN
Nested Class Summary | |
---|---|
static class |
IRemoteTransaction.ChangeAgentValue
Enumeration type for field CHANGEAGENT |
static class |
IRemoteTransaction.InstallAgentValue
Enumeration type for field INSTALLAGENT |
static class |
IRemoteTransaction.PurgeabilityValue
Enumeration type for field PURGEABILITY |
static class |
IRemoteTransaction.RoutingValue
Enumeration type for field ROUTING |
static class |
IRemoteTransaction.ScreenSizeValue
Enumeration type for field SCRNSIZE |
Method Summary | |
---|---|
java.lang.Long |
getBasdefinever()
Getter for field BASDEFINEVER |
IRemoteTransaction.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 |
IRemoteTransaction.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 TRANID |
java.lang.Long |
getPriority()
Getter for field PRIORITY |
java.lang.String |
getProfile()
Getter for field PROFILE |
IRemoteTransaction.PurgeabilityValue |
getPurgeability()
Getter for field PURGEABILITY |
java.lang.Long |
getReadTimeout()
Getter for field RTIMEOUT |
java.lang.String |
getRemoteName()
Getter for field REMOTENAME |
java.lang.Long |
getRemoteStartCount()
Getter for field REMSTARTCNT |
java.lang.String |
getRemoteSystem()
Getter for field REMOTESYSTEM |
java.lang.Long |
getRemoteUseCount()
Getter for field REMOTECNT |
IRemoteTransaction.RoutingValue |
getRouting()
Getter for field ROUTING |
IRemoteTransaction.ScreenSizeValue |
getScreenSize()
Getter for field SCRNSIZE |
ICICSEnums.EnablementValue |
getStatus()
Getter for field STATUS |
java.lang.String |
getTransactionClass()
Getter for field TRANCLASS |
java.lang.String |
getTransactionRoutingProfile()
Getter for field TRPROF |
java.lang.Long |
getUseCount()
Getter for field USECOUNT |
Methods inherited from interface com.ibm.cics.model.ICICSResource |
---|
getCICSRelease, getRegionName |
Method Detail |
---|
java.lang.String getName()
Transaction ID
The name of the transaction as known to the local CICS system.
getName
in interface ICICSObject
java.lang.String getRemoteName()
Remote transaction ID
The name by which this transaction is known in the remote system.
java.lang.String getRemoteSystem()
Remote system name
Specifies the name that identifies the intercommunication link on which the transaction attach request is sent.
java.lang.String getProfile()
Profile name
The name of the profile for the transaction.
java.lang.String getTransactionRoutingProfile()
Name of transaction-routing-session profile
The name of the profile for transaction routing. If this field is blank, the profile is not available.
IRemoteTransaction.RoutingValue getRouting()
Routing status
Indicates whether dynamic routing is defined for this transaction. Options are STATIC or DYNAMIC.
java.lang.Long getRemoteUseCount()
Number of times transaction run remotely
The number of times the dynamic transaction routing exit chose to run this transaction on a remote system. A value of 0 means the transaction was not defined as DYNAMIC=YES.
java.lang.Long getUseCount()
Number of times transaction has been used
The number of times the transaction has been used.
java.lang.Long getPriority()
Transaction priority
The priority of this transaction relative to other transactions in the CICS system.
Input Values: 1 - 255
IRemoteTransaction.PurgeabilityValue getPurgeability()
Purgeability status
Indicates whether the transaction is purgeable in system stall conditions.
Input Values: PURGEABLE, NOTPURGEABLE
java.lang.Long getReadTimeout()
Read timeout (seconds)
The read time-out value, which is the number of seconds after which a task associated with this transaction is terminated if no input is received. If this value is 0 and the Profile field is blank, then the read time-out value could not be determined because the transaction profile was not available.
IRemoteTransaction.ScreenSizeValue getScreenSize()
Screen size
Indicates whether the default or alternate screen size is to be used when this transaction is run. A value of N/A means the screen size could not be determined because the transaction profile was not available.
ICICSEnums.EnablementValue getStatus()
Enabled status
The enabled status of the transaction, which indicates whether it is available for use.
Input Values: ENABLED, DISABLED
java.lang.String getTransactionClass()
Transaction class name
The 8-character transaction class name.
java.lang.Long getRemoteStartCount()
Number of times transaction started
The number of times this transaction was started.
IRemoteTransaction.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.
IRemoteTransaction.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 |