Serialized Form


Package stomp.jdo

Class stomp.jdo.AbstractPersistentObject implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
replace this object with a JDO ID that can be used to refind the data during deserialization.

Class stomp.jdo.ObjectId implements Serializable

Serialized Fields

classFile

java.lang.Class classFile

objectId

java.lang.Object objectId


Package stomp.wrapper

Class stomp.wrapper.CollectionHolder implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Serialized Fields

_collection

java.util.Collection _collection

Class stomp.wrapper.MapHolder implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Serialized Fields

_map

java.util.Map _map


Package stomp.util

Class stomp.util.MissingPrefException implements Serializable


Package stomp.service

Class stomp.service.AbstractServiceEnabled implements Serializable


Package stomp.service.tx

Class stomp.service.tx.TransactionServiceLayer implements Serializable

Serialized Fields

object

ServiceEnabled object

_schemaGroup

java.lang.String _schemaGroup


Package stomp.service.bench

Class stomp.service.bench.BenchServiceLayer implements Serializable

Serialized Fields

object

ServiceEnabled object


Package stomp.enhance

Class stomp.enhance.AbstractServiceDelegate implements Serializable

Serialized Fields

_proxy

ServiceProxy _proxy

Class stomp.enhance.AbstractServiceProxy implements Serializable

Serialized Fields

_delegate

ServiceDelegate _delegate