站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

Uses of Interface org.jboss.mx.server.MBeanInvoker (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


Uses of Interface
org.jboss.mx.server.MBeanInvoker

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.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.