Uses of Class
com.ibm.tws.objects.plan.types.WorkstationStatus

Packages that use WorkstationStatus
com.ibm.tws.objects.plan.types   
com.ibm.tws.zconn.plan   
 

Uses of WorkstationStatus in com.ibm.tws.objects.plan.types
 

Fields in com.ibm.tws.objects.plan.types declared as WorkstationStatus
static WorkstationStatus WorkstationStatus.WORKSTATION_STATUS_ACTIVE
          Workstation Status Active
static WorkstationStatus WorkstationStatus.WORKSTATION_STATUS_OFFLINE
          Workstation Status Offline
static WorkstationStatus WorkstationStatus.WORKSTATION_STATUS_FAILED
          Workstation Status Failed
static WorkstationStatus WorkstationStatus.WORKSTATION_STATUS_UNKNOWN
          Workstation Status Unknown
 

Methods in com.ibm.tws.objects.plan.types that return WorkstationStatus
 WorkstationStatus WorkstationInPlanZOSAttributes.getStatus()
          This method returns the status of a z/OS Workstation in plan
static WorkstationStatus WorkstationStatus.getInstance(char charValue)
          Returns a reference to the instance of WorkstationStatus that is associated to the specified character.
 

Methods in com.ibm.tws.objects.plan.types with parameters of type WorkstationStatus
 void WorkstationInPlanZOSAttributes.setStatus(WorkstationStatus status)
          Set the status of the workstation.
 

Uses of WorkstationStatus in com.ibm.tws.zconn.plan
 

Methods in com.ibm.tws.zconn.plan with parameters of type WorkstationStatus
 void ZConnPlan.setWorkstationStatus(Identifier id, Context context, WorkstationStatus status, WorkstationOperationOption options, WorkstationInPlanKey alternateWorkstation)
          Set the status for the input Workstation instance.
 



Copyright © 2005 IBM All Rights Reserved.