Uses of Interface
org.granite.messaging.persistence.PersistentCollectionSnapshot

Packages that use PersistentCollectionSnapshot
org.granite.messaging.jmf.persistence   
org.granite.messaging.persistence   
 

Uses of PersistentCollectionSnapshot in org.granite.messaging.jmf.persistence
 

Classes in org.granite.messaging.jmf.persistence that implement PersistentCollectionSnapshot
 class JMFPersistentCollectionSnapshot
           
 

Methods in org.granite.messaging.jmf.persistence that return PersistentCollectionSnapshot
 PersistentCollectionSnapshot JMFPersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot()
           
 PersistentCollectionSnapshot JMFPersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean sorted)
           
 PersistentCollectionSnapshot JMFPersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean initialized, boolean dirty, Collection<?> collection)
           
 PersistentCollectionSnapshot JMFPersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean initialized, boolean dirty, Map<?,?> collection)
           
 

Uses of PersistentCollectionSnapshot in org.granite.messaging.persistence
 

Methods in org.granite.messaging.persistence that return PersistentCollectionSnapshot
abstract  PersistentCollectionSnapshot PersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot()
           
abstract  PersistentCollectionSnapshot PersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean sorted)
           
abstract  PersistentCollectionSnapshot PersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean initialized, boolean dirty, Collection<?> collection)
           
abstract  PersistentCollectionSnapshot PersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean initialized, boolean dirty, Map<?,?> collection)