| |
|
| java.lang.Object org.jboss.mx.server.registry.MBeanEntry
MBeanEntry | public MBeanEntry(ObjectName objectName, MBeanInvoker invoker, Object resource, Map valueMap)(Code) | | Construct a new mbean registration entry.
Parameters: objectName - the name with which the mbean is registered Parameters: invoker - the dynamic mbean used to invoke the mbean Parameters: resource - the mbean Parameters: valueMap - any other information to include in the registration |
getClassLoader | public ClassLoader getClassLoader()(Code) | | Retrieve the context class loader with which to invoke the mbean.
the class loader |
getInvoker | public MBeanInvoker getInvoker()(Code) | | Retrieve the invoker for the mbean.
the invoker |
getObjectName | public ObjectName getObjectName()(Code) | | Retrieve the object name with the mbean is registered.
the object name |
getResourceClassName | public String getResourceClassName()(Code) | | Retrieve the class name for the mbean.
the class name |
getResourceInstance | public Object getResourceInstance()(Code) | | Retrieve the mbean.
the mbean |
getValue | public Object getValue(String key)(Code) | | Retrieve a value from the map.
key the key to value the value or null if there is no entry |
setObjectName | protected void setObjectName(ObjectName objectName)(Code) | | 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.
Parameters: objectName - - the object name under which the mbean is registered |
setResourceClassName | public void setResourceClassName(String resourceClassName)(Code) | | Retrieve the class name for the mbean.
Parameters: resourceClassName - the class name |
|
|
|