com.continuent.tungsten.manager.resource.shared
Class ResourceConfiguration

java.lang.Object
  extended by com.continuent.tungsten.common.cluster.resource.Resource
      extended by com.continuent.tungsten.manager.resource.shared.ResourceConfiguration
All Implemented Interfaces:
java.io.Serializable

public class ResourceConfiguration
extends Resource

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.continuent.tungsten.common.cluster.resource.Resource
childType, compositeMember, description, isContainer, isExecutable, name, type
 
Constructor Summary
ResourceConfiguration()
           
ResourceConfiguration(java.lang.String name)
           
ResourceConfiguration(java.lang.String name, TungstenProperties properties)
          Creates a new ResourceConfiguration object with underlying TungstenProperties.
 
Method Summary
 java.lang.String describe(boolean detailed)
          Describe this instance, in detail if necessary.
 TungstenProperties getProperties()
          Returns TungstenProperties corresponding to this ResourceConfiguration.
 
Methods inherited from class com.continuent.tungsten.common.cluster.resource.Resource
copyTo, getChildType, getCompositeMember, getKey, getName, getType, isContainer, isExecutable, setChildType, setCompositeMember, setContainer, setExecutable, setName, setType, toJSON, toProperties, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceConfiguration

public ResourceConfiguration()

ResourceConfiguration

public ResourceConfiguration(java.lang.String name)

ResourceConfiguration

public ResourceConfiguration(java.lang.String name,
                             TungstenProperties properties)
Creates a new ResourceConfiguration object with underlying TungstenProperties.

Method Detail

getProperties

public TungstenProperties getProperties()
Returns TungstenProperties corresponding to this ResourceConfiguration.


describe

public java.lang.String describe(boolean detailed)
Description copied from class: Resource
Describe this instance, in detail if necessary.

Overrides:
describe in class Resource
Returns:
string description of this resource