Interface IWorkloadRouterStatus
-
- All Superinterfaces:
ICICSObject
,ICPSMManager
,com.ibm.cics.model.meta.ITypedObject
public interface IWorkloadRouterStatus extends ICPSMManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IWorkloadRouterStatus.AbendCompensationStatusValue
Enumeration type for field ABDCMPSTATEstatic class
IWorkloadRouterStatus.ContactStatusValue
Enumeration type for field CON_STATUSstatic class
IWorkloadRouterStatus.OptimizationStatusValue
Enumeration type for field OWSTATE
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICPSMManager
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IWorkloadRouterStatus.AbendCompensationStatusValue
getAbendCompensationStatus()
Getter for field ABDCMPSTATEIWorkloadRouterStatusReference
getCICSObjectReference()
IWorkloadRouterStatus.ContactStatusValue
getContactStatus()
Getter for field CON_STATUSjava.lang.String
getFmidSequence()
Getter for field FMIDSEQjava.lang.String
getMvsSystemName()
Getter for field MVSSYSNAMEICICSType<IWorkloadRouterStatus>
getObjectType()
IWorkloadRouterStatus.OptimizationStatusValue
getOptimizationStatus()
Getter for field OWSTATEjava.lang.String
getRelease()
Getter for field RELEASEjava.lang.String
getReportingCMAS()
Getter for field RPTINGCMASjava.lang.String
getRoutingRegion()
Getter for field TORjava.util.Date
getStartTime()
Getter for field STRTTIMEjava.lang.String
getTorOwner()
Getter for field TOROWNERjava.lang.Long
getUowCompletes()
Getter for field RTUOWENDjava.lang.String
getWorkload()
Getter for field WORKLOADjava.lang.String
getWorkloadOwner()
Getter for field WRKLOWNER-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICPSMManager
getCICSContainer
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IWorkloadRouterStatus> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceICPSMManager
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getWorkload
java.lang.String getWorkload()
Getter for field WORKLOADWorkload name
The name of the workload specification.
-
getRoutingRegion
java.lang.String getRoutingRegion()
Getter for field TORRouting region name
The name of an active CICS system, acting as a routing region, to which the workload is associated.
-
getContactStatus
IWorkloadRouterStatus.ContactStatusValue getContactStatus()
Getter for field CON_STATUSRouting region contact status
The status of the connection between the routing region and the CMAS. Values are:
- LOSTCON - The connection between the routing region and the CMASs has been lost.
- N_A - The connection between the routing region and the CMASs managing the workload is available.
-
getWorkloadOwner
java.lang.String getWorkloadOwner()
Getter for field WRKLOWNERSystem ID of workload owner
The 4-character CICS system ID of the CMAS that created the workload.
-
getTorOwner
java.lang.String getTorOwner()
Getter for field TOROWNERName of controlling CMAS
The name of the controlling CMAS.
-
getOptimizationStatus
IWorkloadRouterStatus.OptimizationStatusValue getOptimizationStatus()
Getter for field OWSTATEOptimization status
This field reports the status of the current routing region for the optimized workload routing function.
The possible values are:
- ACTIVE
- This router region is executing in an optimized workload state.
- INACTIVE
- This region is capable of executing in an optimized workload state, however, is not
currently optimized for one or more of the following reasons:
- The region has no connection to an RS Server
- The region is connected to an RS Server, however, the server has not been able to connect to the coupling facility
- The optimised workload routing function is DISABLED for the current target region
- The RS server update frequency value for this region is 0, which means that the optimization capabilities for this region are not enabled
- The connection between the routing region and the reporting CMAS has been lost, i.e. the routing region's contact status is LOSTCON
- N_A
- The router region is not configured to provide optimized workload management. Only non optimized WLM routing decisions can be made.
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.
-
getUowCompletes
java.lang.Long getUowCompletes()
Getter for field RTUOWENDUnit of work completes
The number of times that the calling program of a dynamic program link has completed a unit-of-work.
These completions may be a result of a CICS SYNCPOINT command or normal task termination.
-
getMvsSystemName
java.lang.String getMvsSystemName()
Getter for field MVSSYSNAMEMVS system name
The operating system identifier that this routing region is executing under.
-
getFmidSequence
java.lang.String getFmidSequence()
Getter for field FMIDSEQFMID sequence number
The sequence number portion of the FMID value for the operating system version that the current region is executing under.
-
getStartTime
java.util.Date getStartTime()
Getter for field STRTTIMELocal time at which router was started
The time at which this run of CICS started.
-
getRelease
java.lang.String getRelease()
Getter for field RELEASECICS Release
-
getAbendCompensationStatus
IWorkloadRouterStatus.AbendCompensationStatusValue getAbendCompensationStatus()
Getter for field ABDCMPSTATEAbend compensation status
This field reports the status of abend compensation for the transaction that the TOR is currently routing.
The possible values are:
- YES
- This router region is executing a transaction with abend compensation in effect.
- NO
- This router region is executing a transaction without abend compensation in effect.
-
getReportingCMAS
java.lang.String getReportingCMAS()
Getter for field RPTINGCMASReporting CMAS name
The name of a CMAS that provided this record.
-
getCICSObjectReference
IWorkloadRouterStatusReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICPSMManager
-
-