org.jboss.mx.persistence
Class MBeanInfoOdb

java.lang.Object
  extended by org.jboss.mx.persistence.MBeanInfoOdb
Direct Known Subclasses:
MbeanInfoDbPm

public class MBeanInfoOdb
extends Object

MBean Info Object Database.

Author:
Matt Munz

Field Summary
protected  org.jboss.logging.Logger fLogger
           
 
Constructor Summary
MBeanInfoOdb()
           
 
Method Summary
protected  MBeanInfo load(File location)
           
protected  org.jboss.logging.Logger logger()
           
protected  void store(MBeanInfo metadata, File location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fLogger

protected org.jboss.logging.Logger fLogger
Constructor Detail

MBeanInfoOdb

public MBeanInfoOdb()
Method Detail

store

protected void store(MBeanInfo metadata,
                     File location)
              throws IOException
Throws:
IOException

load

protected MBeanInfo load(File location)
                  throws IOException,
                         FileNotFoundException,
                         ClassNotFoundException
Throws:
IOException
FileNotFoundException
ClassNotFoundException

logger

protected org.jboss.logging.Logger logger()


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