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

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

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

Fields in com.ibm.tws.objects.types declared as ResourceActionOnError
static ResourceActionOnError ResourceActionOnError.FREE
          The FREE value.
static ResourceActionOnError ResourceActionOnError.KEEP
          The KEEP value.
static ResourceActionOnError ResourceActionOnError.FREE_IF_EXCLUSIVE
          The FREE_IF_EXCLUSIVE value.
static ResourceActionOnError ResourceActionOnError.FREE_IF_SHARED
          The FREE_IF_SHARED value.
static ResourceActionOnError ResourceActionOnError.SYSTEM_DEFAULT
          The SYSTEM_DEFAULT value.
 

Methods in com.ibm.tws.objects.types that return ResourceActionOnError
 ResourceActionOnError ResourceBaseConstraints.getActionOnError()
          Returns the action on error.
static ResourceActionOnError ResourceActionOnError.getInstance(char charValue)
          Returns a reference to the instance of ResourceActionOnError that is associated to the specified character.
 

Methods in com.ibm.tws.objects.types with parameters of type ResourceActionOnError
 void ResourceBaseConstraints.setActionOnError(ResourceActionOnError value)
          Sets the action on error.
 



Copyright © 2005 IBM All Rights Reserved.