com.continuent.tungsten.manager.resource.physical
Class ResourceManager

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

public class ResourceManager
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
ResourceManager(java.lang.String name)
           
 
Method Summary
 javax.management.ObjectName getObjectName()
           
 void setManager(DynamicMBeanHelper manager, ResourceNode parent, Directory directory, java.lang.String sessionID)
           
 
Methods inherited from class com.continuent.tungsten.common.cluster.resource.Resource
copyTo, describe, 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

ResourceManager

public ResourceManager(java.lang.String name)
Method Detail

setManager

public void setManager(DynamicMBeanHelper manager,
                       ResourceNode parent,
                       Directory directory,
                       java.lang.String sessionID)
                throws java.lang.Exception
Throws:
java.lang.Exception

getObjectName

public javax.management.ObjectName getObjectName()