Serialized Form


Package org.jpox.sco

Class org.jpox.sco.ArrayList extends java.util.ArrayList implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

delegate

java.util.ArrayList<E> delegate

useCache

boolean useCache

isCacheLoaded

boolean isCacheLoaded

Class org.jpox.sco.BitSet extends java.util.BitSet implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

Class org.jpox.sco.BitSetJDK14 extends org.jpox.sco.BitSet implements Serializable

Class org.jpox.sco.Collection extends java.util.AbstractCollection implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

owner

java.lang.Object owner

ownerSM

org.jpox.StateManager ownerSM

fieldName

java.lang.String fieldName

fieldNumber

int fieldNumber

elementType

java.lang.Class<T> elementType

allowNulls

boolean allowNulls

backingStore

org.jpox.store.scostore.CollectionStore backingStore

delegate

java.util.Collection<E> delegate

useCache

boolean useCache

isCacheLoaded

boolean isCacheLoaded

Class org.jpox.sco.Date extends java.util.Date implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

Class org.jpox.sco.GregorianCalendar extends java.util.GregorianCalendar implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

Class org.jpox.sco.GregorianCalendarJDK14 extends org.jpox.sco.GregorianCalendar implements Serializable

Class org.jpox.sco.HashMap extends java.util.HashMap implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

backingStore

org.jpox.store.scostore.MapStore backingStore

delegate

java.util.HashMap<K,V> delegate

useCache

boolean useCache

isCacheLoaded

boolean isCacheLoaded

Class org.jpox.sco.HashSet extends java.util.HashSet implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

backingStore

org.jpox.store.scostore.CollectionStore backingStore

delegate

java.util.HashSet<E> delegate

useCache

boolean useCache

isCacheLoaded

boolean isCacheLoaded

Class org.jpox.sco.Hashtable extends java.util.Hashtable implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

backingStore

org.jpox.store.scostore.MapStore backingStore

delegate

java.util.Hashtable<K,V> delegate

useCache

boolean useCache

isCacheLoaded

boolean isCacheLoaded

Class org.jpox.sco.LinkedHashMap extends java.util.LinkedHashMap implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

backingStore

org.jpox.store.scostore.MapStore backingStore

delegate

java.util.LinkedHashMap<K,V> delegate

useCache

boolean useCache

isCacheLoaded

boolean isCacheLoaded

Class org.jpox.sco.LinkedHashSet extends java.util.LinkedHashSet implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

backingStore

org.jpox.store.scostore.CollectionStore backingStore

delegate

java.util.LinkedHashSet<E> delegate

useCache

boolean useCache

isCacheLoaded

boolean isCacheLoaded

Class org.jpox.sco.LinkedList extends java.util.LinkedList implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

delegate

java.util.List<E> delegate

useCache

boolean useCache

isCacheLoaded

boolean isCacheLoaded

Class org.jpox.sco.List extends java.util.AbstractList implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

ownerSM

org.jpox.StateManager ownerSM

owner

java.lang.Object owner

fieldName

java.lang.String fieldName

fieldNumber

int fieldNumber

elementType

java.lang.Class<T> elementType

allowNulls

boolean allowNulls

backingStore

org.jpox.store.scostore.ListStore backingStore

delegate

java.util.ArrayList<E> delegate

useCache

boolean useCache

isCacheLoaded

boolean isCacheLoaded

Class org.jpox.sco.Map extends java.util.AbstractMap implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

owner

java.lang.Object owner

ownerSM

org.jpox.StateManager ownerSM

fieldName

java.lang.String fieldName

fieldNumber

int fieldNumber

keyType

java.lang.Class<T> keyType

valueType

java.lang.Class<T> valueType

allowNulls

boolean allowNulls

backingStore

org.jpox.store.scostore.MapStore backingStore

delegate

java.util.Map<K,V> delegate

useCache

boolean useCache

isCacheLoaded

boolean isCacheLoaded

Class org.jpox.sco.Point extends java.awt.Point implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

Class org.jpox.sco.PriorityQueue extends java.util.AbstractQueue implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream. The ObjectOutputStream checks whether the class defines the writeReplace method. If the method is defined, the writeReplace method is called to allow the object to designate its replacement in the stream. The object returned should be either of the same type as the object passed in or an object that when read and resolved will result in an object of a type that is compatible with all references to the object.

Throws:
java.io.ObjectStreamException
Serialized Fields

owner

java.lang.Object owner

ownerSM

org.jpox.StateManager ownerSM

fieldName

java.lang.String fieldName

fieldNumber

int fieldNumber

elementType

java.lang.Class<T> elementType

allowNulls

boolean allowNulls

backingStore

org.jpox.store.scostore.ListStore backingStore
The "backing store" (for use when not serialised).


delegate

java.util.PriorityQueue<E> delegate
The internal "delegate".


useCache

boolean useCache
Whether to use "delegate" caching.


isCacheLoaded

boolean isCacheLoaded
Status flag whether the collection is loaded into the cache.

Class org.jpox.sco.Properties extends java.util.Properties implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

backingStore

org.jpox.store.scostore.MapStore backingStore

delegate

java.util.Properties delegate

useCache

boolean useCache

isCacheLoaded

boolean isCacheLoaded

Class org.jpox.sco.Queue extends java.util.AbstractQueue implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
The writeReplace method is called when ObjectOutputStream is preparing to write the object to the stream. The ObjectOutputStream checks whether the class defines the writeReplace method. If the method is defined, the writeReplace method is called to allow the object to designate its replacement in the stream. The object returned should be either of the same type as the object passed in or an object that when read and resolved will result in an object of a type that is compatible with all references to the object.

Throws:
java.io.ObjectStreamException
Serialized Fields

owner

java.lang.Object owner

ownerSM

org.jpox.StateManager ownerSM

fieldName

java.lang.String fieldName

fieldNumber

int fieldNumber

elementType

java.lang.Class<T> elementType

allowNulls

boolean allowNulls

backingStore

org.jpox.store.scostore.ListStore backingStore
The "backing store" (for use when not serialised).


delegate

java.util.Queue<E> delegate
The internal "delegate".


useCache

boolean useCache
Whether to use "delegate" caching.


isCacheLoaded

boolean isCacheLoaded
Status flag whether the collection is loaded into the cache.

Class org.jpox.sco.Set extends java.util.AbstractSet implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

owner

java.lang.Object owner

ownerSM

org.jpox.StateManager ownerSM

fieldName

java.lang.String fieldName

fieldNumber

int fieldNumber

elementType

java.lang.Class<T> elementType

allowNulls

boolean allowNulls

backingStore

org.jpox.store.scostore.CollectionStore backingStore

delegate

java.util.Collection<E> delegate

useCache

boolean useCache

isCacheLoaded

boolean isCacheLoaded

Class org.jpox.sco.SqlDate extends java.sql.Date implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

Class org.jpox.sco.SqlTime extends java.sql.Time implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

Class org.jpox.sco.SqlTimestamp extends java.sql.Timestamp implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

Class org.jpox.sco.Stack extends java.util.Stack implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

delegate

java.util.Stack<E> delegate

useCache

boolean useCache

isCacheLoaded

boolean isCacheLoaded

Class org.jpox.sco.TreeMap extends java.util.TreeMap implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

backingStore

org.jpox.store.scostore.MapStore backingStore

delegate

java.util.TreeMap<K,V> delegate

useCache

boolean useCache

isCacheLoaded

boolean isCacheLoaded

Class org.jpox.sco.TreeSet extends java.util.TreeSet implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

backingStore

org.jpox.store.scostore.CollectionStore backingStore

delegate

java.util.TreeSet<E> delegate

useCache

boolean useCache

isCacheLoaded

boolean isCacheLoaded

Class org.jpox.sco.Vector extends java.util.Vector implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

delegate

java.util.Vector<E> delegate

useCache

boolean useCache

isCacheLoaded

boolean isCacheLoaded



Copyright © 2003-2008 Java Persistent Objects (JPOX). All Rights Reserved.