Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.mx » server » registry » [javadoc | source]
org.jboss.mx.server.registry
public class: MBeanEntry [javadoc | source]
java.lang.Object
   org.jboss.mx.server.registry.MBeanEntry

All Implemented Interfaces:
    ServerConstants

info@todo this docs
Constructor:
 public MBeanEntry(ObjectName objectName,
    MBeanInvoker invoker,
    Object resource,
    Map valueMap) 
    Construct a new mbean registration entry.
    Parameters:
    objectName - the name with which the mbean is registered
    invoker - the dynamic mbean used to invoke the mbean
    resource - the mbean
    valueMap - any other information to include in the registration
Method from org.jboss.mx.server.registry.MBeanEntry Summary:
getClassLoader,   getInvoker,   getObjectName,   getResourceClassName,   getResourceInstance,   getValue,   setObjectName,   setResourceClassName
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.mx.server.registry.MBeanEntry Detail:
 public ClassLoader getClassLoader() 
    Retrieve the context class loader with which to invoke the mbean.
 public MBeanInvoker getInvoker() 
    Retrieve the invoker for the mbean.
 public ObjectName getObjectName() 
    Retrieve the object name with the mbean is registered.
 public String getResourceClassName() 
    Retrieve the class name for the mbean.
 public Object getResourceInstance() 
    Retrieve the mbean.
 public Object getValue(String key) 
    Retrieve a value from the map.
 protected  void setObjectName(ObjectName objectName) 
    A protected method used to set the entry object name when access to the entry is needed before the ultimate name under which the mbean is registered is known.
 public  void setResourceClassName(String resourceClassName) 
    Retrieve the class name for the mbean.