Serialized Form


Package org.jboss.cache

Class org.jboss.cache.CacheException extends java.lang.Exception implements Serializable

Class org.jboss.cache.ConfigureException extends java.lang.Exception implements Serializable

serialVersionUID: -1937579864964670681L

Class org.jboss.cache.Fqn extends java.lang.Object implements Serializable

serialVersionUID: -5351930616956603651L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jboss.cache.GlobalTransaction extends java.lang.Object implements Serializable

serialVersionUID: 8011434781266976149L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jboss.cache.Modification extends java.lang.Object implements Serializable

serialVersionUID: -3074622985730129009L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads data from an external stream.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes data to an external stream.

Throws:
java.io.IOException

Class org.jboss.cache.Node extends AbstractNode implements Serializable

serialVersionUID: -5040432493172658796L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Deserializes this object from ObjectInput. (This is no longer used within JBoss Cache.)

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serializes this object to ObjectOutput. Writes the Fqn elements, children as a Map, and data as a Map. (This is no longer used within JBoss Cache.)

Throws:
java.io.IOException
See Also:
TreeCacheMarshaller

Class org.jboss.cache.NodeNotExistsException extends CacheException implements Serializable

Class org.jboss.cache.OptimisticTreeNode extends Node implements Serializable

serialVersionUID: 7000622696587912654L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Deserializes this object from ObjectInput. (This is no longer used within JBoss Cache.)

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serializes this object to ObjectOutput. Writes the Fqn elements, children as a Map, and data as a Map. (This is no longer used within JBoss Cache.)

Throws:
java.io.IOException
See Also:
TreeCacheMarshaller

Class org.jboss.cache.RegionNotEmptyException extends CacheException implements Serializable

serialVersionUID: 1L

Class org.jboss.cache.ReplicationException extends CacheException implements Serializable

serialVersionUID: -2141504272926290430L

Class org.jboss.cache.SuspectException extends CacheException implements Serializable


Package org.jboss.cache.aop

Class org.jboss.cache.aop.AOPInstance extends java.lang.Object implements Serializable

serialVersionUID: 6492134565825613209L

Serialized Fields

refFqn_

java.lang.String refFqn_

refCount_

int refCount_

referencingFqnList_

java.util.List<E> referencingFqnList_

Package org.jboss.cache.aop.util

Class org.jboss.cache.aop.util.Null extends java.lang.Object implements Serializable

serialVersionUID: -402153636437493134L


Package org.jboss.cache.buddyreplication

Class org.jboss.cache.buddyreplication.BuddyGroup extends java.lang.Object implements Serializable

Serialized Fields

groupName

java.lang.String groupName

dataOwner

org.jgroups.stack.IpAddress dataOwner

buddies

java.util.List<E> buddies

Class org.jboss.cache.buddyreplication.BuddyNotInitException extends CacheException implements Serializable


Package org.jboss.cache.eviction

Class org.jboss.cache.eviction.EvictionException extends java.lang.Exception implements Serializable

Class org.jboss.cache.eviction.RegionNameConflictException extends java.lang.Exception implements Serializable


Package org.jboss.cache.loader

Class org.jboss.cache.loader.NodeData extends java.lang.Object implements Serializable

serialVersionUID: -7571995794010294485L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package org.jboss.cache.loader.rmi

Class org.jboss.cache.loader.rmi.RemoteTreeCacheImpl extends java.rmi.server.UnicastRemoteObject implements Serializable

serialVersionUID: 3096209368650710385L

Serialized Fields

cache

TreeCacheMBean cache

Package org.jboss.cache.lock

Class org.jboss.cache.lock.DeadlockException extends LockingException implements Serializable

Class org.jboss.cache.lock.LockingException extends CacheException implements Serializable

Serialized Fields

failed_lockers

java.util.Map<K,V> failed_lockers
A list of all nodes that failed to acquire a lock

Class org.jboss.cache.lock.OwnerNotExistedException extends java.lang.Exception implements Serializable

Class org.jboss.cache.lock.TimeoutException extends CacheException implements Serializable

serialVersionUID: -8096787619908687038L

Class org.jboss.cache.lock.UpgradeException extends LockingException implements Serializable


Package org.jboss.cache.marshall

Class org.jboss.cache.marshall.JBCMethodCall extends org.jgroups.blocks.MethodCall implements Serializable

serialVersionUID: -4826713878871338199L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jboss.cache.marshall.MarshallingException extends java.lang.Exception implements Serializable

Class org.jboss.cache.marshall.RegionNameConflictException extends java.lang.Exception implements Serializable

Class org.jboss.cache.marshall.RegionNotFoundException extends java.lang.Exception implements Serializable


Package org.jboss.cache.optimistic

Class org.jboss.cache.optimistic.DataVersioningException extends CacheException implements Serializable

Class org.jboss.cache.optimistic.DefaultDataVersion extends java.lang.Object implements Serializable

serialVersionUID: -6896315742831861046L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput objectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput objectOutput)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jboss.cache.optimistic.FqnComparator extends java.lang.Object implements Serializable

serialVersionUID: -102183636437493134L


Package org.jboss.cache.rpc

Class org.jboss.cache.rpc.NoHandlerForRPCException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

nodeAddress

org.jgroups.Address nodeAddress

Package org.jboss.cache.transaction

Class org.jboss.cache.transaction.BatchModeTransactionManager extends DummyBaseTransactionManager implements Serializable

serialVersionUID: 5656602677430350961L

Class org.jboss.cache.transaction.DummyBaseTransactionManager extends java.lang.Object implements Serializable

serialVersionUID: -6716097342564237376L

Class org.jboss.cache.transaction.DummyTransactionManager extends DummyBaseTransactionManager implements Serializable

serialVersionUID: 4396695354693176535L

Class org.jboss.cache.transaction.DummyUserTransaction extends java.lang.Object implements Serializable

serialVersionUID: -6568400755677046127L

Serialized Fields

status

int status

tm_

DummyTransactionManager tm_

l

java.util.List<E> l
List



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.