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

Packages that use PersistentCollectionSnapshot
org.granite.client.messaging.amf.persistence   
org.granite.client.messaging.jmf.persistence   
org.granite.client.persistence.collection   
org.granite.messaging.amf.persistence   
org.granite.messaging.jmf.persistence   
 

Uses of PersistentCollectionSnapshot in org.granite.client.messaging.amf.persistence
 

Methods in org.granite.client.messaging.amf.persistence that return PersistentCollectionSnapshot
 PersistentCollectionSnapshot AMFPersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean sorted, String detachedState)
           
 PersistentCollectionSnapshot AMFPersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean initialized, String detachedState, boolean dirty, Collection<?> collection)
           
 PersistentCollectionSnapshot AMFPersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean initialized, String detachedState, boolean dirty, Map<?,?> collection)
           
 PersistentCollectionSnapshot AMFPersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(String detachedState)
           
 

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

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

Uses of PersistentCollectionSnapshot in org.granite.client.persistence.collection
 

Methods in org.granite.client.persistence.collection that return PersistentCollectionSnapshot
protected abstract  PersistentCollectionSnapshot AbstractPersistentCollection.createSnapshot(Object io, boolean forReading)
           
protected  PersistentCollectionSnapshot AbstractPersistentSimpleCollection.createSnapshot(Object io, boolean forReading)
           
protected  PersistentCollectionSnapshot PersistentMap.createSnapshot(Object io, boolean forReading)
           
protected  PersistentCollectionSnapshot PersistentSortedMap.createSnapshot(Object io, boolean forReading)
           
protected  PersistentCollectionSnapshot PersistentSortedSet.createSnapshot(Object io, boolean forReading)
           
abstract  PersistentCollectionSnapshot PersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean sorted, String detachedState)
           
abstract  PersistentCollectionSnapshot PersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean initialized, String detachedState, boolean dirty, Collection<?> collection)
           
abstract  PersistentCollectionSnapshot PersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean initialized, String detachedState, boolean dirty, Map<?,?> collection)
           
abstract  PersistentCollectionSnapshot PersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(String detachedState)
           
 

Methods in org.granite.client.persistence.collection with parameters of type PersistentCollectionSnapshot
protected abstract  void AbstractPersistentCollection.updateFromSnapshot(ObjectInput in, PersistentCollectionSnapshot snapshot)
           
protected  void PersistentList.updateFromSnapshot(ObjectInput in, PersistentCollectionSnapshot snapshot)
           
protected  void PersistentMap.updateFromSnapshot(ObjectInput in, PersistentCollectionSnapshot snapshot)
           
protected  void PersistentSet.updateFromSnapshot(ObjectInput in, PersistentCollectionSnapshot snapshot)
           
protected  void PersistentSortedMap.updateFromSnapshot(ObjectInput in, PersistentCollectionSnapshot snapshot)
           
protected  void PersistentSortedSet.updateFromSnapshot(ObjectInput in, PersistentCollectionSnapshot snapshot)
           
 

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

Classes in org.granite.messaging.amf.persistence that implement PersistentCollectionSnapshot
 class AMFPersistentCollectionSnapshot
           
 

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

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