org.dom4j.persistence
Class PersitenceManager

java.lang.Object
  |
  +--org.dom4j.persistence.PersitenceManager
All Implemented Interfaces:
Initiator

public class PersitenceManager
extends Object
implements Initiator

Version:
1.0
Author:

Constructor Summary
protected PersitenceManager()
           
 
Method Summary
 Memento createMemento(Document doc, String systemId, MarshallingContext context)
           
static PersitenceManager getInstance()
           
 List getMemeneto()
           
 Iterator getMemenetoIterator()
           
 Memento getMemento(String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersitenceManager

protected PersitenceManager()
Method Detail

getInstance

public static PersitenceManager getInstance()

createMemento

public Memento createMemento(Document doc,
                             String systemId,
                             MarshallingContext context)
                      throws Exception
Specified by:
createMemento in interface Initiator
Exception

getMemeneto

public List getMemeneto()

getMemenetoIterator

public Iterator getMemenetoIterator()

getMemento

public Memento getMemento(String systemId)
                   throws Exception
Exception


Copyright © 2002-2003 MetaStuff Ltd.. All Rights Reserved.