|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkloadAffinity
generated from CICS resourcetable WLMATAFF
Nested Class Summary | |
---|---|
static class |
IWorkloadAffinity.AffinityValue
Enumeration type for field AFFINITY |
static class |
IWorkloadAffinity.LifetimeValue
Enumeration type for field LIFETIME |
Method Summary | |
---|---|
IWorkloadAffinity.AffinityValue |
getAffinity()
Getter for field AFFINITY |
java.lang.String |
getAffinityKey()
Getter for field AFFKEY |
java.lang.String |
getBtsActivityID()
Getter for field CBTSKEY |
java.lang.String |
getCbtsActivityID()
Getter for field RESERVD2 |
IWorkloadAffinity.LifetimeValue |
getLifetime()
Getter for field LIFETIME |
java.lang.String |
getLocalUOWID()
Getter for field LOCUOWID |
java.lang.String |
getLuName()
Getter for field LUNAME |
java.lang.String |
getNetworkUOWID()
Getter for field NETUOWID |
java.lang.String |
getRoutingRegion()
Getter for field TORNAME |
java.lang.String |
getTargetRegion()
Getter for field AOR |
java.lang.String |
getTerminalId()
Getter for field TERMID |
java.lang.String |
getTransactionGroup()
Getter for field TRANGRP |
java.lang.String |
getUserId()
Getter for field USERID |
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 an active transaction group. A value of $$DTGA$$ represents the default transaction group, which is used for any transactions that are not associated with a transaction group.
java.lang.String getWorkload()
Workload name
The name of the workload in which the transaction group is active.
IWorkloadAffinity.AffinityValue getAffinity()
Affinity relationship
The affinity relationship used when processing a transaction associated with the transaction group. The affinity relationship values are:
IWorkloadAffinity.LifetimeValue getLifetime()
Affinity lifetime
The affinity lifetime used when processing a transaction associated with the transaction group. The affinity lifetime values are:
java.lang.String getUserId()
User identifier
The user identifier ID.
java.lang.String getLuName()
Terminal LU name
The logical unit name of the terminal of the CICS system to which transactions associated with the transaction group are to be routed.
java.lang.String getRoutingRegion()
Routing region
The name of the CICS system to which transactions associated with the transaction group are to be routed.
java.lang.String getTerminalId()
Routing region terminal
The terminal ID of the CICS system to which transactions associated with the transaction group are to be routed.
java.lang.String getCbtsActivityID()
The activity ID of the CBTS activity
The ID of the CBTS activity.
java.lang.String getTargetRegion()
Target region
The name of the CICS system to which transactions associated with the transaction group are to be routed.
java.lang.String getWorkloadOwner()
System ID of workload owner
The 4-character CICS system ID of the CMAS that created the workload.
java.lang.String getBtsActivityID()
BTS activity ID
The hexadecimal representation of the Affinity Key. It is shown in this additional format because part of the key may not be displayable in normal character representation.
java.lang.String getLocalUOWID()
Local unit-of-work ID
The hexadecimal representation of the CICS local unit-of-work identifier. It is shown in this additional format because part of the key may not be displayable in normal character representation.
java.lang.String getNetworkUOWID()
Network unit-of-work ID
The hexadecimal representation of the CICS network unit-of-work identifier. It is shown in this additional format because part of the key may not be displayable in normal character representation.
java.lang.String getAffinityKey()
Key that identifies creator of affinity
Up to 64 characters identifying who invoked a transaction, comprising the transaction group and their location. Depending on the affinity relation and lifetime values, this key will be some combination of the user ID, logical unit name, routing region name, and terminal ID, in the following format: userid.luname.rtrname.termid. If one or more of these values does not apply to the affinity, that part of the key is left blank.
For BAPPL affinities, this field contains the Activity ID of the CICS BTS activity.
For LOCKED affinities, this field contains the combination of the routing region name with the network and local unit-of-work identifiers.
A value of GA is displayed for global affinities.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |