public interface ITransactionGroup extends ICPSMDefinition
Modifier and Type | Interface and Description |
---|---|
static interface |
ITransactionGroup.AbendLoadLevelValue
Long constants interface for field ABENDTHRESH
|
static class |
ITransactionGroup.AffinityLifetimeValue
Enumeration type for field AFFLIFE
|
static class |
ITransactionGroup.AffinityRelationValue
Enumeration type for field AFFINITY
|
static class |
ITransactionGroup.AlgorithmTypeValue
Enumeration type for field ALGTYPE
|
static class |
ITransactionGroup.CreateAffinityValue
Enumeration type for field AFFAUTO
|
static class |
ITransactionGroup.MatchKeyValue
Enumeration type for field MATCH
|
static class |
ITransactionGroup.StatusValue
Enumeration type for field STATE
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getAbendLoadLevel()
Getter for field ABENDTHRESH
|
java.lang.Long |
getAbendProbability()
Getter for field ABENDCRIT
|
ITransactionGroup.AffinityLifetimeValue |
getAffinityLifetime()
Getter for field AFFLIFE
|
ITransactionGroup.AffinityRelationValue |
getAffinityRelation()
Getter for field AFFINITY
|
ITransactionGroup.AlgorithmTypeValue |
getAlgorithmType()
Getter for field ALGTYPE
|
ITransactionGroupReference |
getCICSObjectReference() |
ITransactionGroup.CreateAffinityValue |
getCreateAffinity()
Getter for field AFFAUTO
|
java.lang.String |
getDescription()
Getter for field DESC
|
ITransactionGroup.MatchKeyValue |
getMatchKey()
Getter for field MATCH
|
java.lang.String |
getName()
Getter for field NAME
|
ICICSType<ITransactionGroup> |
getObjectType() |
java.lang.String |
getRtaEvent()
Getter for field EVENTNAME
|
ITransactionGroup.StatusValue |
getStatus()
Getter for field STATE
|
ICICSObjectSet<ITransactionGroupEntry> |
getTransactionsInGroup() |
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime
getCICSType
ICICSType<ITransactionGroup> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface ICPSMDefinition
getObjectType
in interface IDefinition
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getName()
Name
The name of the transaction group.
getName
in interface ICICSObject
ITransactionGroup.AffinityRelationValue getAffinityRelation()
Affinity relationship
The affinity relationship to be used when processing transactions in this transaction group. The affinity relationship values are:
If this field is blank, no affinity relation was defined.
This field and the Affinity Lifetime field are closely related. If you update this value, make sure an appropriate lifetime value is also specified.
ITransactionGroup.AffinityLifetimeValue getAffinityLifetime()
Affinity lifetime
The affinity lifetime to be used when processing transactions in this transaction group. The affinity lifetime values are:
If this field is blank, no affinity lifetime was defined.
This field and the Affinity Relation field are closely related. If you update this value, make sure an appropriate affinity relation value is also specified.
ITransactionGroup.MatchKeyValue getMatchKey()
Primary search criterion
Identifies whether the user name (USERID) or the logical unit name (LUNAME) is to be used as the primary search criteria for transactions associated with the transaction group.
ITransactionGroup.StatusValue getStatus()
Transaction group status
Indicates how an AOR is to be selected for transactions associated with the transaction group:
java.lang.String getDescription()
Description
A description of the transaction group.
java.lang.String getRtaEvent()
RTA event
The name of an analysis definition (RTADEF) or status definition (STATDEF) that may affect transactions associated with this transaction group. If a real-time analysis event is generated by this definition, WLM uses the information to select the best routing for those transactions.
If this field is blank, no analysis or status definition is associated with the transaction group.
java.lang.Long getAbendProbability()
Acceptable level of abend probability
The abend probability for a transaction associated with the default transaction group that should cause a target region to be considered unhealthy.
java.lang.Long getAbendLoadLevel()
Acceptable abend load threshold
The abend probability for a transaction associated with the default transaction group that should cause a target region's load level to be doubled.
ITransactionGroup.CreateAffinityValue getCreateAffinity()
Automatic affinity creation
Indicates whether CICSPlex SM is to automatically create an affinity relationship for transactions associated with the transaction group.
ITransactionGroup.AlgorithmTypeValue getAlgorithmType()
Algorithm type
The algorithm to be used when selecting the best target region in the Target Scope to which a transaction in the current transaction group should be routed. Valid options are:
ICICSObjectSet<ITransactionGroupEntry> getTransactionsInGroup()
ITransactionGroupReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICPSMDefinition
getCICSObjectReference
in interface IDefinition
Copyright © 2008-2013 IBM Corp. All Rights Reserved.