站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 Cache API Documentation 英文版文档

Serialized Form (JBoss Cache API) - JBoss 3.2.7 Cache API Documentation 英文版文档


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

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

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

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

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


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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException


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.transaction

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

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.