Serialized Form


Package org.jboss.cache.pojo

Class org.jboss.cache.pojo.PojoCacheAlreadyDetachedException extends PojoCacheException implements Serializable

serialVersionUID: -7994594319185959431L

Class org.jboss.cache.pojo.PojoCacheException extends RuntimeException implements Serializable

serialVersionUID: -2879024229641921582L


Package org.jboss.cache.pojo.impl

Class org.jboss.cache.pojo.impl.PojoInstance extends Object implements Serializable

serialVersionUID: 6492134565825613209L

Serialized Fields

refCount_

int refCount_

referencedBy_

Set<E> referencedBy_

clazz_

Class<T> clazz_

Class org.jboss.cache.pojo.impl.PojoReference extends Object implements Serializable

serialVersionUID: 6492134565825613209L

Serialized Fields

internalFqn_

org.jboss.cache.Fqn<E> internalFqn_

clazz_

Class<T> clazz_

Class org.jboss.cache.pojo.impl.ReferenceImpl extends Object implements Serializable

serialVersionUID: 2647262858847953704L

Serialized Fields

fqn

org.jboss.cache.Fqn<E> fqn

key

String key

Package org.jboss.cache.pojo.notification.event

Class org.jboss.cache.pojo.notification.event.ArrayModifiedEvent extends Event implements Serializable

serialVersionUID: -1981636493457934325L

Serialized Fields

index

int index

value

Object value

Class org.jboss.cache.pojo.notification.event.AttachedEvent extends Event implements Serializable

serialVersionUID: -1981636493457934325L

Class org.jboss.cache.pojo.notification.event.DetachedEvent extends Event implements Serializable

serialVersionUID: -1981636493457934325L

Class org.jboss.cache.pojo.notification.event.Event extends EventObject implements Serializable

serialVersionUID: -1981636493457934325L

Serialized Fields

context

NotificationContext context

local

boolean local

Class org.jboss.cache.pojo.notification.event.FieldModifiedEvent extends Event implements Serializable

serialVersionUID: -1981636493457934325L

Serialized Fields

field

Field field

value

Object value

Class org.jboss.cache.pojo.notification.event.ListModifiedEvent extends Event implements Serializable

serialVersionUID: -1981636493457934325L

Serialized Fields

operation

ListModifiedEvent.Operation operation

index

int index

value

Object value

Class org.jboss.cache.pojo.notification.event.MapModifiedEvent extends Event implements Serializable

serialVersionUID: -1981636493457934325L

Serialized Fields

operation

MapModifiedEvent.Operation operation

key

Object key

value

Object value

Class org.jboss.cache.pojo.notification.event.SetModifiedEvent extends Event implements Serializable

serialVersionUID: -1981636493457934325L

Serialized Fields

operation

SetModifiedEvent.Operation operation

value

Object value

Class org.jboss.cache.pojo.notification.event.TransactionCompletedEvent extends Event implements Serializable

serialVersionUID: -1981636493457934325L

Serialized Fields

successful

boolean successful

Class org.jboss.cache.pojo.notification.event.TransactionRegisteredEvent extends Event implements Serializable

serialVersionUID: -1981636493457934325L


Package org.jboss.cache.pojo.util

Class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: 7249069246763182397L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the ConcurrentReferenceHashMap instance from a stream (i.e., deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the ConcurrentReferenceHashMap instance to a stream (i.e., serialize it).

Serial Data:
the key (Object) and value (Object) for each key-value mapping, followed by a null pair. The key-value mappings are emitted in no particular order.
Throws:
IOException
Serialized Fields

segmentMask

int segmentMask
Mask value for indexing into segments. The upper bits of a key's hash code are used to choose the segment.


segmentShift

int segmentShift
Shift value for indexing within segments.


segments

org.jboss.cache.pojo.util.ConcurrentReferenceHashMap.Segment<K,V>[] segments
The segments, each of which is a specialized hash table


identityComparisons

boolean identityComparisons

Class org.jboss.cache.pojo.util.Null extends Object implements Serializable

serialVersionUID: -402153636437493134L



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.