org.granite.messaging.jmf.persistence
Class JMFPersistentCollectionSnapshotFactory
java.lang.Object
org.granite.messaging.persistence.PersistentCollectionSnapshotFactory
org.granite.messaging.jmf.persistence.JMFPersistentCollectionSnapshotFactory
public class JMFPersistentCollectionSnapshotFactory
- extends PersistentCollectionSnapshotFactory
- Author:
- Franck WOLFF
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMFPersistentCollectionSnapshotFactory
public JMFPersistentCollectionSnapshotFactory()
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