org.ejtools.util.state
Interface StoreVisitor

All Known Implementing Classes:
DefaultStoreVisitor

public interface StoreVisitor

Version:
$Revision: 1.2 $
Author:
Laurent Etiemble

Method Summary
 void persist(java.util.Iterator iterator)
          Description of the Method
 void persist(java.lang.Object o)
          Description of the Method
 void registerForPersistence(java.lang.Class clazz)
          Description of the Method
 

Method Detail

persist

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

Parameters:
iterator - Description of the Parameter

persist

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

Parameters:
o - Description of the Parameter

registerForPersistence

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

Parameters:
clazz - Description of the Parameter


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