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

NullPersistence (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


org.jboss.mx.persistence
Class NullPersistence

java.lang.Object
  extended byorg.jboss.mx.persistence.NullPersistence
All Implemented Interfaces:
PersistenceManager

public class NullPersistence
extends Object
implements PersistenceManager

Provides an empty implementation of the PersistenceManager interface.

Version:
$Revision: 1.6 $
Author:
Juha Lindfors., Matt Munz
See Also:
PersistenceManager

Constructor Summary
NullPersistence()
           
 
Method Summary
 void load(ModelMBeanInvoker mbean, MBeanInfo info)
           
 void store(MBeanInfo info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullPersistence

public NullPersistence()
Method Detail

load

public void load(ModelMBeanInvoker mbean,
                 MBeanInfo info)
Specified by:
load in interface PersistenceManager

store

public void store(MBeanInfo info)
Specified by:
store in interface PersistenceManager


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