|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MBeanInvoker | |
org.jboss.mx.modelmbean | |
org.jboss.mx.server | |
org.jboss.mx.server.registry |
Uses of MBeanInvoker in org.jboss.mx.modelmbean |
Classes in org.jboss.mx.modelmbean that implement MBeanInvoker | |
class |
ModelMBeanInvoker
An extension of the MBeanInvoker
that implements the base Model MBean functionality, essentially making the
Model MBean just another invoker of managed resources. |
class |
RequiredModelMBeanInvoker
An invoker that handles the 'ops' that are part of the RequiredModelMBean that must be handled at that level rather than its delegate. |
class |
XMBean
XMBean implementation. |
Uses of MBeanInvoker in org.jboss.mx.server |
Classes in org.jboss.mx.server that implement MBeanInvoker | |
class |
AbstractMBeanInvoker
A base MBeanInvoker class that provides common state as well as |
class |
RawDynamicInvoker
|
Methods in org.jboss.mx.server that return MBeanInvoker | |
MBeanInvoker |
InvocationContext.getInvoker()
|
Uses of MBeanInvoker in org.jboss.mx.server.registry |
Methods in org.jboss.mx.server.registry that return MBeanInvoker | |
MBeanInvoker |
MBeanEntry.getInvoker()
Retrieve the invoker for the mbean. |
Methods in org.jboss.mx.server.registry with parameters of type MBeanInvoker | |
protected ObjectName |
BasicMBeanRegistry.invokePreRegister(MBeanInvoker invoker,
ObjectName regName,
String magicToken)
|
Constructors in org.jboss.mx.server.registry with parameters of type MBeanInvoker | |
MBeanEntry(ObjectName objectName,
MBeanInvoker invoker,
Object resource,
Map valueMap)
Construct a new mbean registration entry. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |