|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkloadTransactionGroup
generated from CICS resourcetable WLMATGRP
Nested Class Summary | |
---|---|
static class |
IWorkloadTransactionGroup.AffinityLifetimeValue
Enumeration type for field AFFLIFE |
static class |
IWorkloadTransactionGroup.AffinityValue
Enumeration type for field AFFINITY |
static class |
IWorkloadTransactionGroup.AlgorithmTypeValue
Enumeration type for field ALGTYPE |
static class |
IWorkloadTransactionGroup.AutomaticAffinityCreationValue
Enumeration type for field AFFAUTO |
static class |
IWorkloadTransactionGroup.FilterValue
Enumeration type for field FILTER |
static class |
IWorkloadTransactionGroup.StatusValue
Enumeration type for field STATUS |
Method Summary | |
---|---|
java.lang.Long |
getAbendCrit()
Getter for field ABENDCRIT |
java.lang.Long |
getAbendThreshold()
Getter for field ABENDTHRESH |
IWorkloadTransactionGroup.AffinityValue |
getAffinity()
Getter for field AFFINITY |
IWorkloadTransactionGroup.AffinityLifetimeValue |
getAffinityLifetime()
Getter for field AFFLIFE |
IWorkloadTransactionGroup.AlgorithmTypeValue |
getAlgorithmType()
Getter for field ALGTYPE |
IWorkloadTransactionGroup.AutomaticAffinityCreationValue |
getAutomaticAffinityCreation()
Getter for field AFFAUTO |
java.lang.String |
getEventName()
Getter for field EVENTNAME |
IWorkloadTransactionGroup.FilterValue |
getFilter()
Getter for field FILTER |
IWorkloadTransactionGroup.StatusValue |
getStatus()
Getter for field STATUS |
java.lang.Long |
getTransactionCount()
Getter for field TRANCNT |
java.lang.String |
getTransactionGroup()
Getter for field TRANGRP |
java.lang.String |
getWorkload()
Getter for field WORKLOAD |
java.lang.String |
getWorkloadOwner()
Getter for field WRKLOWNER |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType, getName, getObjectType |
Method Detail |
---|
java.lang.String getTransactionGroup()
Transaction group
The name of the transaction group.
java.lang.String getWorkload()
Workload
The name of the workload in which the transaction group is active.
IWorkloadTransactionGroup.StatusValue getStatus()
Transaction group status
Indicates how an AOR is to be selected for transactions associated with the transaction group:
IWorkloadTransactionGroup.FilterValue getFilter()
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.
IWorkloadTransactionGroup.AffinityValue getAffinity()
Affinity relationship
The affinity relationship used when processing occurrences of the transaction group. The affinity relationship values are:
IWorkloadTransactionGroup.AffinityLifetimeValue getAffinityLifetime()
Affinity lifetime
The affinity lifetime to be used when processing occurrences of the transaction group. The affinity lifetime values are:
java.lang.Long getAbendCrit()
Acceptable abend level
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 getAbendThreshold()
Acceptable target region load level
The abend probability for a transaction associated with the default transaction group that should cause a target region's load level to be doubled.
java.lang.String getEventName()
Event name
The name of an analysis definition (RTADEF) or status definition (STATDEF) that may affect the routing of transactions in this workload. If a real-time analysis event is generated by this definition, WLM uses the information as part of the AOR selection criteria.
An analysis or status definition can optionally be associated with a workload when the workload specification is created. If this field is blank, no analysis or status definition is associated with the workload.
Note: The EVENT view is displayed only if an event of the specified type has occurred.
java.lang.String getWorkloadOwner()
Workload owner
The 4-character CICS system ID of the CMAS that created the workload.
IWorkloadTransactionGroup.AutomaticAffinityCreationValue getAutomaticAffinityCreation()
Automatic affinity creation
Indicates whether CICSPlex SM is to automatically create an affinity relationship for transactions associated with the transaction group.
IWorkloadTransactionGroup.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:
java.lang.Long getTransactionCount()
Active transaction count
The number of active transactions that are associated with this transaction group.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |