Serialized Form


Package org.jboss.cache

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

serialVersionUID: -4386393072593859164L

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.Modification extends java.lang.Object implements Serializable

serialVersionUID: 7463314130283897197L

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.NodeNotExistsException extends CacheException implements Serializable

serialVersionUID: 779376138690777440L

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

serialVersionUID: 1L

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

serialVersionUID: 33172388691879866L

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

serialVersionUID: -2965599037371850141L


Package org.jboss.cache.buddyreplication

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

serialVersionUID: 5391883716108410301L

Serialized Fields

groupName

java.lang.String groupName

dataOwner

org.jgroups.Address dataOwner

lastModified

java.util.Date lastModified

buddies

java.util.List<E> buddies

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

serialVersionUID: 8968506912780922157L

Class org.jboss.cache.buddyreplication.NextMemberBuddyLocatorConfig extends BuddyReplicationConfig.BuddyLocatorConfig implements Serializable

serialVersionUID: 2443438867383733851L

Serialized Fields

numBuddies

int numBuddies

ignoreColocatedBuddies

boolean ignoreColocatedBuddies

Package org.jboss.cache.config

Class org.jboss.cache.config.BuddyReplicationConfig extends ConfigurationComponent implements Serializable

serialVersionUID: -4826380823985089339L

Serialized Fields

enabled

boolean enabled
Test whether buddy replication is enabled.


buddyPoolName

java.lang.String buddyPoolName
Name of the buddy pool for current instance. May be null if buddy pooling is not used.


autoDataGravitation

boolean autoDataGravitation

dataGravitationRemoveOnFind

boolean dataGravitationRemoveOnFind

dataGravitationSearchBackupTrees

boolean dataGravitationSearchBackupTrees

buddyCommunicationTimeout

int buddyCommunicationTimeout

buddyLocatorConfig

BuddyReplicationConfig.BuddyLocatorConfig buddyLocatorConfig

Class org.jboss.cache.config.BuddyReplicationConfig.BuddyLocatorConfig extends ConfigurationComponent implements Serializable

serialVersionUID: -8003634097931826091L

Serialized Fields

buddyLocatorClass

java.lang.String buddyLocatorClass

buddyLocatorProperties

java.util.Properties buddyLocatorProperties

Class org.jboss.cache.config.CacheLoaderConfig extends ConfigurationComponent implements Serializable

serialVersionUID: 2210349340378984424L

Serialized Fields

passivation

boolean passivation

preload

java.lang.String preload

cacheLoaderConfigs

java.util.List<E> cacheLoaderConfigs

shared

boolean shared

Class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig extends ConfigurationComponent implements Serializable

serialVersionUID: -2282396799100828593L

Serialized Fields

className

java.lang.String className

async

boolean async

ignoreModifications

boolean ignoreModifications

fetchPersistentState

boolean fetchPersistentState

purgeOnStartup

boolean purgeOnStartup

properties

java.util.Properties properties

singletonStoreConfig

CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig singletonStoreConfig

Class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig extends ConfigurationComponent implements Serializable

serialVersionUID: 824251894176131850L

Serialized Fields

singletonStoreEnabled

boolean singletonStoreEnabled
Indicates whether the singleton store functionality is enabled or not.


singletonStoreClass

java.lang.String singletonStoreClass
Class implementing the singleton store functionality.


singletonStoreproperties

java.util.Properties singletonStoreproperties
Properties of the singleton store.

Class org.jboss.cache.config.Configuration extends ConfigurationComponent implements Serializable

serialVersionUID: 5553791890144997466L

Serialized Fields

numberOfNotifierThreads

int numberOfNotifierThreads

clusterName

java.lang.String clusterName

clusterConfig

java.lang.String clusterConfig

useReplQueue

boolean useReplQueue

replQueueMaxElements

int replQueueMaxElements

replQueueInterval

long replQueueInterval

exposeManagementStatistics

boolean exposeManagementStatistics

fetchInMemoryState

boolean fetchInMemoryState

replicationVersion

short replicationVersion

lockAcquisitionTimeout

long lockAcquisitionTimeout

syncReplTimeout

long syncReplTimeout

cacheMode

Configuration.CacheMode cacheMode

inactiveOnStartup

boolean inactiveOnStartup

stateRetrievalTimeout

long stateRetrievalTimeout

isolationLevel

IsolationLevel isolationLevel

lockParentForChildInsertRemove

boolean lockParentForChildInsertRemove

evictionConfig

EvictionConfig evictionConfig

useRegionBasedMarshalling

boolean useRegionBasedMarshalling

transactionManagerLookupClass

java.lang.String transactionManagerLookupClass

cacheLoaderConfig

CacheLoaderConfig cacheLoaderConfig

syncCommitPhase

boolean syncCommitPhase

syncRollbackPhase

boolean syncRollbackPhase

buddyReplicationConfig

BuddyReplicationConfig buddyReplicationConfig

nodeLockingOptimistic

boolean nodeLockingOptimistic

nodeLockingScheme

Configuration.NodeLockingScheme nodeLockingScheme

muxStackName

java.lang.String muxStackName

usingMultiplexer

boolean usingMultiplexer

marshallerClass

java.lang.String marshallerClass

Class org.jboss.cache.config.ConfigurationComponent extends java.lang.Object implements Serializable

serialVersionUID: 4879873994727821938L

Serialized Fields

children

java.util.Set<E> children

Class org.jboss.cache.config.ConfigurationException extends CacheException implements Serializable

serialVersionUID: -5576382839360927955L

Serialized Fields

erroneousAttributes

java.util.List<E> erroneousAttributes

Class org.jboss.cache.config.EvictionConfig extends ConfigurationComponent implements Serializable

serialVersionUID: -7979639000026975201L

Serialized Fields

defaultEvictionPolicyClass

java.lang.String defaultEvictionPolicyClass

wakeupIntervalSeconds

int wakeupIntervalSeconds

defaultEventQueueSize

int defaultEventQueueSize

evictionRegionConfigs

java.util.List<E> evictionRegionConfigs

Class org.jboss.cache.config.EvictionRegionConfig extends ConfigurationComponent implements Serializable

serialVersionUID: -5482474634995601400L

Serialized Fields

regionFqn

Fqn<E> regionFqn

eventQueueSize

java.lang.Integer eventQueueSize

evictionPolicyConfig

EvictionPolicyConfig evictionPolicyConfig

Class org.jboss.cache.config.MissingPolicyException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 6107098975617303157L

Class org.jboss.cache.config.RuntimeConfig extends ConfigurationComponent implements Serializable

serialVersionUID: 5626847485703341794L

Serialized Fields

rpcManager

RPCManager rpcManager

Package org.jboss.cache.demo

Class org.jboss.cache.demo.JBossCacheGUI extends javax.swing.JFrame implements Serializable

serialVersionUID: -1242167331988194987L

Serialized Fields

cacheModelDelegate

CacheModelDelegate cacheModelDelegate

cache

Cache<K,V> cache

tree_model

javax.swing.tree.DefaultTreeModel tree_model

log

org.apache.commons.logging.Log log

jtree

javax.swing.JTree jtree

tableModel

javax.swing.table.DefaultTableModel tableModel

table

javax.swing.JTable table

myNodeRoot

org.jboss.cache.demo.JBossCacheGUI.DisplayNode myNodeRoot

root

Node<K,V> root

selected_node

Node<K,V> selected_node

tablePanel

javax.swing.JPanel tablePanel

operationsPopup

javax.swing.JPopupMenu operationsPopup

dataModificationsPopup

javax.swing.JPopupMenu dataModificationsPopup

tx_mgr

javax.transaction.TransactionManager tx_mgr

tx

javax.transaction.Transaction tx

mainPanel

javax.swing.JPanel mainPanel

membership

java.util.List<E> membership

coordinator

org.jgroups.Address coordinator

useConsole

boolean useConsole

executor

java.util.concurrent.Executor executor
Run any work that happens in this interface in a separate thread. This is good practise. Unless there's a resource-managemenet requirement, such as in an application server, newCachedThreadPool is a good option as it provides better queuing performance.


Package org.jboss.cache.eviction

Class org.jboss.cache.eviction.ElementSizeConfiguration extends EvictionPolicyConfigBase implements Serializable

serialVersionUID: 2510593544656833758L

Serialized Fields

maxElementsPerNode

int maxElementsPerNode

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

serialVersionUID: 4006783737166646935L

Class org.jboss.cache.eviction.EvictionPolicyConfigBase extends ConfigurationComponent implements Serializable

serialVersionUID: 4591691674370188932L

Serialized Fields

evictionPolicyClass

java.lang.String evictionPolicyClass

maxNodes

int maxNodes

Class org.jboss.cache.eviction.ExpirationConfiguration extends EvictionPolicyConfigBase implements Serializable

serialVersionUID: 47338798734219507L

Serialized Fields

expirationKeyName

java.lang.String expirationKeyName
Node key name used to indicate the expiration of a node.


warnNoExpirationKey

boolean warnNoExpirationKey

timeToLiveSeconds

int timeToLiveSeconds

Class org.jboss.cache.eviction.FIFOConfiguration extends EvictionPolicyConfigBase implements Serializable

serialVersionUID: -7229715009546277313L

Class org.jboss.cache.eviction.LFUConfiguration extends EvictionPolicyConfigBase implements Serializable

serialVersionUID: 1865801530398969179L

Serialized Fields

minNodes

int minNodes

Class org.jboss.cache.eviction.LRUConfiguration extends EvictionPolicyConfigBase implements Serializable

serialVersionUID: -3426716488271559729L

Serialized Fields

timeToLiveSeconds

int timeToLiveSeconds

maxAgeSeconds

int maxAgeSeconds

Class org.jboss.cache.eviction.MRUConfiguration extends EvictionPolicyConfigBase implements Serializable

serialVersionUID: -8734577898966155218L

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

serialVersionUID: -6796150029431162837L


Package org.jboss.cache.loader

Class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig extends CacheLoaderConfig.IndividualCacheLoaderConfig implements Serializable

serialVersionUID: -8371846151643130281L

Serialized Fields

createTable

boolean createTable

createTableDDL

java.lang.String createTableDDL

datasourceName

java.lang.String datasourceName

deleteAllSql

java.lang.String deleteAllSql

deleteNodeSql

java.lang.String deleteNodeSql

dropTable

boolean dropTable

dropTableDDL

java.lang.String dropTableDDL

driverClass

java.lang.String driverClass

insertNodeSql

java.lang.String insertNodeSql

jdbcURL

java.lang.String jdbcURL

jdbcUser

java.lang.String jdbcUser

jdbcPassword

java.lang.String jdbcPassword

selectChildFqnsSql

java.lang.String selectChildFqnsSql

selectChildNamesSql

java.lang.String selectChildNamesSql

selectNodeSql

java.lang.String selectNodeSql

updateNodeSql

java.lang.String updateNodeSql

updateTableSql

java.lang.String updateTableSql

connectionFactoryClass

java.lang.String connectionFactoryClass

table

java.lang.String table

nodeColumn

java.lang.String nodeColumn

fqnColumn

java.lang.String fqnColumn

Class org.jboss.cache.loader.AsyncCacheLoaderConfig extends CacheLoaderConfig.IndividualCacheLoaderConfig implements Serializable

serialVersionUID: 5038037589485991681L

Serialized Fields

batchSize

int batchSize

returnOld

boolean returnOld

queueSize

int queueSize

useAsyncPut

boolean useAsyncPut

Class org.jboss.cache.loader.ClusteredCacheLoaderConfig extends CacheLoaderConfig.IndividualCacheLoaderConfig implements Serializable

serialVersionUID: -3425487656984237468L

Serialized Fields

timeout

long timeout

Class org.jboss.cache.loader.FileCacheLoaderConfig extends CacheLoaderConfig.IndividualCacheLoaderConfig implements Serializable

serialVersionUID: 4626734068542420865L

Serialized Fields

location

java.lang.String location

checkCharacterPortability

boolean checkCharacterPortability

Class org.jboss.cache.loader.JDBCCacheLoaderConfig extends AdjListJDBCCacheLoaderConfig implements Serializable

serialVersionUID: -8371846151643130271L

Serialized Fields

deleteNode

java.lang.String deleteNode

recursiveChildren

java.lang.String recursiveChildren

nodeCountSql

java.lang.String nodeCountSql

Class org.jboss.cache.loader.JDBCCacheLoaderOldConfig extends AdjListJDBCCacheLoaderConfig implements Serializable

serialVersionUID: -2911675876306188529L

Class org.jboss.cache.loader.SingletonStoreCacheLoader.PushStateException extends java.lang.Exception implements Serializable

serialVersionUID: 5542893943730200886L

Class org.jboss.cache.loader.SingletonStoreDefaultConfig extends CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig implements Serializable

serialVersionUID: -5828927920142613537L

Serialized Fields

pushStateWhenCoordinator

boolean pushStateWhenCoordinator
Boolean indicating whether push state when coordinator has been configured.


pushStateWhenCoordinatorTimeout

int pushStateWhenCoordinatorTimeout
Number of milliseconds configured defining the time constraint for the state push.

Class org.jboss.cache.loader.TcpDelegatingCacheLoaderConfig extends CacheLoaderConfig.IndividualCacheLoaderConfig implements Serializable

serialVersionUID: -3138555335000168505L

Serialized Fields

host

java.lang.String host

port

int port

Package org.jboss.cache.loader.bdbje

Class org.jboss.cache.loader.bdbje.BdbjeCacheLoaderConfig extends CacheLoaderConfig.IndividualCacheLoaderConfig implements Serializable

serialVersionUID: 4626734068542420865L

Serialized Fields

location

java.lang.String location

Package org.jboss.cache.loader.jdbm

Class org.jboss.cache.loader.jdbm.JdbmCacheLoaderConfig extends CacheLoaderConfig.IndividualCacheLoaderConfig implements Serializable

serialVersionUID: 4626734068542420865L

Serialized Fields

location

java.lang.String location

Package org.jboss.cache.lock

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

serialVersionUID: 8651993450626741020L

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

serialVersionUID: 5551396474793902133L

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

serialVersionUID: 2837393571654438480L

Class org.jboss.cache.lock.SemaphoreLock extends java.util.concurrent.Semaphore implements Serializable

serialVersionUID: -15293253129957476L

Class org.jboss.cache.lock.SimpleReadWriteLock extends java.util.concurrent.locks.ReentrantReadWriteLock implements Serializable

serialVersionUID: 6317491956891614462L

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

serialVersionUID: -8096787619908687038L

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

serialVersionUID: -5683212651728276028L


Package org.jboss.cache.marshall

Class org.jboss.cache.marshall.InactiveRegionException extends CacheException implements Serializable

serialVersionUID: -5672201755094521936L

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

serialVersionUID: -5991339859063633060L

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

serialVersionUID: -5316198032742449998L

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

Class org.jboss.cache.marshall.NodeDataExceptionMarker extends NodeData implements Serializable

serialVersionUID: 240199474174502551L

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.marshall.NodeDataMarker extends NodeData implements Serializable

serialVersionUID: 4851793846346021014L

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.marshall.RegionNameConflictException extends java.lang.Exception implements Serializable

serialVersionUID: -7719282503234213209L

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

serialVersionUID: 7321547249627414140L


Package org.jboss.cache.notifications

Class org.jboss.cache.notifications.IncorrectCacheListenerException extends CacheException implements Serializable


Package org.jboss.cache.optimistic

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

serialVersionUID: 7234086816998964356L

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

serialVersionUID: -6896315742831861046L

Serialized Fields

version

long version

Package org.jboss.cache.pojo

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

serialVersionUID: -7994594319185959431L

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

serialVersionUID: -2879024229641921582L


Package org.jboss.cache.pojo.demo

Class org.jboss.cache.pojo.demo.PojoCacheGUI extends JBossCacheGUI implements Serializable


Package org.jboss.cache.pojo.impl

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

serialVersionUID: 6492134565825613209L

Serialized Fields

internalFqn_

java.lang.String internalFqn_

refCount_

int refCount_

referencedBy_

java.util.List<E> referencedBy_

clazz_

java.lang.Class<T> clazz_

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

serialVersionUID: 6492134565825613209L

Serialized Fields

internalFqn_

Fqn<E> internalFqn_

clazz_

java.lang.Class<T> clazz_

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

java.lang.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 java.util.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

java.lang.reflect.Field field

value

java.lang.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

java.lang.Object value

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

serialVersionUID: -1981636493457934325L

Serialized Fields

operation

MapModifiedEvent.Operation operation

key

java.lang.Object key

value

java.lang.Object value

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

serialVersionUID: -1981636493457934325L

Serialized Fields

operation

SetModifiedEvent.Operation operation

value

java.lang.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.Null extends java.lang.Object implements Serializable

serialVersionUID: -402153636437493134L


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

Class org.jboss.cache.transaction.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

Package org.jboss.cache.util

Class org.jboss.cache.util.MapCopy extends java.util.AbstractMap<K,V> implements Serializable

serialVersionUID: -958813082188242956L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

data

java.util.List<E> data