Uses of Class
com.ibm.tws.objects.types.ResourceUsage

Packages that use ResourceUsage
com.ibm.tws.objects.types   
 

Uses of ResourceUsage in com.ibm.tws.objects.types
 

Fields in com.ibm.tws.objects.types declared as ResourceUsage
static ResourceUsage ResourceUsage.PLANNING
          The PLANNING value.
static ResourceUsage ResourceUsage.CONTROL
          The CONTROL value.
static ResourceUsage ResourceUsage.PLANNING_AND_CONTROL
          The PLANNING_AND_CONTROL value.
static ResourceUsage ResourceUsage.NEITHER_PLANNING_NOR_CONTROL
          The NEITHER_PLANNING_NOR_CONTROL value.
 

Methods in com.ibm.tws.objects.types that return ResourceUsage
 ResourceUsage ResourceBaseConstraints.getUsedFor()
          Returns the resource usage.
 ResourceUsage WorkstationZOSAttributes.getParallelServersUsage()
          Returns the ordinal value used to explain if parallel servers are used for planning and controlling work.
 ResourceUsage WorkstationZOSAttributes.getServer1Usage()
          Returns the server1Usage attribute.
 ResourceUsage WorkstationZOSAttributes.getServer2Usage()
          Returns the server2Usage attribute.
static ResourceUsage ResourceUsage.getInstance(char charValue)
          Returns a reference to the instance of ResourceUsage that is associated to the specified character.
 

Methods in com.ibm.tws.objects.types with parameters of type ResourceUsage
 void ResourceBaseConstraints.setUsedFor(ResourceUsage value)
          Sets the resource usage.
 void WorkstationZOSAttributes.setParallelServersUsage(ResourceUsage value)
          Sets the ordinal value used to explain if parallel servers are used for planning and controlling work.
 void WorkstationZOSAttributes.setServer1Usage(ResourceUsage value)
          Sets the server1Usage attribute.
 void WorkstationZOSAttributes.setServer2Usage(ResourceUsage value)
          Sets the server2Usage attribute.
 



Copyright © 2005 IBM All Rights Reserved.