|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceStatusType | |
---|---|
com.ibm.tws.objects.plan | |
com.ibm.tws.objects.plan.types |
Uses of ResourceStatusType in com.ibm.tws.objects.plan |
---|
Methods in com.ibm.tws.objects.plan that return ResourceStatusType | |
ResourceStatusType |
ResourceInPlan.getStatus()
Returns the resource status Valid values are: Available, Not Avaliable, Undecided. |
Methods in com.ibm.tws.objects.plan with parameters of type ResourceStatusType | |
void |
ResourceInPlan.setStatus(ResourceStatusType type)
Sets the Resource status For internal use only. |
Uses of ResourceStatusType in com.ibm.tws.objects.plan.types |
---|
Fields in com.ibm.tws.objects.plan.types declared as ResourceStatusType | |
static ResourceStatusType |
ResourceStatusType.RESOURCE_STATUS_AVAILABLE
The Resource is Available |
static ResourceStatusType |
ResourceStatusType.RESOURCE_STATUS_NOT_AVAILABLE
The Resource is Not Available. |
static ResourceStatusType |
ResourceStatusType.RESOURCE_STATUS_UNDECIDED
The Resource is in an Undecided State. |
Methods in com.ibm.tws.objects.plan.types that return ResourceStatusType | |
static ResourceStatusType |
ResourceStatusType.getInstance(char charValue)
Returns a reference to the instance of ResourceStatusType that is associated to the specified character. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |