public interface ITransactionClassDefinition extends ICICSDefinition
Modifier and Type | Interface and Description |
---|---|
static class |
ITransactionClassDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENT
|
static class |
ITransactionClassDefinition.PurgeactionValue
Enumeration type for field PURGEACTION
|
static interface |
ITransactionClassDefinition.PurgethreshValue
Long constants interface for field PURGETHRESH
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
ITransactionClassDefinition.ChangeAgentValue |
getChangeAgent()
Getter for field CHANGEAGENT
|
ICICSDefinitionReference<ITransactionClassDefinition> |
getCICSObjectReference() |
java.lang.Long |
getMaxactive()
Getter for field MAXACTIVE
|
ICICSType<ITransactionClassDefinition> |
getObjectType() |
ITransactionClassDefinition.PurgeactionValue |
getPurgeaction()
Getter for field PURGEACTION
|
java.lang.Long |
getPurgethresh()
Getter for field PURGETHRESH
|
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, getVersion
getCICSType, getName
ICICSType<ITransactionClassDefinition> getObjectType()
getObjectType
in interface ICICSDefinition
getObjectType
in interface ICICSObject
getObjectType
in interface IDefinition
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
ITransactionClassDefinition.ChangeAgentValue getChangeAgent()
Last modification agent
The change agent identifier that made the last modification.
java.lang.Long getMaxactive()
Maximum number of active transactions allowed in class
The maximum number of transactions in this transaction class that are allowed to be active. You must specify a MAXACTIVE value when you define a transaction class, in the range 0 through 999.
java.lang.Long getPurgethresh()
Purge threshold
This is an optional purge threshold for the transaction class; it defines a threshold number at which transactions queuing for membership of the transaction class are purged. Specify it if you want to limit the number of transactions queueing in this transaction class. It can have the following values:
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.
ITransactionClassDefinition.PurgeactionValue getPurgeaction()
Purge action
The action to be taken on a request to start a transaction when the associated TRANCLASS has reached the purge threshold.
ICICSDefinitionReference<ITransactionClassDefinition> getCICSObjectReference()
getCICSObjectReference
in interface ICICSDefinition
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface IDefinition
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.