com.ibm.cics.model
Interface IDB2Transaction

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

public interface IDB2Transaction
extends ICICSResource, IInstalledCICSResource

generated from CICS resourcetable DB2TRN


Nested Class Summary
static class IDB2Transaction.ChangeAgentValue
          Enumeration type for field CHANGEAGENT
static class IDB2Transaction.InstallAgentValue
          Enumeration type for field INSTALLAGENT
 
Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.Long getBasdefinever()
          Getter for field BASDEFINEVER
 IDB2Transaction.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 getDB2Entry()
          Getter for field DB2ENTRY
 java.lang.String getDefineSource()
          Getter for field DEFINESOURCE
 java.util.Date getDefineTime()
          Getter for field DEFINETIME
 IDB2Transaction.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 NAME
 java.lang.String getPlan()
          Getter for field PLAN
 java.lang.String getPlanExit()
          Getter for field PLANEXITNAME
 java.lang.String getTransaction()
          Getter for field TRANSID
 
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 NAME

DB2 transaction name

This is name by which the transaction is known within the CICS system.

Specified by:
getName in interface ICICSObject

getDB2Entry

java.lang.String getDB2Entry()
Getter for field DB2ENTRY

DB2 entry name for DB2TRN

This is the name of the DB2 entry to which this DB2TRN refers.


getTransaction

java.lang.String getTransaction()
Getter for field TRANSID

Transaction ID associated with DB2 entry

This specifies the transaction to be associated with the DB2 entry. The transaction name can be wildcarded.


getPlan

java.lang.String getPlan()
Getter for field PLAN

Plan name

Identifies the DB2 plan name


getPlanExit

java.lang.String getPlanExit()
Getter for field PLANEXITNAME

Plan exit name

Identifies the DB2 plan exit name


getChangeAgent

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

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