站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.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

Field Summary
protected  Vector fMbInfosToStore
           
 
Constructor Summary
MbeanInfoDb()
           
 
Method Summary
 void add(ObjectName nameOfMbean)
           
 void add(Vector namesOfMbeans)
           
protected  Vector mbInfosToStore()
          ObjectName objects bound to MBean Info objects that are waiting to be stored in the persistence store.
 Enumeration mbiPersistenceQueue()
           
 void removeFromMbiQueue(ObjectName name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fMbInfosToStore

protected Vector fMbInfosToStore
Constructor Detail

MbeanInfoDb

public MbeanInfoDb()
Method Detail

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.