Uses of Class
com.ibm.tws.objects.plan.WorkstationInPlanKey

Packages that use WorkstationInPlanKey
com.ibm.tws.objects.plan   
com.ibm.tws.objects.plan.types   
com.ibm.tws.objects.plan.utils   
com.ibm.tws.zconn.plan   
 

Uses of WorkstationInPlanKey in com.ibm.tws.objects.plan
 

Methods in com.ibm.tws.objects.plan that return WorkstationInPlanKey
 WorkstationInPlanKey DomainInPlan.getManagerWorkstationKey()
          Returns the key of the domain manager workstation.
 WorkstationInPlanKey FileInPlan.getWorkstationKey()
          Returns the key of the workstation on which this object is defined.
 WorkstationInPlanKey FileInPlanKey.getWorkstationKey()
          Return the WorkstationInPlanKey on which this FileInPlan object is defined.
 WorkstationInPlanKey InternetworkDependencyInPlan.getNetworkAgentKey()
          Returns the key of the Network Agent.
 WorkstationInPlanKey JobDefinitionInPlan.getWorkstationKey()
          Returns the key of the workstation referenced by this job definition.
 WorkstationInPlanKey JobDefinitionInPlanHeader.getWorkstationKey()
          Returns the key of the workstation referenced by this job definition.
 WorkstationInPlanKey JobDefinitionInPlanKey.getWorkstationKey()
          Returns the key of the workstation referenced by this job definition.
 WorkstationInPlanKey JobStreamInPlan.getWorkstationKey()
          Returns the referenced Workstation key.
 WorkstationInPlanKey JobStreamInPlanKey.getWorkstationKey()
          Returns the reference to the Workstation key
 WorkstationInPlanKey PromptDependencyInPlan.getWorkstationKey()
          Returns the Key of the (optional) Workstation pointed by this dependency
 WorkstationInPlanKey PromptInPlan.getWorkstationKey()
          Return the key of the referenced Workstation.
 WorkstationInPlanKey ResourceInPlan.getWorkstationKey()
          Returns the Resource Workstation key.
 WorkstationInPlanKey ResourceInPlanKey.getWorkstationKey()
          Returns the key of the Workstation to which this resource refer.
 WorkstationInPlanKey WindowsUserInPlan.getWorkstationKey()
          Gets the Workstation Key
 WorkstationInPlanKey WindowsUserInPlanKey.getWorkstationKey()
          Returns the key of the workstation referenced by this windows user.
 WorkstationInPlanKey WorkstationInPlan.getHostWorkstationKey()
          Return the key of the host workstation
 WorkstationInPlanKey WorkstationInPlan.getKey()
          Returns The Workstation key
 WorkstationInPlanKey WorkstationInPlan.getAlternateWorkstation()
          z/OS only method.
 

Methods in com.ibm.tws.objects.plan with parameters of type WorkstationInPlanKey
 void DomainInPlan.setManagerWorkstationKey(WorkstationInPlanKey flowTargetKey)
          Sets the key of the domain manager workstation.
 void FileInPlan.setWorkstationKey(WorkstationInPlanKey key)
          Sets the key of the workstation on which this object is defined.
 void FileInPlanKey.setWorkstationKey(WorkstationInPlanKey key)
          Set the WorkstationInPlanKey on which this FileInPlan object is defined.
 void InternetworkDependencyInPlan.setNetworkAgentKey(WorkstationInPlanKey key)
          Sets the key of the Network Agent.
 void JobDefinitionInPlan.setWorkstationKey(WorkstationInPlanKey wksKey)
          Sets the key of the workstation referenced by this job definition.
 void JobDefinitionInPlanHeader.setWorkstationKey(WorkstationInPlanKey wksKey)
          Sets the key of the workstation referenced by this job definition.
 void JobDefinitionInPlanKey.setWorkstationKey(WorkstationInPlanKey wksKey)
          Sets the key of the workstation referenced by this job definition.
 void JobStreamInPlan.setWorkstationKey(WorkstationInPlanKey wksKey)
          Sets the referenced Workstation key.
 void JobStreamInPlanKey.setWorkstationKey(WorkstationInPlanKey key)
          Sets the Workstation key.
 void PromptDependencyInPlan.setWorkstationKey(WorkstationInPlanKey key)
          Sets The key of the (optional) Workstation For internal use only.
 void PromptInPlan.setWorkstationKey(WorkstationInPlanKey key)
          Sets the referenced Workstation Key.
 void ResourceInPlan.setWorkstationKey(WorkstationInPlanKey key)
          Sets the Workstation key.
 void ResourceInPlanKey.setWorkstationKey(WorkstationInPlanKey key)
          Sets the key of the Workstation to which this Resource refer.
 void WindowsUserInPlan.setWorkstationKey(WorkstationInPlanKey key)
          Sets the workstation key.
 void WindowsUserInPlanKey.setWorkstationKey(WorkstationInPlanKey key)
          Sets the key of the Workstation referenced by this windows user.
 void WorkstationInPlan.setHostWorkstationKey(WorkstationInPlanKey key)
          Set the new key of the host workstation.
 void WorkstationInPlan.setKey(WorkstationInPlanKey key)
          Sets the Workstation key
 void WorkstationInPlan.setAlternateWorkstation(WorkstationInPlanKey alternateWorkstationkey)
          z/OS only method.
 

Constructors in com.ibm.tws.objects.plan with parameters of type WorkstationInPlanKey
FileInPlanKey(java.lang.String name, WorkstationInPlanKey key)
          Creates a FileInPlanKey
InternetworkDependencyInPlan(WorkstationInPlanKey key)
          Creates an InternetworkDependencyInPlan, specifying the key of the referenced network agent.
InternetworkDependencyInPlan(Identifier id, WorkstationInPlanKey key)
          Creates an InternetworkDependencyInPlan, specifying the identifier and key of the referenced network agent.
JobDefinitionInPlanKey(java.lang.String jobDefinitionName, WorkstationInPlanKey wksKey)
          Creates a JobDefinitionInPlanKey with the specified name and workstation key.
JobStreamInPlanKey(java.lang.String name, WorkstationInPlanKey wrkKey, java.util.Date startTime)
          Creates a JobStreamKey with the specifed name, Workstation reference and scheduled time.
ResourceInPlanKey(java.lang.String name, WorkstationInPlanKey key)
          Creates a Resource Key
WindowsUserInPlanKey(java.lang.String winUser, WorkstationInPlanKey wksKey)
          Constructor for WindowsUserInPlanKey
WorkstationInPlan(WorkstationInPlanKey workstationKey)
          Creates a WorkstationInPlan with the specified key.
WorkstationInPlan(Identifier workstationId, WorkstationInPlanKey workstationKey)
          Creates a WorkstationInPlan with the specified Identifier and key.
 

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

Methods in com.ibm.tws.objects.plan.types that return WorkstationInPlanKey
 WorkstationInPlanKey WorkstationInPlanAvailabilitySettings.getAlternateWorkstation()
          Returns the alternate Workstation associated to the workstation for the specific interval.
 

Methods in com.ibm.tws.objects.plan.types with parameters of type WorkstationInPlanKey
 void WorkstationInPlanAvailabilitySettings.setAlternateWorkstation(WorkstationInPlanKey alternateWorkstation)
          Sets the alternate Workstation to be associated to this workstation for the specific interval.
 

Uses of WorkstationInPlanKey in com.ibm.tws.objects.plan.utils
 

Methods in com.ibm.tws.objects.plan.utils that return WorkstationInPlanKey
 WorkstationInPlanKey EngineInformation.getMasterWorkstationKey()
          Returns the Master Workstation Identifier.
 WorkstationInPlanKey EngineInformation.getThisWorkstationKey()
          Returns this Workstation key.
 

Methods in com.ibm.tws.objects.plan.utils with parameters of type WorkstationInPlanKey
 void EngineInformation.setMasterWorkstationKey(WorkstationInPlanKey key)
          Sets the master Workstation Key.
 void EngineInformation.setThisWorkstationKey(WorkstationInPlanKey key)
          Set 'This' Workstation key.
 

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

Methods in com.ibm.tws.zconn.plan with parameters of type WorkstationInPlanKey
 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.