public interface IDB2TransactionDefinition extends ICICSDefinition
| Modifier and Type | Interface and Description |
|---|---|
static class |
IDB2TransactionDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENT
|
COPYRIGHT| Modifier and Type | Method and Description |
|---|---|
IDB2TransactionDefinition.ChangeAgentValue |
getChangeAgent()
Getter for field CHANGEAGENT
|
ICICSDefinitionReference<IDB2TransactionDefinition> |
getCICSObjectReference() |
java.lang.String |
getDB2Entry()
Getter for field ENTRY
|
ICICSType<IDB2TransactionDefinition> |
getObjectType() |
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
|
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime, getCSDGroup, getDescription, getVersiongetCICSType, getNameICICSType<IDB2TransactionDefinition> getObjectType()
getObjectType in interface ICICSDefinitiongetObjectType in interface ICICSObjectgetObjectType in interface IDefinitiongetObjectType in interface com.ibm.cics.model.meta.ITypedObjectIDB2TransactionDefinition.ChangeAgentValue getChangeAgent()
Last modification agent
The change agent identifier that made the last modification.
java.lang.String getDB2Entry()
Name of associated DB2 entry
The name of the associated DB2 entry definition.
java.lang.String getTransaction()
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.
java.lang.String getUserdata1()
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.
java.lang.String getUserdata2()
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.
java.lang.String getUserdata3()
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.
ICICSDefinitionReference<IDB2TransactionDefinition> getCICSObjectReference()
getCICSObjectReference in interface ICICSDefinitiongetCICSObjectReference in interface ICICSObjectgetCICSObjectReference in interface IDefinitionCopyright ? 2008-2015 IBM Corp. All Rights Reserved.