Uses of Class
com.continuent.tungsten.common.exception.ResourceException

Packages that use ResourceException
com.continuent.tungsten.common.cluster.resource   
com.continuent.tungsten.common.directory   
com.continuent.tungsten.manager.resource.logical   
com.continuent.tungsten.manager.resource.physical   
 

Uses of ResourceException in com.continuent.tungsten.common.cluster.resource
 

Methods in com.continuent.tungsten.common.cluster.resource that throw ResourceException
static ResourceState ResourceState.fromString(java.lang.String x)
          Create a ResourceState from a non case sensitive String
 java.lang.String Resource.toJSON()
           
 

Uses of ResourceException in com.continuent.tungsten.common.directory
 

Methods in com.continuent.tungsten.common.directory that throw ResourceException
static Directory Directory.createLocalInstance(java.lang.String clusterName, java.lang.String memberName)
          Creates a local directory instance that caller is responsible for managing.
static Directory Directory.getInstance(java.lang.String clusterName, java.lang.String memberName)
          Returns a global instance.
 

Uses of ResourceException in com.continuent.tungsten.manager.resource.logical
 

Methods in com.continuent.tungsten.manager.resource.logical that throw ResourceException
 DataSource DataService.getCurrentMaster()
           
 DataSource DataService.getDataSource(java.lang.String dsName)
           
 void DataService.removeDataSource(DataSource dsToRemove)
           
 

Constructors in com.continuent.tungsten.manager.resource.logical that throw ResourceException
DataService(java.lang.String dataServiceName, java.util.Map<java.lang.String,TungstenProperties> dataSourceMap)
           
 

Uses of ResourceException in com.continuent.tungsten.manager.resource.physical
 

Methods in com.continuent.tungsten.manager.resource.physical that throw ResourceException
static ResourceNode ResourceFactory.addInstance(ResourceType type, java.lang.String key, ResourceNode parent, Directory directory, java.lang.String sessionID)
           
static
<T> ResourceNode
ResourceFactory.addQueue(java.lang.String key, ResourceNode parent, T type, Directory directory)
           
static Resource ResourceFactory.copyInstance(ResourceNode source, java.lang.String destinationKey, ResourceNode destination, Directory directory)
          Makes a copy of the source RouterResource and returns it with the new key set.
static Resource ResourceFactory.createInstance(java.lang.String sessionID, ResourceType type, java.lang.String key, ResourceNode parent, Directory directory)
          Creates a new resource instance of the specified type
 

Constructors in com.continuent.tungsten.manager.resource.physical that throw ResourceException
Process(java.lang.String name)