|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.server.registry.MBeanEntry
info@todo this docs
MBeanRegistry
(src) ,
MBeanServerImpl
(src) Field Summary |
Constructor Summary | |
MBeanEntry(ObjectName (src) objectName,
MBeanInvoker (src) invoker,
java.lang.Object resource,
java.util.Map valueMap)
Construct a new mbean registration entry. |
Method Summary | |
java.lang.ClassLoader |
getClassLoader()
Retrieve the context class loader with which to invoke the mbean. |
MBeanInvoker (src) |
getInvoker()
Retrieve the invoker for the mbean. |
ObjectName (src) |
getObjectName()
Retrieve the object name with the mbean is registered. |
java.lang.String |
getResourceClassName()
Retrieve the class name for the mbean. |
java.lang.Object |
getResourceInstance()
Retrieve the mbean. |
java.lang.Object |
getValue(java.lang.String key)
Retrieve a value from the map. |
protected void |
setObjectName(ObjectName (src) 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(java.lang.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 (src) objectName, MBeanInvoker (src) invoker, java.lang.Object resource, java.util.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 (src) getObjectName()
protected void setObjectName(ObjectName (src) objectName)
objectName
- - the object name under which the mbean is registeredpublic MBeanInvoker (src) getInvoker()
public java.lang.String getResourceClassName()
public void setResourceClassName(java.lang.String resourceClassName)
resourceClassName
- the class namepublic java.lang.Object getResourceInstance()
public java.lang.ClassLoader getClassLoader()
public java.lang.Object getValue(java.lang.String key)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |