|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkload
generated from CICS resourcetable WLMAWORK
Nested Class Summary | |
---|---|
static class |
IWorkload.AlgorithmTypeValue
Enumeration type for field ALGTYPE |
static class |
IWorkload.AutomaticAffinityCreationValue
Enumeration type for field AFFAUTO |
static class |
IWorkload.DefaultAffinityLifetimeValue
Enumeration type for field AFFLIFE |
static class |
IWorkload.DefaultAffinityTypeValue
Enumeration type for field AFFINITY |
static class |
IWorkload.OptimizationStatusValue
Enumeration type for field OWSTATE |
static class |
IWorkload.SharedValue
Enumeration type for field SHARED |
static class |
IWorkload.WorkloadStatusValue
Enumeration type for field STATUS |
Method Summary | |
---|---|
java.lang.Long |
getAbendcrit()
Getter for field ABENDCRIT |
java.lang.Long |
getAbendthresh()
Getter for field ABENDTHRESH |
java.lang.Long |
getActiveRoutingRegions()
Getter for field TORCNT |
java.lang.Long |
getActiveTargetRegions()
Getter for field AORCNT |
IWorkload.AlgorithmTypeValue |
getAlgorithmType()
Getter for field ALGTYPE |
IWorkload.AutomaticAffinityCreationValue |
getAutomaticAffinityCreation()
Getter for field AFFAUTO |
IWorkload.DefaultAffinityLifetimeValue |
getDefaultAffinityLifetime()
Getter for field AFFLIFE |
IWorkload.DefaultAffinityTypeValue |
getDefaultAffinityType()
Getter for field AFFINITY |
java.lang.String |
getDefaultTargetScope()
Getter for field AORSCOPE |
java.lang.String |
getDescription()
Getter for field DESC |
java.lang.String |
getEventName()
Getter for field EVENTNAME |
java.lang.String |
getName()
Getter for field WORKLOAD |
IWorkload.OptimizationStatusValue |
getOptimizationStatus()
Getter for field OWSTATE |
java.lang.String |
getOwningSystemID()
Getter for field WRKLOWNER |
IWorkload.SharedValue |
getShared()
Getter for field SHARED |
java.lang.Long |
getWaffcnt()
Getter for field WAFFCNT |
java.lang.Long |
getWdefcnt()
Getter for field WDEFCNT |
IWorkload.WorkloadStatusValue |
getWorkloadStatus()
Getter for field STATUS |
java.lang.Long |
getWtgpcnt()
Getter for field WTGPCNT |
java.lang.Long |
getWtrncnt()
Getter for field WTRNCNT |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType, getObjectType |
Method Detail |
---|
java.lang.String getName()
Name
The name of the workload. This is also the name of the installed workload specification definition.
getName
in interface ICICSObject
IWorkload.DefaultAffinityTypeValue getDefaultAffinityType()
Default affinity relation
The default affinity relation applied to transactions not associated with any installed transaction group. The affinity relation values are:
IWorkload.DefaultAffinityLifetimeValue getDefaultAffinityLifetime()
Default affinity lifetime
The default affinity lifetime used with the default affinity relation. This value is applied to transactions that are not associated with any installed transaction group. After the first instance of a transaction, subsequent instances of the transaction are run on the same target region:
java.lang.Long getActiveRoutingRegions()
Active routing regions
The number of active CICS systems, identified as routing regions, that are associated with the workload.
java.lang.Long getActiveTargetRegions()
Active target regions
The number of active CICS systems, identified as target region for the workload.
java.lang.String getDefaultTargetScope()
Default target scope
The name of the CICS system or CICS system group that is to be the target for any dynamic transactions or programs not associated with a transaction or program group.
java.lang.String getDescription()
Description
The description of the workload.
IWorkload.WorkloadStatusValue getWorkloadStatus()
Workload status
The status of the workload:
IWorkload.AlgorithmTypeValue getAlgorithmType()
Default algorithm type
The algorithm to be applied to all transactions that are not associated with any installed transaction group:
QUEUE - Routes transactions to the target region that has the lowest routing weight at the time of the routing evaluation. The routing weight of a target region is a combination of factors that include:
LNQUEUE - Routes transactions to the target region that has the lowest routing weight at the time of the routing evaluation. The routing weight of a target region is a combination of factors that include:
Note - The link speed from the router to the target is not factored into the routing weight calculation for the LNQUEUE algorithm
GOAL - Routes transactions to the target region which is best able to meet the transaction's average response time goal, as predefined using z/OS Workload Manager.
If a specific target region cannot be resolved from the evaluated GOAL set, then the QUEUE algorithm is applied to the remaining target set.
LNGOAL - Routes transactions to the target region which is best able to meet the transaction's average response time goal, as predefined using z/OS Workload Manager.
If a specific target region cannot be resolved from the evaluated GOAL set, then the LNQUEUE algorithm is applied to the remaining target set.
java.lang.Long getAbendcrit()
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.
A value of 0 means WLM is not calculating abend probabilities for the workload.
java.lang.Long getAbendthresh()
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.
A value of 0 means WLM is not calculating abend loads for the workload.
java.lang.String getEventName()
Event name
The name of a real-time analysis event that will affect the routing of transactions in this workload. If a real-time analysis event is generated, WLM uses the information as part of the target selection criteria.
An event can optionally be associated with a workload when the workload specification is created. If this field is blank, no event is associated with the workload.
The name of an event is the same as an installed real-time analysis definition (RTADEF) or status definition (STATDEF)
java.lang.String getOwningSystemID()
Owning system ID
The CICS system ID of the CMAS that created the workload.
IWorkload.AutomaticAffinityCreationValue getAutomaticAffinityCreation()
Automatic affinity creation
Indicates whether CICSPlex SM is to automatically create an affinity relationship for transactions that are not associated with any installed transaction group.
IWorkload.SharedValue getShared()
Shared status
Indicates whether the workload has been shared with a pre-CICS TS 1.3 CMAS. If it has installs of CICS BTS related definitions are inhibited.
IWorkload.OptimizationStatusValue getOptimizationStatus()
Optimization status
This field reports the sysplex optimization status of the current workload. The value is an amalgamation of all of the workload router optimization statuses, and all of the workload target optimization statuses.
The possible values are:
java.lang.Long getWdefcnt()
Active workload definitions
The number of active workload definitions that are associated with the workload.
java.lang.Long getWtrncnt()
Active dynamic transactions
The number of active dynamic transactions that are associated with the workload.
java.lang.Long getWtgpcnt()
Active transaction groups
The number of active transactions groups that are associated with the workload.
java.lang.Long getWaffcnt()
Active transaction group affinities
The number of active transaction group affinities that are associated with the workload.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |