org.ejtools.util.state
Class DefaultStoreVisitor

java.lang.Object
  |
  +--org.ejtools.util.state.DefaultStoreVisitor
All Implemented Interfaces:
StoreVisitor

public class DefaultStoreVisitor
extends java.lang.Object
implements StoreVisitor

Version:
$Revision: 1.2 $
Author:
Laurent Etiemble

Constructor Summary
DefaultStoreVisitor()
          Constructor for the ReflectivePersistenceStore object
 
Method Summary
protected  org.w3c.dom.Node peekCurrentNode()
          Description of the Method
 void persist(java.util.Iterator iterator)
          Description of the Method
 void persist(java.lang.Object o)
          Description of the Method
protected  org.w3c.dom.Node popCurrentNode()
          Description of the Method
protected  void pushCurrentNode(org.w3c.dom.Node node)
          Description of the Method
 void registerForPersistence(java.lang.Class clazz)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultStoreVisitor

public DefaultStoreVisitor()
Constructor for the ReflectivePersistenceStore object

Method Detail

persist

public void persist(java.util.Iterator iterator)
Description of the Method

Specified by:
persist in interface StoreVisitor
Parameters:
iterator - Description of the Parameter

persist

public void persist(java.lang.Object o)
Description of the Method

Specified by:
persist in interface StoreVisitor
Parameters:
o - Description of the Parameter

peekCurrentNode

protected org.w3c.dom.Node peekCurrentNode()
Description of the Method

Returns:
Description of the Return Value

popCurrentNode

protected org.w3c.dom.Node popCurrentNode()
Description of the Method

Returns:
Description of the Return Value

pushCurrentNode

protected void pushCurrentNode(org.w3c.dom.Node node)
Description of the Method

Parameters:
node - Description of the Parameter

registerForPersistence

public final void registerForPersistence(java.lang.Class clazz)
Description of the Method

Specified by:
registerForPersistence in interface StoreVisitor
Parameters:
clazz - Description of the Parameter


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.