Serialized Form


Package org.jboss.cache

Class org.jboss.cache.CacheException extends org.jboss.util.NestedException implements Serializable

Class org.jboss.cache.ConfigureException extends org.jboss.util.NestedException implements Serializable

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

serialVersionUID: -5351930616956603651l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

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

serialVersionUID: 8011434781266976149l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

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

Serialized Fields

type

int type

fqn

Fqn fqn

key

Object key

value

Object value

old_value

Object old_value

data

Map data

old_data

Map old_data

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

serialVersionUID: -5040432493172658796l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

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

Class org.jboss.cache.TreeCacheProxy extends Object implements Serializable

serialVersionUID: -4485997268761451933l

Serialized Fields

remoteURI

String remoteURI

invoker

org.jboss.remoting.transport.socket.SocketClientInvoker invoker

targetObject

javax.management.ObjectName targetObject


Package org.jboss.cache.aop

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

Serialized Fields

refFqn_

String refFqn_

refCount_

int refCount_

Class org.jboss.cache.aop.AopOperationNotSupportedException extends RuntimeException implements Serializable


Package org.jboss.cache.eviction

Class org.jboss.cache.eviction.EvictionException extends org.jboss.util.NestedException implements Serializable

Class org.jboss.cache.eviction.RegionNameConflictException extends org.jboss.util.NestedException implements Serializable


Package org.jboss.cache.loader

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

serialVersionUID: -7571995794010294485l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException


Package org.jboss.cache.loader.rmi

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

Serialized Fields

cache

TreeCache 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

Map failed_lockers
A list of all nodes that failed to acquire a lock

Class org.jboss.cache.lock.OwnerNotExistedException extends org.jboss.util.NestedException implements Serializable

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

Serialized Fields

failed_members

List failed_members

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


Package org.jboss.cache.tests

Class org.jboss.cache.tests.SamplePojo extends Object implements Serializable

Serialized Fields

age

int age

name

String name

hobbies

List hobbies


Package org.jboss.cache.transaction

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

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

serialVersionUID: -6716097342564237376l

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

serialVersionUID: 4396695354693176535l

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

Serialized Fields

status

int status

logger_

org.jboss.logging.Logger logger_

tm_

DummyTransactionManager tm_

l

List l
List



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.