Serialized Form


Package javax.util.jcache

Class javax.util.jcache.CacheException extends Exception implements Serializable

Serialized Fields

base

Exception base
the wrapped exception


message

String message

Class javax.util.jcache.CacheFullException extends CacheException implements Serializable

Class javax.util.jcache.CacheLoader extends Object implements Serializable

Class javax.util.jcache.CacheNotAvailableException extends CacheException implements Serializable

Class javax.util.jcache.CachePermissionException extends CacheException implements Serializable

Class javax.util.jcache.CallbackException extends CacheException implements Serializable

Class javax.util.jcache.CantSynchronizeGroupException extends CacheException implements Serializable

Class javax.util.jcache.DiskCacheException extends CacheException implements Serializable

Class javax.util.jcache.GroupNameException extends CacheException implements Serializable

Class javax.util.jcache.GroupUseException extends CacheException implements Serializable

Class javax.util.jcache.InvalidArgumentException extends CacheException implements Serializable

Class javax.util.jcache.InvalidGroupException extends CacheException implements Serializable

Class javax.util.jcache.InvalidHandleException extends CacheException implements Serializable

Class javax.util.jcache.InvalidObjectException extends CacheException implements Serializable

Class javax.util.jcache.LoadConflictException extends CacheException implements Serializable

Class javax.util.jcache.NetOfflineException extends CacheException implements Serializable

Class javax.util.jcache.NetworkException extends CacheException implements Serializable

Class javax.util.jcache.NotARetrievableObjectException extends CacheException implements Serializable

Class javax.util.jcache.NotImplementedException extends CacheException implements Serializable

Class javax.util.jcache.NullObjectException extends CacheException implements Serializable

Class javax.util.jcache.NullObjectNameException extends CacheException implements Serializable

Class javax.util.jcache.ObjectExistsException extends CacheException implements Serializable

Class javax.util.jcache.ObjectNotFoundException extends CacheException implements Serializable

Class javax.util.jcache.ObjectNotSynchronizedException extends CacheException implements Serializable

Class javax.util.jcache.RegionNotFoundException extends CacheException implements Serializable

Class javax.util.jcache.ResponseFailedException extends CacheException implements Serializable

Class javax.util.jcache.TimeoutException extends CacheException implements Serializable


Package org.fjank.jcache

Class org.fjank.jcache.AttributesImpl extends Object implements Serializable

Serialized Fields

createTime

long createTime
the time the associated CacheObject was created.


defaultTTL

long defaultTTL
the default time the associated CacheObject should live in the cache


flags

long flags
Is used to specify wich attributes should be set in the attributes object. The differnet attributes wich is valid is defined as public static variables in the Attributesclass.


idleTime

long idleTime
the time the associated CacheObject should be idle in the cache


size

int size
the size for the associated CacheObject


timeToLive

long timeToLive
the time the associated CacheObject should be live the cache


version

long version
the version of the associated CacheObject

Class org.fjank.jcache.CacheGroup extends Object implements Serializable

Serialized Fields

name

String name
the name of this group.


attributes

AttributesImpl attributes
the attributes for this group


currentSize

int currentSize
the current number of objects in this group.


objectCount

int objectCount
The number of objects in this group

Class org.fjank.jcache.CacheRegion extends CacheGroup implements Serializable

Class org.fjank.jcache.DiskCacheObject extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

key

Object key

group

String group

region

String region

attr

AttributesImpl attr

referent

Object referent

Package org.fjank.jcache.distribution

Class org.fjank.jcache.distribution.ClusterNotification extends Object implements Serializable

Serialized Fields

data

Serializable data
Any additional data that may be required


type

int type
The type of notification message.


region

String region

group

String group

Class org.fjank.jcache.distribution.SerializableCacheObject extends Object implements Serializable

Serialized Fields

key_

Serializable key_

value_

Serializable value_

Package org.fjank.jcache.persistence

Class org.fjank.jcache.persistence.DiskCache extends Object implements Serializable

Serialized Fields

alive

boolean alive
Indicates whether the cache is 'alive', defined as having been initialized, but not yet disposed.


cacheName

String cacheName
the name of the cache


cattr

CacheAttributes cattr
the cache attributes.


fileName

String fileName
the filename


keyHash

HashMap<K,V> keyHash
a map of the keys


rafDir

File rafDir
the file describing the root of the cachefiles.


storageLock

EDU.oswego.cs.dl.util.concurrent.ReadWriteLock storageLock
Each instance of a Disk cache should use this lock to synchronize reads and writes to the underlying storage mechansism.


currentSize

int currentSize
The size of the diskCache.



Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.