|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkloadRouter
generated from CICS resourcetable WLMAWTOR
Nested Class Summary | |
---|---|
static class |
IWorkloadRouter.ContactStatusValue
Enumeration type for field CON_STATUS |
static class |
IWorkloadRouter.OptimizationStatusValue
Enumeration type for field OWSTATE |
Method Summary | |
---|---|
java.lang.String |
getCmasOwner()
Getter for field TOROWNER |
IWorkloadRouter.ContactStatusValue |
getContactStatus()
Getter for field CON_STATUS |
IWorkloadRouter.OptimizationStatusValue |
getOptimizationStatus()
Getter for field OWSTATE |
java.lang.String |
getRoutingRegion()
Getter for field TOR |
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 getWorkload()
Workload name
The name of the workload specification.
java.lang.String getRoutingRegion()
Routing region name
The name of an active CICS system, acting as a routing region, to which the workload is associated.
IWorkloadRouter.ContactStatusValue getContactStatus()
Routing region contact status
The status of the connection between the routing region and the CMAS. Values are:
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 getCmasOwner()
Name of controlling CMAS
The name of the controlling CMAS.
IWorkloadRouter.OptimizationStatusValue getOptimizationStatus()
Optimization status
This field reports the status of the current routing region for the optimized workload routing function.
The possible values are:
If the CMAS that your WUI is using is not connected to a Region Status (RS) server, the optimization status for remote regions will not be updated and defaults to INACTIVE. Where this situation occurs, either connect all reporting CMASs to the RS server or use the Active target regions view to check the optimization state.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |