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

Uses of Class javax.management.MBeanInfo (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


Uses of Class
javax.management.MBeanInfo

Packages that use MBeanInfo
javax.management   
javax.management.modelmbean   
javax.management.openmbean   
org.jboss.mx.capability   
org.jboss.mx.metadata   
org.jboss.mx.persistence   
org.jboss.mx.server   
org.jboss.mx.server.registry   
org.jboss.mx.util Utilities for the Java Management Extentions API. 
 

Uses of MBeanInfo in javax.management
 

Methods in javax.management that return MBeanInfo
 MBeanInfo StandardMBean.getMBeanInfo()
           
protected  MBeanInfo StandardMBean.getCachedMBeanInfo()
          Retrieve the cached mbean info
 MBeanInfo MBeanServerConnection.getMBeanInfo(ObjectName name)
          Retrieves the jmx metadata for an mbean
 MBeanInfo MBeanServer.getMBeanInfo(ObjectName name)
          Retrieves the jmx metadata for an mbean
 MBeanInfo DynamicMBean.getMBeanInfo()
          Returns the management interface that describes this dynamic resource.
 

Methods in javax.management with parameters of type MBeanInfo
protected  String StandardMBean.getClassName(MBeanInfo info)
          Retrieve the class name of the mbean
protected  String StandardMBean.getDescription(MBeanInfo info)
          Retrieve the description of the mbean
protected  void StandardMBean.cacheMBeanInfo(MBeanInfo info)
          Sets the cached mbean info
 

Uses of MBeanInfo in javax.management.modelmbean
 

Subclasses of MBeanInfo in javax.management.modelmbean
 class ModelMBeanInfoSupport
          Support class for ModelMBeanInfo interface.
 

Methods in javax.management.modelmbean that return MBeanInfo
 MBeanInfo RequiredModelMBean.getMBeanInfo()
           
 

Uses of MBeanInfo in javax.management.openmbean
 

Subclasses of MBeanInfo in javax.management.openmbean
 class OpenMBeanInfoSupport
          OpenMBeanInfo implementation
 

Uses of MBeanInfo in org.jboss.mx.capability
 

Methods in org.jboss.mx.capability that return MBeanInfo
 MBeanInfo ReflectedMBeanDispatcher.getMBeanInfo()
           
 

Methods in org.jboss.mx.capability with parameters of type MBeanInfo
static ReflectedMBeanDispatcher OptimizedMBeanDispatcher.create(MBeanInfo info, Object resource)
           
protected static org.apache.bcel.generic.MethodGen OptimizedMBeanDispatcher.createInvoke(org.apache.bcel.generic.ConstantPoolGen cp, MBeanInfo info, String className, String resourceClassName)
          Creates the implementation of the invoke(String actionName, Object[] args, String[] signature) method.
protected static org.jboss.mx.capability.OptimizedMBeanDispatcher.MethodEntry[] OptimizedMBeanDispatcher.getOperations(MBeanInfo info)
          Returns a subset of MBean's operations.
static DynamicMBean DispatcherFactory.create(MBeanInfo info, Object resource)
          Creates a Dispatcher for an arbitrary resource.
static DynamicMBean DispatcherFactory.create(MBeanInfo info, Object resource, AttributeOperationResolver resolver)
          Creates a dispatcher for an arbitrary resource using the named AttributeOperationResolver.
 

Constructors in org.jboss.mx.capability with parameters of type MBeanInfo
ReflectedMBeanDispatcher(MBeanInfo mbinfo, AttributeOperationResolver resolver, Object resource)
           
 

Uses of MBeanInfo in org.jboss.mx.metadata
 

Methods in org.jboss.mx.metadata that return MBeanInfo
 MBeanInfo XMLMetaData.build()
          Constructs the Model MBean metadata.
 MBeanInfo StandardMetaData.build()
           
 MBeanInfo MetaDataBuilder.build()
          Constructs the Model MBean metadata.
 MBeanInfo JBossXMBean10.build()
           
abstract  MBeanInfo AbstractBuilder.build()
           
 

Methods in org.jboss.mx.metadata with parameters of type MBeanInfo
static ModelMBeanInfoSupport MBeanInfoConversion.toModelMBeanInfo(MBeanInfo info)
          Convert regular MBeanInfo into ModelMBeanInfo.
static ModelMBeanInfoSupport MBeanInfoConversion.toModelMBeanInfo(MBeanInfo info, boolean createAttributeOperationMapping)
          Convert regular MBeanInfo to ModelMBeanInfo.
 

Constructors in org.jboss.mx.metadata with parameters of type MBeanInfo
AttributeOperationResolver(MBeanInfo info)
          Uses the AttributeInfo and OperationInfo arrays in the MBeanInfo to configure the resolver.
 

Uses of MBeanInfo in org.jboss.mx.persistence
 

Methods in org.jboss.mx.persistence that return MBeanInfo
protected  MBeanInfo MBeanInfoOdb.load(File location)
           
 

Methods in org.jboss.mx.persistence with parameters of type MBeanInfo
 void PersistenceManager.load(ModelMBeanInvoker mbean, MBeanInfo metadata)
           
 void PersistenceManager.store(MBeanInfo metadata)
           
 void ObjectStreamPersistenceManager.load(ModelMBeanInvoker mbean, MBeanInfo metadata)
          deserializes state from the object input stream
 void ObjectStreamPersistenceManager.store(MBeanInfo metadata)
          What we need to get here is 1) the persist location, and 2) the entire contents of the mbean.
protected  File ObjectStreamPersistenceManager.getStoreFile(MBeanInfo metadata, boolean createFile)
           
 void NullPersistence.load(ModelMBeanInvoker mbean, MBeanInfo info)
           
 void NullPersistence.store(MBeanInfo info)
           
 void MbeanInfoDbPm.load(ModelMBeanInvoker mbean, MBeanInfo info)
           
 void MbeanInfoDbPm.store(MBeanInfo info)
           
protected  void MbeanInfoDbPm.store(ObjectName name, MBeanInfo info)
           
protected  void MBeanInfoOdb.store(MBeanInfo metadata, File location)
           
 void DelegatingPersistenceManager.load(ModelMBeanInvoker invoker, MBeanInfo metadata)
          Called initialy when the XMBean is constructed in order to load and set the attributes of the MBean, if their persistent image exists.
 void DelegatingPersistenceManager.store(MBeanInfo metadata)
          store() is triggered by the PersistenceInterceptor based on the persistence policy.
protected  void DelegatingPersistenceManager.init(ModelMBeanInvoker invoker, MBeanInfo metadata)
          Lazy initialization Gets the external persistor to use and decides on the persistName to use for this MBean load()/store() calls.
 

Uses of MBeanInfo in org.jboss.mx.server
 

Fields in org.jboss.mx.server declared as MBeanInfo
protected  MBeanInfo AbstractMBeanInvoker.info
          The metadata describing this MBean.
 

Methods in org.jboss.mx.server that return MBeanInfo
 MBeanInfo RawDynamicInvoker.getMBeanInfo()
           
 MBeanInfo MBeanServerImpl.getMBeanInfo(ObjectName name)
           
 MBeanInfo MBeanInvoker.getMetaData()
           
 MBeanInfo AbstractMBeanInvoker.getMBeanInfo()
           
 MBeanInfo AbstractMBeanInvoker.getMetaData()
           
 

Uses of MBeanInfo in org.jboss.mx.server.registry
 

Methods in org.jboss.mx.server.registry with parameters of type MBeanInfo
protected  void BasicMBeanRegistry.persistIfRequired(MBeanInfo info, ObjectName name)
          Adds the given MBean Info object to the persistence queue if it explicity denotes (via metadata) that it should be stored.
 

Uses of MBeanInfo in org.jboss.mx.util
 

Methods in org.jboss.mx.util that return MBeanInfo
 MBeanInfo DynamicMBeanSupport.getMBeanInfo()
           
 



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