org.granite.messaging.jmf.persistence
Class JMFPersistentCollectionSnapshotFactory

java.lang.Object
  extended by org.granite.messaging.persistence.PersistentCollectionSnapshotFactory
      extended by org.granite.messaging.jmf.persistence.JMFPersistentCollectionSnapshotFactory

public class JMFPersistentCollectionSnapshotFactory
extends PersistentCollectionSnapshotFactory

Author:
Franck WOLFF

Constructor Summary
JMFPersistentCollectionSnapshotFactory()
           
 
Method Summary
 PersistentCollectionSnapshot newPersistentCollectionSnapshot()
           
 PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean sorted)
           
 PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean initialized, boolean dirty, Collection<?> collection)
           
 PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean initialized, boolean dirty, Map<?,?> collection)
           
 
Methods inherited from class org.granite.messaging.persistence.PersistentCollectionSnapshotFactory
newInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMFPersistentCollectionSnapshotFactory

public JMFPersistentCollectionSnapshotFactory()
Method Detail

newPersistentCollectionSnapshot

public PersistentCollectionSnapshot newPersistentCollectionSnapshot()
Specified by:
newPersistentCollectionSnapshot in class PersistentCollectionSnapshotFactory

newPersistentCollectionSnapshot

public PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean sorted)
Specified by:
newPersistentCollectionSnapshot in class PersistentCollectionSnapshotFactory

newPersistentCollectionSnapshot

public PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean initialized,
                                                                    boolean dirty,
                                                                    Collection<?> collection)
Specified by:
newPersistentCollectionSnapshot in class PersistentCollectionSnapshotFactory

newPersistentCollectionSnapshot

public PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean initialized,
                                                                    boolean dirty,
                                                                    Map<?,?> collection)
Specified by:
newPersistentCollectionSnapshot in class PersistentCollectionSnapshotFactory