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

Packages that use ResourceAllocationType
com.ibm.tws.objects.model   
com.ibm.tws.objects.plan   
com.ibm.tws.objects.plan.types   
com.ibm.tws.objects.types   
 

Uses of ResourceAllocationType in com.ibm.tws.objects.model
 

Methods in com.ibm.tws.objects.model that return ResourceAllocationType
 ResourceAllocationType ResourceDependency.getAllocationType()
          Returns the resource allocation type.
 

Methods in com.ibm.tws.objects.model with parameters of type ResourceAllocationType
 void ResourceDependency.setAllocationType(ResourceAllocationType value)
          Sets the resource allocation type.
 

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

Methods in com.ibm.tws.objects.plan that return ResourceAllocationType
 ResourceAllocationType ResourceDependencyInPlan.getAllocationType()
          Returns the resource allocation type.
 

Methods in com.ibm.tws.objects.plan with parameters of type ResourceAllocationType
 void ResourceDependencyInPlan.setAllocationType(ResourceAllocationType value)
          Sets the resource allocation type.
 

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

Methods in com.ibm.tws.objects.plan.types that return ResourceAllocationType
 ResourceAllocationType JobInPlanResourceUsageInfo.getAllocationType()
          Returns the Allocation Type
 

Methods in com.ibm.tws.objects.plan.types with parameters of type ResourceAllocationType
 void JobInPlanResourceUsageInfo.setAllocationType(ResourceAllocationType allocationType)
          Sets the Allocation type.
 

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

Fields in com.ibm.tws.objects.types declared as ResourceAllocationType
static ResourceAllocationType ResourceAllocationType.SHARED
          The SHARED value.
static ResourceAllocationType ResourceAllocationType.EXCLUSIVE
          The EXCLUSIVE value.
 

Methods in com.ibm.tws.objects.types that return ResourceAllocationType
static ResourceAllocationType ResourceAllocationType.getInstance(char charValue)
          Returns a reference to the instance of ResourceAllocationType that is associated to the specified character.
 



Copyright © 2005 IBM All Rights Reserved.