|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.mx.server.registry.MBeanEntry
info@todo this docs
MBeanRegistry
,
MBeanServerImpl
Field Summary |
Constructor Summary | |
MBeanEntry(ObjectName objectName,
MBeanInvoker invoker,
Object resource,
Map valueMap)
Construct a new mbean registration entry. |
Method Summary | |
ClassLoader |
getClassLoader()
Retrieve the context class loader with which to invoke the mbean. |
MBeanInvoker |
getInvoker()
Retrieve the invoker for the mbean. |
ObjectName |
getObjectName()
Retrieve the object name with the mbean is registered. |
String |
getResourceClassName()
Retrieve the class name for the mbean. |
Object |
getResourceInstance()
Retrieve the mbean. |
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. |
void |
setResourceClassName(String resourceClassName)
Retrieve the class name for the mbean. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MBeanEntry(ObjectName objectName, MBeanInvoker invoker, Object resource, Map valueMap)
objectName
- the name with which the mbean is registeredinvoker
- the dynamic mbean used to invoke the mbeanresource
- the mbeanvalueMap
- any other information to include in the registrationMethod Detail |
public ObjectName getObjectName()
protected void setObjectName(ObjectName objectName)
objectName
- - the object name under which the mbean is registeredpublic MBeanInvoker getInvoker()
public String getResourceClassName()
public void setResourceClassName(String resourceClassName)
resourceClassName
- the class namepublic Object getResourceInstance()
public ClassLoader getClassLoader()
public Object getValue(String key)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |