当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
MbeanInfoDb (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
org.jboss.mx.server.registry
Class MbeanInfoDb
java.lang.Object
org.jboss.mx.server.registry.MbeanInfoDb
- public class MbeanInfoDb
- extends Object
In-Memory database of MBeanInfo objects.
This is primarily used to store and load MBean info objects (and therefore, MBeans)
through the persistence manager attached to this object.
The MBean Registry delegates to this class the work of MBean Info persistence.
This class further delegates that task to it's persistence manager. This allows
MBeanInfo persistence to be managed as part of the invocation stack via the
Persistence Interceptor.
- Author:
- Matt Munz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fMbInfosToStore
protected Vector fMbInfosToStore
MbeanInfoDb
public MbeanInfoDb()
add
public void add(ObjectName nameOfMbean)
add
public void add(Vector namesOfMbeans)
mbInfosToStore
protected Vector mbInfosToStore()
- ObjectName objects bound to MBean Info objects that are waiting to be stored in the
persistence store.
mbiPersistenceQueue
public Enumeration mbiPersistenceQueue()
removeFromMbiQueue
public void removeFromMbiQueue(ObjectName name)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.