| Modifier and Type | Method and Description |
|---|---|
PersistentCollectionSnapshot |
AMFPersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean sorted,
java.lang.String detachedState) |
PersistentCollectionSnapshot |
AMFPersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean initialized,
java.lang.String detachedState,
boolean dirty,
java.util.Collection<?> collection) |
PersistentCollectionSnapshot |
AMFPersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean initialized,
java.lang.String detachedState,
boolean dirty,
java.util.Map<?,?> collection) |
PersistentCollectionSnapshot |
AMFPersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(java.lang.String detachedState) |
| Modifier and Type | Method and Description |
|---|---|
PersistentCollectionSnapshot |
JMFPersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean sorted,
java.lang.String detachedState) |
PersistentCollectionSnapshot |
JMFPersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean initialized,
java.lang.String detachedState,
boolean dirty,
java.util.Collection<?> collection) |
PersistentCollectionSnapshot |
JMFPersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean initialized,
java.lang.String detachedState,
boolean dirty,
java.util.Map<?,?> collection) |
PersistentCollectionSnapshot |
JMFPersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(java.lang.String detachedState) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract PersistentCollectionSnapshot |
AbstractPersistentCollection.createSnapshot(java.lang.Object io,
boolean forReading) |
protected PersistentCollectionSnapshot |
AbstractPersistentSimpleCollection.createSnapshot(java.lang.Object io,
boolean forReading) |
protected PersistentCollectionSnapshot |
PersistentMap.createSnapshot(java.lang.Object io,
boolean forReading) |
protected PersistentCollectionSnapshot |
PersistentSortedMap.createSnapshot(java.lang.Object io,
boolean forReading) |
protected PersistentCollectionSnapshot |
PersistentSortedSet.createSnapshot(java.lang.Object io,
boolean forReading) |
abstract PersistentCollectionSnapshot |
PersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean sorted,
java.lang.String detachedState) |
abstract PersistentCollectionSnapshot |
PersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean initialized,
java.lang.String detachedState,
boolean dirty,
java.util.Collection<?> collection) |
abstract PersistentCollectionSnapshot |
PersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(boolean initialized,
java.lang.String detachedState,
boolean dirty,
java.util.Map<?,?> collection) |
abstract PersistentCollectionSnapshot |
PersistentCollectionSnapshotFactory.newPersistentCollectionSnapshot(java.lang.String detachedState) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractPersistentCollection.updateFromSnapshot(java.io.ObjectInput in,
PersistentCollectionSnapshot snapshot) |
protected void |
PersistentList.updateFromSnapshot(java.io.ObjectInput in,
PersistentCollectionSnapshot snapshot) |
protected void |
PersistentMap.updateFromSnapshot(java.io.ObjectInput in,
PersistentCollectionSnapshot snapshot) |
protected void |
PersistentSet.updateFromSnapshot(java.io.ObjectInput in,
PersistentCollectionSnapshot snapshot) |
protected void |
PersistentSortedMap.updateFromSnapshot(java.io.ObjectInput in,
PersistentCollectionSnapshot snapshot) |
protected void |
PersistentSortedSet.updateFromSnapshot(java.io.ObjectInput in,
PersistentCollectionSnapshot snapshot) |
| Modifier and Type | Class and Description |
|---|---|
class |
AMFPersistentCollectionSnapshot |
| Modifier and Type | Class and Description |
|---|---|
class |
JMFPersistentCollectionSnapshot |