com.ibm.cics.model
Interface IDB2TransactionDefinition

All Superinterfaces:
ICICSDefinition, ICICSObject, IDefinition, com.ibm.cics.model.meta.ITypedObject

public interface IDB2TransactionDefinition
extends ICICSDefinition

generated from CICS resourcetable DB2TDEF


Method Summary
 java.lang.String getDB2Entry()
          Getter for field ENTRY
 java.lang.String getTransaction()
          Getter for field TRANSID
 java.lang.String getUserdata1()
          Getter for field USERDATA1
 java.lang.String getUserdata2()
          Getter for field USERDATA2
 java.lang.String getUserdata3()
          Getter for field USERDATA3
 
Methods inherited from interface com.ibm.cics.model.ICICSDefinition
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime, getCSDGroup, getDescription, getVersion
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName, getObjectType
 

Method Detail

getDB2Entry

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

Name of associated DB2 entry

The name of the associated DB2 entry definition.


getTransaction

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

Transaction ID associated with DB2 entry

The transaction ID associated with the entry. Only one transaction can be specified here. However, the use of one or more wildcard characters allows a group of transactions to be represented. Additional transactions can be defined for this entry by defining a DB2 transaction that refers to this DB2 entry. This field is optional on a DB2 entry. If only one transaction is associated with a DB2 entry it is easier to specify the transaction on the DB2 entry.


getUserdata1

java.lang.String getUserdata1()
Getter for field USERDATA1

User data area 1

Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.


getUserdata2

java.lang.String getUserdata2()
Getter for field USERDATA2

User data area 2

Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.


getUserdata3

java.lang.String getUserdata3()
Getter for field USERDATA3

User data area 3

Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.



Copyright 2008-2009 IBM Corp. All Rights Reserved.