A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

ACTION_PARAM - Static variable in class org.apache.jcs.admin.servlet.JCSAdminServlet
 
ADMIN_PASSWORD - Static variable in interface org.apache.jcs.utils.config.IUtilConstants
Description of the Field
ADMIN_PASSWORD - Static variable in class org.apache.jcs.utils.config.IUtilConstants.Config
 
ADMIN_USERID - Static variable in interface org.apache.jcs.utils.config.IUtilConstants
Description of the Field
ADMIN_USERID - Static variable in class org.apache.jcs.utils.config.IUtilConstants.Config
 
ATTRIBUTE_PREFIX - Static variable in class org.apache.jcs.engine.control.CompositeCacheConfigurator
 
AUXILIARY_PREFIX - Static variable in class org.apache.jcs.engine.control.CompositeCacheConfigurator
 
AbstractDiskCache - class org.apache.jcs.auxiliary.disk.AbstractDiskCache.
Abstract class providing a base implementation of a disk cache, which can be easily extended to implement a disk cache for a specific perstistence mechanism.
AbstractDiskCache(String) - Constructor for class org.apache.jcs.auxiliary.disk.AbstractDiskCache
 
AbstractDiskCache.MyCacheListener - class org.apache.jcs.auxiliary.disk.AbstractDiskCache.MyCacheListener.
Cache that implements the CacheListener interface, and calls appropriate methods in its parent class.
AbstractDiskCache.MyCacheListener() - Constructor for class org.apache.jcs.auxiliary.disk.AbstractDiskCache.MyCacheListener
 
AbstractMemoryCache - class org.apache.jcs.engine.memory.AbstractMemoryCache.
Some common code for the LRU and MRU caches.
AbstractMemoryCache() - Constructor for class org.apache.jcs.engine.memory.AbstractMemoryCache
Constructor for the LRUMemoryCache object
Attributes - class org.apache.jcs.engine.Attributes.
Element attribute descriptor class.
Attributes() - Constructor for class org.apache.jcs.engine.Attributes
Constructor for the Attributes object
Attributes(Attributes) - Constructor for class org.apache.jcs.engine.Attributes
Constructor for the Attributes object
AuxiliaryCache - interface org.apache.jcs.auxiliary.AuxiliaryCache.
Tag interface for auxiliary caches.
AuxiliaryCacheAttributes - interface org.apache.jcs.auxiliary.AuxiliaryCacheAttributes.
This is a nominal interface that auxilliary cache attributes should implement.
AuxiliaryCacheFactory - interface org.apache.jcs.auxiliary.AuxiliaryCacheFactory.
Description of the Interface
AuxiliaryCacheManager - interface org.apache.jcs.auxiliary.AuxiliaryCacheManager.
AuxiliaryCacheManager FIXME: Should not need to extend ICacheType
acceptTimeOut - Static variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
How long the server will block on an accept().
access() - Method in class org.apache.jcs.utils.servlet.session.DistSession
Update the last access time.
addCacheListener(String, ICacheListener) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
addCacheListener(ICacheListener) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
addCacheListener(String, ICacheListener) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Subscribes to the specified remote cache.
addCacheListener(ICacheListener) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Subscribes to all remote caches.
addCacheListener(String, ICacheListener) - Method in class org.apache.jcs.engine.CacheWatchRepairable
Adds a feature to the CacheListener attribute of the CacheWatchRepairable object
addCacheListener(ICacheListener) - Method in class org.apache.jcs.engine.CacheWatchRepairable
Adds a feature to the CacheListener attribute of the CacheWatchRepairable object
addCacheListener(String, ICacheListener) - Method in class org.apache.jcs.engine.ZombieCacheWatch
Adds a feature to the CacheListener attribute of the ZombieCacheWatch object
addCacheListener(ICacheListener) - Method in class org.apache.jcs.engine.ZombieCacheWatch
Adds a feature to the CacheListener attribute of the ZombieCacheWatch object
addCacheListener(String, ICacheListener) - Method in interface org.apache.jcs.engine.behavior.ICacheObserver
Subscribes to the specified cache.
addCacheListener(ICacheListener) - Method in interface org.apache.jcs.engine.behavior.ICacheObserver
Subscribes to all caches.
addDisposeEvent() - Method in class org.apache.jcs.engine.CacheEventQueue
 
addDisposeEvent() - Method in interface org.apache.jcs.engine.behavior.ICacheEventQueue
Adds a feature to the DisposeEvent attribute of the ICacheEventQueue object
addElementEvent(IElementEventHandler, IElementEvent) - Method in class org.apache.jcs.engine.control.CompositeCache
Adds an ElementEvent to be handled
addElementEvent(IElementEventHandler, IElementEvent) - Method in class org.apache.jcs.engine.control.event.ElementEventQueue
Adds an ElementEvent to be handled
addElementEvent(IElementEventHandler, IElementEvent) - Method in interface org.apache.jcs.engine.control.event.behavior.IElementEventQueue
Adds an ElementEvent to be handled
addElementEventHandler(IElementEventHandler) - Method in class org.apache.jcs.engine.ElementAttributes
Adds a ElementEventHandler.
addElementEventHandler(IElementEventHandler) - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
Adds a ElementEventHandler.
addFirst(ICacheElement) - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache
Adds a new node to the start of the link list.
addLast(CacheElement) - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache
Adds a new node to the end of the link list.
addLateralCacheListener(String, ILateralCacheListener) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheManager
Adds the lateral cache listener to the underlying cache-watch service.
addPutEvent(ICacheElement) - Method in class org.apache.jcs.engine.CacheEventQueue
 
addPutEvent(ICacheElement) - Method in interface org.apache.jcs.engine.behavior.ICacheEventQueue
Adds a feature to the PutEvent attribute of the ICacheEventQueue object
addRemoteCacheListener(IRemoteCacheAttributes, IRemoteCacheListener) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheManager
Adds the remote cache listener to the underlying cache-watch service.
addRemoteCacheListener(IRemoteCacheAttributes, IRemoteCacheListener) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager
Adds the remote cache listener to the underlying cache-watch service.
addRemoveAllEvent() - Method in class org.apache.jcs.engine.CacheEventQueue
 
addRemoveAllEvent() - Method in interface org.apache.jcs.engine.behavior.ICacheEventQueue
Adds a feature to the RemoveAllEvent attribute of the ICacheEventQueue object
addRemoveEvent(Serializable) - Method in class org.apache.jcs.engine.CacheEventQueue
 
addRemoveEvent(Serializable) - Method in interface org.apache.jcs.engine.behavior.ICacheEventQueue
Adds a feature to the RemoveEvent attribute of the ICacheEventQueue object
address - Variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
 
adjustLimits() - Method in class org.apache.jcs.utils.threads.ThreadPool
Description of the Method
alive - Variable in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
Indicates whether the cache is 'alive', defined as having been initialized, but not yet disposed.
alive - Variable in class org.apache.jcs.engine.control.CompositeCache
 
alive - Variable in class org.apache.jcs.engine.memory.shrinking.ShrinkerThread
Flag that indicates if the thread is still alive
allowClusterGet - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
 
alright - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheMonitor
 
alright - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheFailoverRunner
 
alright - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheMonitor
 
alright - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterMonitor
 
append(byte[]) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDisk
Appends byte array to the Disk.
appendObject(CacheElement) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDisk
Description of the Method
attr - Variable in class org.apache.jcs.auxiliary.lateral.LateralCache
 
attr - Variable in class org.apache.jcs.auxiliary.remote.RemoteCache
 
attr - Variable in class org.apache.jcs.engine.CacheElement
Description of the Field
attr - Variable in class org.apache.jcs.engine.CacheGroup
Description of the Field
attr - Variable in class org.apache.jcs.engine.control.CompositeCache
Region Elemental Attributes, default
attr - Variable in class org.apache.jcs.engine.memory.AbstractMemoryCache
Region Elemental Attributes, used as a default.
attrName - Variable in class org.apache.jcs.engine.control.group.GroupAttrName
 
authenticate(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jcs.utils.servlet.BasicHttpAuthenticator
Authenticates the http "Authorization" header information.
authorized(String) - Method in class org.apache.jcs.utils.servlet.BasicHttpAuthenticator
Returns true iff the given "Authorization" http request header contains authorized user id and password.
auxAttrs - Variable in class org.apache.jcs.engine.control.CompositeCacheManager
???
auxCaches - Variable in class org.apache.jcs.engine.control.CompositeCache
 
auxFacs - Variable in class org.apache.jcs.engine.control.CompositeCacheManager
Used to keep track of configured auxiliaries
auxHitCountByIndex - Variable in class org.apache.jcs.engine.control.CompositeCache
Auxiliary hit counts broken down by auxiliary

B

BasicHttpAuthenticator - class org.apache.jcs.utils.servlet.BasicHttpAuthenticator.
Used to perform basic http authentication.
BasicHttpAuthenticator(String) - Constructor for class org.apache.jcs.utils.servlet.BasicHttpAuthenticator
 
bad() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheMonitor
Sets the "alright" flag to false in a critial section.
bad() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheFailoverRunner
Sets the "alright" flag to false in a critial section.
bad() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheMonitor
Sets the "alright" flag to false in a critial section.
bad() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterMonitor
Sets the "alright" flag to false in a critial section.
baseEnum - Variable in class org.apache.jcs.utils.data.PropertyGroups.PropertyKeysEnum
 
baseEnum - Variable in class org.apache.jcs.utils.data.PropertyGroups.SimpleKeysEnum
 
buildCacheInfo() - Method in class org.apache.jcs.admin.servlet.JCSAdminServlet
 
buildElementInfo(String) - Method in class org.apache.jcs.admin.servlet.JCSAdminServlet
 
byteCount - Variable in class org.apache.jcs.admin.servlet.JCSAdminServlet.CacheRegionInfo
 

C

CACHE_ATTRIBUTE_PREFIX - Static variable in class org.apache.jcs.engine.control.CompositeCacheConfigurator
 
CACHE_HUB - Static variable in interface org.apache.jcs.engine.behavior.ICacheType
Composite/ memory cache type, cetral hub.
CACHE_NAME_PARAM - Static variable in class org.apache.jcs.admin.servlet.JCSAdminServlet
 
CLEAR_ALL_REGIONS_ACTION - Static variable in class org.apache.jcs.admin.servlet.JCSAdminServlet
 
CLEAR_REGION_ACTION - Static variable in class org.apache.jcs.admin.servlet.JCSAdminServlet
 
CLIENT_LISTENER - Static variable in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheListener
Description of the Field
CLUSTER - Static variable in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Description of the Field
CLUSTER - Static variable in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Description of the Field
CacheAccess - class org.apache.jcs.access.CacheAccess.
Class which provides interface for all access to the cache.
CacheAccess(CompositeCache) - Constructor for class org.apache.jcs.access.CacheAccess
Constructor for the CacheAccess object.
CacheAdaptor - class org.apache.jcs.engine.CacheAdaptor.
Used for Cache-to-Cache messaging purposes.
CacheAdaptor(ICache) - Constructor for class org.apache.jcs.engine.CacheAdaptor
Constructor for the CacheAdaptor object
CacheConstants - interface org.apache.jcs.engine.CacheConstants.
Constants used throughout the JCS cache engine
CacheDescriptor - class org.apache.jcs.engine.CacheDescriptor.
Used to associates a list of cache event queues for a cache.
CacheDescriptor(ICache) - Constructor for class org.apache.jcs.engine.CacheDescriptor
Constructor for the CacheDescriptor object
CacheElement - class org.apache.jcs.engine.CacheElement.
Generic element wrapper.
CacheElement(String, Serializable, Serializable) - Constructor for class org.apache.jcs.engine.CacheElement
Constructor for the CacheElement object
CacheElement(String, Serializable, Object) - Constructor for class org.apache.jcs.engine.CacheElement
Constructor for the CacheElement object
CacheEventQueue - class org.apache.jcs.engine.CacheEventQueue.
An event queue is used to propagate ordered cache events to one and only one target listener.
CacheEventQueue(ICacheListener, byte, String) - Constructor for class org.apache.jcs.engine.CacheEventQueue
Constructs with the specified listener and the cache name.
CacheEventQueue(ICacheListener, byte, String, int, int) - Constructor for class org.apache.jcs.engine.CacheEventQueue
Constructor for the CacheEventQueue object
CacheEventQueue.AbstractCacheEvent - class org.apache.jcs.engine.CacheEventQueue.AbstractCacheEvent.
Retries before declaring failure.
CacheEventQueue.AbstractCacheEvent() - Constructor for class org.apache.jcs.engine.CacheEventQueue.AbstractCacheEvent
 
CacheEventQueue.DisposeEvent - class org.apache.jcs.engine.CacheEventQueue.DisposeEvent.
Description of the Class
CacheEventQueue.DisposeEvent() - Constructor for class org.apache.jcs.engine.CacheEventQueue.DisposeEvent
 
CacheEventQueue.Node - class org.apache.jcs.engine.CacheEventQueue.Node.
 
CacheEventQueue.Node() - Constructor for class org.apache.jcs.engine.CacheEventQueue.Node
 
CacheEventQueue.PutEvent - class org.apache.jcs.engine.CacheEventQueue.PutEvent.
 
CacheEventQueue.PutEvent(ICacheElement) - Constructor for class org.apache.jcs.engine.CacheEventQueue.PutEvent
Constructor for the PutEvent object
CacheEventQueue.QProcessor - class org.apache.jcs.engine.CacheEventQueue.QProcessor.
 
CacheEventQueue.QProcessor() - Constructor for class org.apache.jcs.engine.CacheEventQueue.QProcessor
Constructor for the QProcessor object
CacheEventQueue.RemoveAllEvent - class org.apache.jcs.engine.CacheEventQueue.RemoveAllEvent.
Description of the Class
CacheEventQueue.RemoveAllEvent() - Constructor for class org.apache.jcs.engine.CacheEventQueue.RemoveAllEvent
 
CacheEventQueue.RemoveEvent - class org.apache.jcs.engine.CacheEventQueue.RemoveEvent.
Description of the Class
CacheEventQueue.RemoveEvent(Serializable) - Constructor for class org.apache.jcs.engine.CacheEventQueue.RemoveEvent
Constructor for the RemoveEvent object
CacheException - exception org.apache.jcs.access.exception.CacheException.
Description of the Class
CacheException() - Constructor for class org.apache.jcs.access.exception.CacheException
Constructor for the CacheException object
CacheException(Throwable) - Constructor for class org.apache.jcs.access.exception.CacheException
Constructor for the CacheException object
CacheException(String) - Constructor for class org.apache.jcs.access.exception.CacheException
Constructor for the CacheException object
CacheException(String, Throwable) - Constructor for class org.apache.jcs.access.exception.CacheException
Constructs a new CacheException with specified detail message and nested Throwable.
CacheGroup - class org.apache.jcs.engine.CacheGroup.
Description of the Class
CacheGroup() - Constructor for class org.apache.jcs.engine.CacheGroup
Constructor for the CacheGroup object
CacheInfo - class org.apache.jcs.engine.CacheInfo.
A shared static variable holder for the lateral cache
CacheInfo() - Constructor for class org.apache.jcs.engine.CacheInfo
Constructor for the CacheInfo object
CacheListeners - class org.apache.jcs.engine.CacheListeners.
Used to associates a set of [cache listener to cache event queue] for a cache.
CacheListeners(ICache) - Constructor for class org.apache.jcs.engine.CacheListeners
Constructs with the given cache.
CacheUtils - class org.apache.jcs.engine.CacheUtils.
Description of the Class
CacheUtils() - Constructor for class org.apache.jcs.engine.CacheUtils
Constructor for the CacheUtils object
CacheWatchRepairable - class org.apache.jcs.engine.CacheWatchRepairable.
Interceps the requests to the underlying ICacheObserver object so that the listeners can be recorded locally for remote connection recovery purposes.
CacheWatchRepairable() - Constructor for class org.apache.jcs.engine.CacheWatchRepairable
 
CompositeCache - class org.apache.jcs.engine.control.CompositeCache.
This is the primary hub for a single cache/region.
CompositeCache(String, ICompositeCacheAttributes, IElementAttributes) - Constructor for class org.apache.jcs.engine.control.CompositeCache
Constructor for the Cache object
CompositeCacheAttributes - class org.apache.jcs.engine.CompositeCacheAttributes.
Description of the Class
CompositeCacheAttributes() - Constructor for class org.apache.jcs.engine.CompositeCacheAttributes
Constructor for the CompositeCacheAttributes object
CompositeCacheConfigurator - class org.apache.jcs.engine.control.CompositeCacheConfigurator.
This class is based on the log4j class org.apache.log4j.PropertyConfigurator which was made by: "Luke Blanshard" "Mark DONSZELMANN" "Anders Kristensen"
CompositeCacheConfigurator(CompositeCacheManager) - Constructor for class org.apache.jcs.engine.control.CompositeCacheConfigurator
Constructor for the CompositeCacheConfigurator object
CompositeCacheManager - class org.apache.jcs.engine.control.CompositeCacheManager.
Manages a composite cache.
CompositeCacheManager() - Constructor for class org.apache.jcs.engine.control.CompositeCacheManager
 
cConn - Variable in class org.apache.jcs.auxiliary.disk.hsql.HSQLCache
 
cache - Variable in class org.apache.jcs.admin.servlet.JCSAdminServlet.CacheRegionInfo
 
cache - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWait
 
cache - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWait
 
cache - Variable in class org.apache.jcs.engine.CacheAdaptor
 
cache - Variable in class org.apache.jcs.engine.CacheDescriptor
Description of the Field
cache - Variable in class org.apache.jcs.engine.CacheListeners
Description of the Field
cache - Variable in class org.apache.jcs.engine.memory.AbstractMemoryCache
The cache region this store is associated with
cache - Variable in class org.apache.jcs.engine.memory.shrinking.ShrinkerThread
The MemoryCache instance which this shrinker is watching
cacheAttr - Variable in class org.apache.jcs.engine.control.CompositeCache
Cache Attributes, for hub and memory auxiliary
cacheControl - Variable in class org.apache.jcs.access.CacheAccess
Cache that a given instance of this class provides access to.
cacheElement - Variable in class org.apache.jcs.auxiliary.disk.PurgatoryElement
Wrapped cache Element
cacheEventQueue - Variable in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
The CacheEventQueue where changes will be queued for asynchronous updating of the persistent storage.
cacheHub - Variable in class org.apache.jcs.admin.servlet.JCSAdminServlet
 
cacheListenersMap - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
 
cacheManager - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
 
cacheMap - Variable in class org.apache.jcs.engine.CacheWatchRepairable
 
cacheMgr - Static variable in class org.apache.jcs.JCS
 
cacheMgr - Static variable in class org.apache.jcs.access.CacheAccess
Cache manager use by the various forms of defineRegion and getAccess
cacheMgr - Static variable in class org.apache.jcs.access.GroupCacheAccess
 
cacheMgr - Variable in class org.apache.jcs.access.monitor.MonitorAccess
Description of the Field
cacheMgr - Static variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
The CacheHub this listener is associated with
cacheMgr - Static variable in class org.apache.jcs.auxiliary.remote.RemoteCacheListener
Description of the Field
cacheMgr - Static variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerListener
Description of the Field
cacheName - Variable in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
Every cache will have a name, subclasses must set this when they are initialized.
cacheName - Variable in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheAttributes
 
cacheName - Variable in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
 
cacheName - Variable in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheAttributes
 
cacheName - Variable in class org.apache.jcs.auxiliary.lateral.LateralCache
 
cacheName - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
 
cacheName - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
 
cacheName - Variable in class org.apache.jcs.auxiliary.remote.RemoteCache
 
cacheName - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
 
cacheName - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitFacade
 
cacheName - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
 
cacheName - Variable in class org.apache.jcs.engine.CacheElement
Description of the Field
cacheName - Variable in class org.apache.jcs.engine.CacheEventQueue
 
cacheName - Variable in class org.apache.jcs.engine.CompositeCacheAttributes
 
cacheName - Variable in class org.apache.jcs.engine.control.CompositeCache
 
cacheName - Variable in class org.apache.jcs.engine.control.event.ElementEventQueue
 
cacheName - Variable in class org.apache.jcs.engine.control.group.GroupId
 
cacheName - Variable in class org.apache.jcs.engine.memory.AbstractMemoryCache
 
cacheWatch - Variable in class org.apache.jcs.engine.CacheWatchRepairable
 
caches - Static variable in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheManager
 
caches - Variable in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheManager
 
caches - Static variable in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheManager
 
caches - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheManager
 
caches - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheManager
 
caches - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager
 
caches - Variable in class org.apache.jcs.engine.control.CompositeCacheManager
Caches managed by this cache manager
canFix - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheRestore
 
canFix() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheRestore
Returns true iff the connection to the lateral host for the corresponding cache manager can be successfully re-established.
canFix - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheRestore
 
canFix() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheRestore
Returns true if the connection to the remote host for the corresponding cache manager can be successfully re-established.
canFix - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterRestore
 
canFix() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterRestore
Returns true if the connection to the remote host for the corresponding cache manager can be successfully re-established.
canFix() - Method in interface org.apache.jcs.engine.behavior.ICacheRestore
Description of the Method
cattr - Variable in class org.apache.jcs.auxiliary.disk.hsql.HSQLCache
 
cattr - Variable in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache
 
cattr - Variable in class org.apache.jcs.auxiliary.disk.jisp.JISPCache
 
cattr - Variable in class org.apache.jcs.auxiliary.lateral.LateralCache
 
cattr - Variable in class org.apache.jcs.engine.memory.AbstractMemoryCache
Cache Attributes
ccMgr - Variable in class org.apache.jcs.engine.control.CompositeCacheConfigurator
 
ce - Variable in class org.apache.jcs.auxiliary.lateral.LateralElementDescriptor
Description of the Field
ce - Variable in class org.apache.jcs.engine.memory.lru.MemoryElementDescriptor
Description of the Field
characterEncoding - Variable in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
 
checkForRemoval(ICacheElement, long) - Method in class org.apache.jcs.engine.memory.shrinking.ShrinkerThread
Check if either lifetime or idletime has expired for the provided event, and remove it from the cache if so.
checkPassword(String, String) - Method in class org.apache.jcs.utils.servlet.BasicHttpAuthenticator
Default implementation of checking the password.
checkSpareControllers() - Method in class org.apache.jcs.utils.threads.ThreadPool
Called by the monitor thread to harvest idle threads.
chunkSize - Variable in class org.apache.jcs.engine.memory.AbstractMemoryCache
 
className - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Description of the Field
clean - Variable in class org.apache.jcs.utils.locking.RwLockGC
 
clean() - Method in class org.apache.jcs.utils.servlet.session.DistSession
Clears the session information.
cleanupEventQMap(Map) - Static method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Description of the Method
clearAllRegions() - Method in class org.apache.jcs.admin.servlet.JCSAdminServlet
 
clearOnStart - Variable in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheAttributes
 
clearRegion(String) - Method in class org.apache.jcs.admin.servlet.JCSAdminServlet
 
clients - Static variable in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheManager
 
clients - Static variable in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheManager
 
clients - Static variable in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheManager
 
clients - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheManager
 
clients - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheManager
 
clients - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager
 
clients - Variable in class org.apache.jcs.engine.control.CompositeCacheManager
Number of clients accessing this cache manager
clients - Static variable in class org.apache.jcs.utils.servlet.session.DistSessionTracker
 
clone2() - Method in class org.apache.jcs.engine.Attributes
Description of the Method
clone2() - Method in class org.apache.jcs.engine.ElementAttributes
Description of the Method
close() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDisk
Closes the raf.
clusterListenersMap - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
 
clusterServers - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
 
clusterServers - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
 
command - Variable in class org.apache.jcs.auxiliary.lateral.LateralElementDescriptor
Description of the Field
compareTo(KeyObject) - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPKey
Description of the Method
compoundKeys - Variable in class org.apache.jcs.utils.data.PropertyGroups
 
concatanateArrays(String[], String[]) - Static method in class org.apache.jcs.config.OptionConverter
Description of the Method
configFileName - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
 
configFilename - Static variable in class org.apache.jcs.JCS
 
configure() - Method in class org.apache.jcs.engine.control.CompositeCacheManager
Configure with default properties file
configure(String) - Method in class org.apache.jcs.engine.control.CompositeCacheManager
Configure from specific properties file
configure(Properties) - Method in class org.apache.jcs.engine.control.CompositeCacheManager
Configure from properties object
context - Variable in class org.apache.jcs.utils.servlet.session.DistSession
 
convertArg(String, Class) - Method in class org.apache.jcs.config.PropertySetter
Convert val a String parameter to an object of a given type.
convertSpecialChars(String) - Static method in class org.apache.jcs.config.OptionConverter
Description of the Method
copy() - Method in interface org.apache.jcs.auxiliary.AuxiliaryCacheAttributes
Description of the Method
copy() - Method in interface org.apache.jcs.auxiliary.behavior.IAuxiliaryCacheAttributes
Description of the Method
copy() - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheAttributes
Description of the Method
copy() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
Description of the Method
copy() - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheAttributes
Description of the Method
copy() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Returns a clone of the attributes.
copy() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Description of the Method
copy() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Description of the Method
copy() - Method in class org.apache.jcs.engine.Attributes
Description of the Method
copy() - Method in class org.apache.jcs.engine.CompositeCacheAttributes
Description of the Method
copy() - Method in class org.apache.jcs.engine.ElementAttributes
Description of the Method
copy() - Method in interface org.apache.jcs.engine.behavior.ICompositeCacheAttributes
Description of the Method
copy() - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
Returns a copy of the object.
count - Variable in class org.apache.jcs.admin.servlet.JCSAdminServlet.CountingOnlyOutputStream
 
count - Static variable in class org.apache.jcs.utils.servlet.session.SessionIdGenerator
 
counter - Variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
 
createCache(AuxiliaryCacheAttributes, CompositeCache) - Method in interface org.apache.jcs.auxiliary.AuxiliaryCacheFactory
 
createCache(IAuxiliaryCacheAttributes) - Method in interface org.apache.jcs.auxiliary.behavior.IAuxiliaryCacheFactory
Description of the Method
createCache(AuxiliaryCacheAttributes, CompositeCache) - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheFactory
Description of the Method
createCache(AuxiliaryCacheAttributes, CompositeCache) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory
Description of the Method
createCache(AuxiliaryCacheAttributes, CompositeCache) - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheFactory
Description of the Method
createCache(AuxiliaryCacheAttributes, CompositeCache) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheFactory
Interface method.
createCache(AuxiliaryCacheAttributes, CompositeCache) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheFactory
Interface method.
createCache(AuxiliaryCacheAttributes, CompositeCache) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterFactory
Interface method.
createCacheManager(String) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Subclass can overrdie this method to create the specific cache manager.
createDB(boolean) - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCache
Description of the Method
createDistSession(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jcs.utils.servlet.session.DistSessionTracker
Description of the Method
createInstance() - Static method in class org.apache.jcs.engine.control.CompositeCacheManager
Simple factory method, must override in subclasses so getInstance creates / returns the correct object.
createMemoryCache(ICompositeCacheAttributes) - Method in class org.apache.jcs.engine.control.CompositeCache
Create the MemoryCache based on the config parameters.
createRegistry(int) - Static method in class org.apache.jcs.auxiliary.remote.RemoteUtils
Creates and exports a registry on the specified port of the local host.
createSessionId() - Static method in class org.apache.jcs.utils.servlet.session.SessionIdGenerator
Creates a unique session id.
createTime - Variable in class org.apache.jcs.admin.servlet.JCSAdminServlet.CacheElementInfo
 
createTime - Variable in class org.apache.jcs.engine.Attributes
Description of the Field
createTime - Variable in class org.apache.jcs.engine.ElementAttributes
The creation time
creationTime - Variable in class org.apache.jcs.utils.servlet.session.SessionInfo
 
currentThreadCount - Variable in class org.apache.jcs.utils.threads.ThreadPool
Description of the Field
currentThreadsBusy - Variable in class org.apache.jcs.utils.threads.ThreadPool
Description of the Field

D

DEFAULT_CONFIG - Static variable in interface org.apache.jcs.engine.CacheConstants
 
DEFAULT_REGION - Static variable in class org.apache.jcs.engine.control.CompositeCacheConfigurator
 
DEFAULT_TEMPLATE_NAME - Static variable in class org.apache.jcs.admin.servlet.JCSAdminServlet
 
DELIM_START - Static variable in class org.apache.jcs.config.OptionConverter
 
DELIM_START_LEN - Static variable in class org.apache.jcs.config.OptionConverter
 
DELIM_STOP - Static variable in class org.apache.jcs.config.OptionConverter
 
DELIM_STOP_LEN - Static variable in class org.apache.jcs.config.OptionConverter
 
DETAIL_ACTION - Static variable in class org.apache.jcs.admin.servlet.JCSAdminServlet
 
DFLT_INACTIVE_INTERVAL - Static variable in interface org.apache.jcs.utils.servlet.session.ISessionConstants
Description of the Field
DISK_CACHE - Static variable in interface org.apache.jcs.engine.behavior.ICacheType
Disk cache type.
DISPOSE - Static variable in class org.apache.jcs.auxiliary.lateral.LateralElementDescriptor
Description of the Field
DistSession - class org.apache.jcs.utils.servlet.session.DistSession.
DistSession uses the CompositeCache and GroupCache to create a failover-safe distributed session.
DistSession() - Constructor for class org.apache.jcs.utils.servlet.session.DistSession
Constructor for a new instance with no ServletContext.
DistSession(ServletContext) - Constructor for class org.apache.jcs.utils.servlet.session.DistSession
Creates a new instance with the specified ServletContext.
DistSessionGC - class org.apache.jcs.utils.servlet.session.DistSessionGC.
Garbage collector for the DistSession objects.
DistSessionGC(Set) - Constructor for class org.apache.jcs.utils.servlet.session.DistSessionGC
Constructs with the given set of session id's.
DistSessionPoolManager - class org.apache.jcs.utils.servlet.session.DistSessionPoolManager.
Description of the Class
DistSessionPoolManager(int) - Constructor for class org.apache.jcs.utils.servlet.session.DistSessionPoolManager
Constructor for the DistSessionPoolManager object
DistSessionTracker - class org.apache.jcs.utils.servlet.session.DistSessionTracker.
Manages sessions for the HttpRequestSessionWrapper
DistSessionTracker() - Constructor for class org.apache.jcs.utils.servlet.session.DistSessionTracker
Constructor for the DistSessionTracker object
dataFile - Variable in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache
 
database - Variable in class org.apache.jcs.auxiliary.disk.jisp.JISPCache
 
defaultAuxValues - Variable in class org.apache.jcs.engine.control.CompositeCacheManager
The default auxiliary caches to be used if not preconfigured
defaultCacheAttr - Variable in class org.apache.jcs.engine.control.CompositeCacheManager
Default cache attributes for this cache manager
defaultCacheAttributes - Variable in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheManager
 
defaultCattr - Static variable in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheManager
 
defaultCattr - Static variable in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheManager
 
defaultElementAttr - Variable in class org.apache.jcs.engine.control.CompositeCacheManager
Default elemeent attributes for this cache manager
default_ttl - Variable in class org.apache.jcs.engine.Attributes
Description of the Field
defineRegion(String) - Static method in class org.apache.jcs.access.CacheAccess
Define a new cache region with the given name.
defineRegion(String, CompositeCacheAttributes) - Static method in class org.apache.jcs.access.CacheAccess
Define a new cache region with the specified name and attributes.
defineRegion(String, CompositeCacheAttributes, IElementAttributes) - Static method in class org.apache.jcs.access.CacheAccess
Define a new cache region with the specified name and attributes and return a CacheAccess to it.
delete(String, String) - Method in class org.apache.jcs.access.monitor.MonitorAccess
Description of the Method
deserialize(byte[]) - Static method in class org.apache.jcs.engine.CacheUtils
Returns the object deserialized from the given byte array.
destroy() - Method in class org.apache.jcs.access.CacheAccess
Deprecated.  
destroy(Object) - Method in class org.apache.jcs.access.CacheAccess
Deprecated. use remove
destroy() - Method in interface org.apache.jcs.access.behavior.ICacheAccess
Deprecated.  
destroy(Object) - Method in interface org.apache.jcs.access.behavior.ICacheAccess
Deprecated.  
destroy() - Method in class org.apache.jcs.engine.CacheEventQueue
Event Q is emtpy.
destroy() - Method in interface org.apache.jcs.engine.behavior.ICacheEventQueue
Description of the Method
destroy() - Method in class org.apache.jcs.engine.control.event.ElementEventQueue
Event Q is emtpy.
destroy() - Method in interface org.apache.jcs.engine.control.event.behavior.IElementEventQueue
Description of the Method
destroyed - Variable in class org.apache.jcs.engine.CacheEventQueue
 
destroyed - Variable in class org.apache.jcs.engine.control.event.ElementEventQueue
 
dirty() - Method in class org.apache.jcs.utils.locking.RwLockGC
Sets the "clean" flag to false in a critial section.
diskPath - Variable in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheAttributes
 
diskPath - Variable in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
 
diskPath - Variable in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheAttributes
 
dispose() - Method in class org.apache.jcs.access.CacheAccess
Dispose this region.
dispose() - Method in interface org.apache.jcs.auxiliary.AuxiliaryCache
Prepares for shutdown.
dispose() - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
Adds a dispose request to the disk cache.
dispose() - Method in class org.apache.jcs.auxiliary.lateral.LateralCache
Synchronously dispose the cache.
dispose() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWait
Adds a dispose request to the lateral cache.
dispose() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Adds a dispose request to the lateral cache.
dispose(String) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
Closes connection used by all LateralTCPSenders for this lateral conneciton.
dispose(String) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
Will close the connection.
dispose() - Method in class org.apache.jcs.auxiliary.remote.RemoteCache
Synchronously dispose the remote cache; if failed, replace the remote handle with a zombie.
dispose() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWait
Adds a dispose request to the remote cache.
dispose() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitFacade
Adds a dispose request to the lateral cache.
dispose(String) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Frees the specified remote cache.
dispose(String, byte) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Description of the Method
dispose(String) - Method in class org.apache.jcs.engine.ZombieCacheService
Description of the Method
dispose() - Method in interface org.apache.jcs.engine.behavior.ICache
Prepares for shutdown.
dispose(String) - Method in interface org.apache.jcs.engine.behavior.ICacheService
Frees the specified cache.
dispose() - Method in class org.apache.jcs.engine.control.CompositeCache
Flushes all cache items from memory to auxilliary caches and close the auxilliary caches.
dispose(boolean) - Method in class org.apache.jcs.engine.control.CompositeCache
invoked only by CacheManager.
dispose() - Method in class org.apache.jcs.engine.memory.AbstractMemoryCache
Prepares for shutdown.
doConfigure(String) - Method in class org.apache.jcs.engine.control.CompositeCacheConfigurator
Configure cached for file name.
doConfigure(Properties) - Method in class org.apache.jcs.engine.control.CompositeCacheConfigurator
Configure cache for properties object
doDispose() - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
Dispose of the persistent store.
doDispose() - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCache
Description of the Method
doDispose() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache
Description of the Method
doDispose() - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCache
Description of the Method
doGet(Serializable) - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
Get a value from the persistent store.
doGet(Serializable) - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCache
Description of the Method
doGet(Serializable) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache
 
doGet(Serializable) - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCache
Description of the Method
doRemove(Serializable) - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
Remove an object from the persistent store if found.
doRemove(Serializable) - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCache
Returns true if the removal was succesful; or false if there is nothing to remove.
doRemove(Serializable) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache
Returns true if the removal was succesful; or false if there is nothing to remove.
doRemove(Serializable) - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCache
Returns true if the removal was succesful; or false if there is nothing to remove.
doRemoveAll() - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
Remove all objects from the persistent store.
doRemoveAll() - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCache
Description of the Method
doRemoveAll() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache
Description of the Method
doRemoveAll() - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCache
Description of the Method
doRun() - Method in class org.apache.jcs.engine.CacheEventQueue.AbstractCacheEvent
Description of the Method
doRun() - Method in class org.apache.jcs.engine.CacheEventQueue.DisposeEvent
Description of the Method
doRun() - Method in class org.apache.jcs.engine.CacheEventQueue.PutEvent
Description of the Method
doRun() - Method in class org.apache.jcs.engine.CacheEventQueue.RemoveAllEvent
Description of the Method
doRun() - Method in class org.apache.jcs.engine.CacheEventQueue.RemoveEvent
Description of the Method
doRun() - Method in class org.apache.jcs.engine.control.event.ElementEventQueue.AbstractElementEventRunner
Description of the Method
doRun() - Method in class org.apache.jcs.engine.control.event.ElementEventQueue.ElementEventRunner
Description of the Method
doUpdate(ICacheElement) - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
Add a cache element to the persistent store.
doUpdate(ICacheElement) - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCache
Description of the Method
doUpdate(ICacheElement) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache
Update the disk cache.
doUpdate(ICacheElement) - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCache
Description of the Method
done() - Method in class org.apache.jcs.utils.locking.ReadWriteLock
Threads call this method to relinquish a lock that they previously got from this object.
done(String) - Method in class org.apache.jcs.utils.locking.ReadWriteLockManager
Release the read/write lock previously placed on the specified resource.
done() - Method in class org.apache.jcs.utils.locking.RwLockHolder
 
dsMgr - Static variable in class org.apache.jcs.utils.servlet.session.DistSessionTracker
 
dst - Static variable in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
 
dump() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache
For debugging.
dumpCacheEntries() - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache
Dump the cache entries from first to list for debugging.
dumpCacheEntries() - Method in class org.apache.jcs.engine.memory.mru.MRUMemoryCache
Dump the cache entries from first to list for debugging.
dumpCacheSize() - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache
 
dumpMap() - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache
Dump the cache map for debugging.
dumpMap() - Method in class org.apache.jcs.engine.memory.mru.MRUMemoryCache
Dump the cache map for debugging.
dup(Serializable) - Static method in class org.apache.jcs.engine.CacheUtils
Returns a deeply cloned object.

E

ELEMENT_ATTRIBUTE_PREFIX - Static variable in class org.apache.jcs.engine.control.CompositeCacheConfigurator
 
ELEMENT_EVENT_EXCEEDED_IDLETIME_BACKGROUND - Static variable in interface org.apache.jcs.engine.control.event.behavior.IElementEventConstants
Background expiration
ELEMENT_EVENT_EXCEEDED_IDLETIME_ONREQUEST - Static variable in interface org.apache.jcs.engine.control.event.behavior.IElementEventConstants
Expiration discovered on request
ELEMENT_EVENT_EXCEEDED_MAXLIFE_BACKGROUND - Static variable in interface org.apache.jcs.engine.control.event.behavior.IElementEventConstants
Background expiration
ELEMENT_EVENT_EXCEEDED_MAXLIFE_ONREQUEST - Static variable in interface org.apache.jcs.engine.control.event.behavior.IElementEventConstants
Expiration discovered on request
ELEMENT_EVENT_REMOVED - Static variable in interface org.apache.jcs.engine.control.event.behavior.IElementEventConstants
Removed activley by a remove command.
ELEMENT_EVENT_SPOOLED_DISK_AVAILABLE - Static variable in interface org.apache.jcs.engine.control.event.behavior.IElementEventConstants
Moving from memory to disk (what if no disk?)
ELEMENT_EVENT_SPOOLED_DISK_NOT_AVAILABLE - Static variable in interface org.apache.jcs.engine.control.event.behavior.IElementEventConstants
Moving from memory to disk (what if no disk?)
ERROR - Static variable in class org.apache.jcs.auxiliary.remote.RemoteCacheMonitor
 
ElementAttributes - class org.apache.jcs.engine.ElementAttributes.
Element attribute descriptor class.
ElementAttributes() - Constructor for class org.apache.jcs.engine.ElementAttributes
Constructor for the IElementAttributes object
ElementAttributes(ElementAttributes) - Constructor for class org.apache.jcs.engine.ElementAttributes
Constructor for the IElementAttributes object
ElementEvent - class org.apache.jcs.engine.control.event.ElementEvent.
Element events will trigger the creation of Element Event objects.
ElementEvent(Object, int) - Constructor for class org.apache.jcs.engine.control.event.ElementEvent
Constructor for the ElementEvent object
ElementEventQueue - class org.apache.jcs.engine.control.event.ElementEventQueue.
An event queue is used to propagate ordered cache events to one and only one target listener.
ElementEventQueue(String) - Constructor for class org.apache.jcs.engine.control.event.ElementEventQueue
Constructor for the ElementEventQueue object
ElementEventQueue.AbstractElementEventRunner - class org.apache.jcs.engine.control.event.ElementEventQueue.AbstractElementEventRunner.
Retries before declaring failure.
ElementEventQueue.AbstractElementEventRunner() - Constructor for class org.apache.jcs.engine.control.event.ElementEventQueue.AbstractElementEventRunner
 
ElementEventQueue.ElementEventRunner - class org.apache.jcs.engine.control.event.ElementEventQueue.ElementEventRunner.
 
ElementEventQueue.ElementEventRunner(IElementEventHandler, IElementEvent) - Constructor for class org.apache.jcs.engine.control.event.ElementEventQueue.ElementEventRunner
Constructor for the PutEvent object
ElementEventQueue.Node - class org.apache.jcs.engine.control.event.ElementEventQueue.Node.
 
ElementEventQueue.Node() - Constructor for class org.apache.jcs.engine.control.event.ElementEventQueue.Node
 
ElementEventQueue.QProcessor - class org.apache.jcs.engine.control.event.ElementEventQueue.QProcessor.
 
ElementEventQueue.QProcessor() - Constructor for class org.apache.jcs.engine.control.event.ElementEventQueue.QProcessor
Constructor for the QProcessor object
e - Variable in class org.apache.jcs.engine.memory.lru.LRUMemoryCache.MapEntryWrapper
 
elementEvent - Variable in class org.apache.jcs.engine.control.event.ElementEvent
 
elementEventQ - Static variable in class org.apache.jcs.engine.control.CompositeCache
EventQueue for handling element events.
ensureCacheManager() - Static method in class org.apache.jcs.JCS
Gets an instance of CompositeCacheManager and stores it in the cacheMgr class field, if it is not already set.
ensureCacheManager() - Static method in class org.apache.jcs.access.CacheAccess
Helper method which checks to make sure the cacheMgr class field is set, and if not requests an instance from CacheManagerFactory.
ensureGarbageCollectorCreated() - Method in class org.apache.jcs.utils.locking.ReadWriteLockManager
Ensures that the lock garbage collector has been created
equals(Object) - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPKey
Description of the Method
equals(Object) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheManager.Location
Description of the Method
equals(Object) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager.Location
Description of the Method
equals(Object) - Method in class org.apache.jcs.engine.control.group.GroupAttrName
Tests object equality.
equals(Object) - Method in class org.apache.jcs.engine.control.group.GroupId
Description of the Method
equals(Object) - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache.IteratorWrapper
 
equals(Object) - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache.MapEntryWrapper
 
eternal - Variable in class org.apache.jcs.admin.servlet.JCSAdminServlet.CacheElementInfo
 
event - Variable in class org.apache.jcs.engine.CacheEventQueue.Node
 
event - Variable in class org.apache.jcs.engine.control.event.ElementEventQueue.ElementEventRunner
 
event - Variable in class org.apache.jcs.engine.control.event.ElementEventQueue.Node
 
eventHandlers - Variable in class org.apache.jcs.engine.ElementAttributes
The last access time
eventQMap - Variable in class org.apache.jcs.engine.CacheDescriptor
Description of the Field
eventQMap - Variable in class org.apache.jcs.engine.CacheListeners
Description of the Field
expiresInSeconds - Variable in class org.apache.jcs.admin.servlet.JCSAdminServlet.CacheElementInfo
 

F

facade - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheFailoverRunner
 
facades - Static variable in class org.apache.jcs.auxiliary.remote.RemoteCacheFactory
Description of the Field
failover(int) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitFacade
Description of the Method
failoverIndex - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
 
failoverServers - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
 
failovers - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
 
failureCount - Variable in class org.apache.jcs.engine.CacheEventQueue
 
fileName - Variable in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache
 
fileName - Variable in class org.apache.jcs.utils.data.PropertyGroups
 
filepath - Variable in class org.apache.jcs.auxiliary.disk.indexed.IndexedDisk
 
findAndSubst(String, Properties) - Static method in class org.apache.jcs.config.OptionConverter
Find the value corresponding to key in props.
first - Variable in class org.apache.jcs.engine.memory.lru.LRUMemoryCache
 
fix() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheRestore
Fixes up all the caches managed by the associated cache manager.
fix() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheRestore
Fixes up all the caches managed by the associated cache manager.
fix() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterRestore
Fixes up all the caches managed by the associated cache manager.
fix() - Method in interface org.apache.jcs.engine.behavior.ICacheRestore
Description of the Method
fixCache(ILateralCacheService) - Method in class org.apache.jcs.auxiliary.lateral.LateralCache
Replaces the current remote cache service handle with the given handle.
fixCache(ILateralCacheService) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWait
Replaces the lateral cache service handle with the given handle and reset the event queue by starting up a new instance.
fixCache(IRemoteCacheService) - Method in class org.apache.jcs.auxiliary.remote.RemoteCache
Replaces the current remote cache service handle with the given handle.
fixCache(IRemoteCacheService) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWait
Replaces the remote cache service handle with the given handle and reset the event queue by starting up a new instance.
fixCaches(ILateralCacheService, ILateralCacheObserver) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheManager
Fixes up all the caches managed by this cache manager.
fixCaches(IRemoteCacheService, IRemoteCacheObserver) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheManager
Fixes up all the caches managed by this cache manager.
fixCaches(IRemoteCacheService, IRemoteCacheObserver) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager
Fixes up all the caches managed by this cache manager.
freeCache(String) - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheManager
Description of the Method
freeCache(String) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheManager
Disposes the cache with the given name, if found in the set of managed caches.
freeCache(String) - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheManager
Description of the Method
freeCache(String) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheManager
Description of the Method
freeCache(String) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager
Description of the Method
freeCache(String) - Method in class org.apache.jcs.engine.control.CompositeCacheManager
 
freeCache(String, boolean) - Method in class org.apache.jcs.engine.control.CompositeCacheManager
 

G

GET - Static variable in class org.apache.jcs.auxiliary.lateral.LateralElementDescriptor
Command to return an object.
GroupAttrName - class org.apache.jcs.engine.control.group.GroupAttrName.
Description of the Class
GroupAttrName(GroupId, Object) - Constructor for class org.apache.jcs.engine.control.group.GroupAttrName
Constructor for the GroupAttrName object
GroupCacheAccess - class org.apache.jcs.access.GroupCacheAccess.
Access for groups.
GroupCacheAccess(CompositeCache) - Constructor for class org.apache.jcs.access.GroupCacheAccess
Constructor for the GroupCacheAccess object
GroupId - class org.apache.jcs.engine.control.group.GroupId.
Used to avoid name conflict when group cache items are mixed with non-group cache items in the same cache.
GroupId(String, String) - Constructor for class org.apache.jcs.engine.control.group.GroupId
Constructor for the GroupId object
gc - Static variable in class org.apache.jcs.utils.locking.ReadWriteLockManager
Used to asynchronously remove unused RwLockHolder objects managed ty this manager.
gc - Static variable in class org.apache.jcs.utils.servlet.session.DistSessionTracker
Used to asynchronously remove expired DistSession objects.
get(Object) - Method in class org.apache.jcs.access.CacheAccess
Retrieve an object from the cache region this instance provides access to.
get(Object) - Method in interface org.apache.jcs.access.behavior.ICacheAccess
Description of the Method
get(Serializable) - Method in interface org.apache.jcs.auxiliary.AuxiliaryCache
Gets an item from the cache.
get(Serializable) - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
 
get(Serializable) - Method in class org.apache.jcs.auxiliary.lateral.LateralCache
Returns null.
get(Serializable) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWait
Synchronously reads from the lateral cache.
get(Serializable) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Synchronously reads from the lateral cache.
get(String) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
get(String, Serializable) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
get(Serializable) - Method in class org.apache.jcs.auxiliary.remote.RemoteCache
Synchronously get from the remote cache; if failed, replace the remote handle with a zombie.
get(Serializable) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWait
Synchronously reads from the remote cache.
get(Serializable) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitFacade
Synchronously reads from the lateral cache.
get(String, Serializable) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Returns a cache value from the specified remote cache; or null if the cache or key does not exist.
get(String, Serializable) - Method in class org.apache.jcs.engine.ZombieCacheService
Description of the Method
get(String, Serializable, boolean) - Method in class org.apache.jcs.engine.ZombieCacheService
Description of the Method
get(Serializable) - Method in interface org.apache.jcs.engine.behavior.ICache
Gets an item from the cache.
get(String, Serializable) - Method in interface org.apache.jcs.engine.behavior.ICacheService
Returns a cache bean from the specified cache; or null if the key does not exist.
get(Serializable) - Method in class org.apache.jcs.engine.control.CompositeCache
 
get(Serializable, boolean) - Method in class org.apache.jcs.engine.control.CompositeCache
Description of the Method
get(Serializable) - Method in class org.apache.jcs.engine.memory.AbstractMemoryCache
Get an item from the cache
get(Serializable) - Method in interface org.apache.jcs.engine.memory.MemoryCache
Get an item from the cache
get(Serializable) - Method in interface org.apache.jcs.engine.memory.behavior.IMemoryCache
Description of the Method
get(Serializable, boolean) - Method in interface org.apache.jcs.engine.memory.behavior.IMemoryCache
Description of the Method
get(Serializable) - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache
Get an item from the cache
get(Serializable) - Method in class org.apache.jcs.engine.memory.mru.MRUMemoryCache
Description of the Method
getAccess(String) - Static method in class org.apache.jcs.access.CacheAccess
Get a CacheAccess instance for the given region.
getAccess(String, ICompositeCacheAttributes) - Static method in class org.apache.jcs.access.CacheAccess
Get a CacheAccess instance for the given region with the given attributes.
getAddressByName(String) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
Gets the addressByName attribute of the LateralTCPSender object
getAllowClusterGet() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Should cluster updates be propogated to the locals
getAllowClusterGet() - Method in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Should cluster updates be propogated to the locals
getAttribute(String) - Method in class org.apache.jcs.utils.servlet.session.DistSession
Gets the attribute attribute of the DistSession object
getAttribute(String) - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the attribute attribute of the HttpServletRequestFacade object
getAttributeNames() - Method in class org.apache.jcs.utils.servlet.session.DistSession
Gets the attributeNames attribute of the DistSession object
getAttributeNames() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the attributeNames attribute of the HttpServletRequestFacade object
getAuthType() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the authType attribute of the HttpServletRequestFacade object
getByteCount() - Method in class org.apache.jcs.admin.servlet.JCSAdminServlet.CacheRegionInfo
 
getByteCount(CompositeCache) - Method in class org.apache.jcs.admin.servlet.JCSAdminServlet
 
getCache() - Method in class org.apache.jcs.admin.servlet.JCSAdminServlet.CacheRegionInfo
 
getCache(String) - Method in interface org.apache.jcs.auxiliary.AuxiliaryCacheManager
 
getCache(String) - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheManager
Gets the cache attribute of the HSQLCacheManager object
getCache(HSQLCacheAttributes) - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheManager
Gets the cache attribute of the HSQLCacheManager object
getCache(String) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheManager
Gets an IndexedDiskCache for the supplied name using the default attributes.
getCache(IndexedDiskCacheAttributes) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheManager
Get an IndexedDiskCache for the supplied attributes.
getCache(String) - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheManager
Gets the cache attribute of the JISPCacheManager object
getCache(JISPCacheAttributes) - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheManager
Gets the cache attribute of the JISPCacheManager object
getCache(String) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheManager
Called to access a precreated region or construct one with defaults.
getCache(String) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
Gets the cacheManager attribute of the LateralCacheTCPListener object
getCache(String) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheManager
Returns a remote cache for the given cache name.
getCache(IRemoteCacheAttributes) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheManager
Gets the cache attribute of the RemoteCacheManager object
getCache(String) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager
Returns a remote cache for the given cache name.
getCache(IRemoteCacheAttributes) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager
Gets the cache attribute of the RemoteCacheClusterManager object
getCache(String) - Method in interface org.apache.jcs.engine.behavior.ICacheManager
methods to get a cache region from a maanger
getCache(String) - Method in class org.apache.jcs.engine.control.CompositeCacheManager
Gets the cache attribute of the CacheHub object
getCache(String, ICompositeCacheAttributes) - Method in class org.apache.jcs.engine.control.CompositeCacheManager
Gets the cache attribute of the CacheHub object
getCache(String, ICompositeCacheAttributes, IElementAttributes) - Method in class org.apache.jcs.engine.control.CompositeCacheManager
Gets the cache attribute of the CacheHub object
getCache(ICompositeCacheAttributes) - Method in class org.apache.jcs.engine.control.CompositeCacheManager
Gets the cache attribute of the CacheHub object
getCache(ICompositeCacheAttributes, IElementAttributes) - Method in class org.apache.jcs.engine.control.CompositeCacheManager
If the cache is created the CacheAttributes and the element Attributes will be ignored.
getCacheAttributes() - Method in class org.apache.jcs.access.CacheAccess
Gets the ICompositeCacheAttributes of the cache region
getCacheAttributes() - Method in interface org.apache.jcs.access.behavior.ICacheAccess
Gets the ICompositeCacheAttributes of the cache region
getCacheAttributes() - Method in class org.apache.jcs.engine.control.CompositeCache
Gets the ICompositeCacheAttributes attribute of the Cache object
getCacheAttributes() - Method in class org.apache.jcs.engine.memory.AbstractMemoryCache
Returns the CacheAttributes.
getCacheAttributes() - Method in interface org.apache.jcs.engine.memory.MemoryCache
Returns the CacheAttributes for the region.
getCacheAttributes() - Method in interface org.apache.jcs.engine.memory.behavior.IMemoryCache
Returns the CacheAttributes.
getCacheElement() - Method in class org.apache.jcs.auxiliary.disk.PurgatoryElement
Get the wrapped cache element.
getCacheListeners(String) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Returns the cache lsitener for the specified cache.
getCacheManager() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheListener
Gets the cacheManager attribute of the RemoteCacheListener object
getCacheManager() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerListener
Gets the cacheManager attribute of the RemoteCacheServerListener object
getCacheName() - Method in interface org.apache.jcs.auxiliary.AuxiliaryCache
Returns the cache name.
getCacheName() - Method in interface org.apache.jcs.auxiliary.AuxiliaryCacheAttributes
Gets the cacheName attribute of the IAuxiliaryCacheAttributes object
getCacheName() - Method in interface org.apache.jcs.auxiliary.behavior.IAuxiliaryCacheAttributes
Gets the cacheName attribute of the IAuxiliaryCacheAttributes object
getCacheName() - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
 
getCacheName() - Method in class org.apache.jcs.auxiliary.disk.PurgatoryElement
 
getCacheName() - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheAttributes
Gets the cacheName attribute of the HSQLCacheAttributes object
getCacheName() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
Gets the cacheName attribute of the DiskCacheAttributes object
getCacheName() - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheAttributes
Gets the cacheName attribute of the JISPCacheAttributes object
getCacheName() - Method in class org.apache.jcs.auxiliary.lateral.LateralCache
Gets the cacheName attribute of the LateralCache object
getCacheName() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Gets the cacheName attribute of the LateralCacheAttributes object
getCacheName() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWait
Gets the cacheName attribute of the LateralCacheNoWait object
getCacheName() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Gets the cacheName attribute of the LateralCacheNoWaitFacade object
getCacheName() - Method in class org.apache.jcs.auxiliary.remote.RemoteCache
Gets the cacheName attribute of the RemoteCache object
getCacheName() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Gets the cacheName attribute of the RemoteCacheAttributes object
getCacheName() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWait
Gets the cacheName attribute of the RemoteCacheNoWait object
getCacheName() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitFacade
Gets the cacheName attribute of the RemoteCacheNoWaitFacade object
getCacheName() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Gets the cacheName attribute of the RemoteCacheAttributes object
getCacheName() - Method in class org.apache.jcs.engine.CacheElement
Gets the cacheName attribute of the CacheElement object
getCacheName() - Method in class org.apache.jcs.engine.CompositeCacheAttributes
Gets the cacheName attribute of the CompositeCacheAttributes object
getCacheName() - Method in interface org.apache.jcs.engine.behavior.ICache
Returns the cache name.
getCacheName() - Method in interface org.apache.jcs.engine.behavior.ICacheElement
Gets the cacheName attribute of the ICacheElement object
getCacheName() - Method in interface org.apache.jcs.engine.behavior.ICompositeCacheAttributes
Gets the cacheName attribute of the ICompositeCacheAttributes object
getCacheName() - Method in class org.apache.jcs.engine.control.CompositeCache
Gets the cacheName attribute of the Cache object
getCacheName() - Method in class org.apache.jcs.engine.memory.AbstractMemoryCache
Returns the cache name.
getCacheNames() - Method in class org.apache.jcs.engine.control.CompositeCacheManager
Returns a list of the current cache names.
getCacheType() - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
 
getCacheType() - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheManager
Gets the cacheType attribute of the HSQLCacheManager object
getCacheType() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheManager
Gets the cacheType attribute of the DiskCacheManager object
getCacheType() - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheManager
Gets the cacheType attribute of the JISPCacheManager object
getCacheType() - Method in class org.apache.jcs.auxiliary.lateral.LateralCache
Gets the cacheType attribute of the LateralCache object
getCacheType() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheManager
Gets the cacheType attribute of the LateralCacheManager object
getCacheType() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWait
No lateral invokation.
getCacheType() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Gets the cacheType attribute of the LateralCacheNoWaitFacade object
getCacheType() - Method in class org.apache.jcs.auxiliary.remote.RemoteCache
Gets the cacheType attribute of the RemoteCache object
getCacheType() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheManager
Gets the cacheType attribute of the RemoteCacheManager object
getCacheType() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWait
No remote invokation.
getCacheType() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitFacade
Gets the cacheType attribute of the RemoteCacheNoWaitFacade object
getCacheType() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager
Gets the cacheType attribute of the RemoteCacheClusterManager object
getCacheType() - Method in interface org.apache.jcs.engine.behavior.ICacheType
Returns the cache type.
getCacheType() - Method in class org.apache.jcs.engine.control.CompositeCache
Gets the cacheType attribute of the Cache object
getCacheType() - Method in class org.apache.jcs.engine.control.CompositeCacheManager
 
getCharacterEncoding() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the characterEncoding attribute of the HttpServletRequestFacade object
getClearOnStart() - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheAttributes
Gets the clearOnStart attribute of the JISPCacheAttributes object
getClearOnStart() - Method in interface org.apache.jcs.auxiliary.disk.jisp.behavior.IJISPCacheAttributes
Gets the clearOnStart attribute of the IJISPCacheAttributes object
getClusterListeners(String) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Gets the clusterListeners attribute of the RemoteCacheServer object
getClusterServers() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Gets the clusterServers attribute of the RemoteCacheAttributes object
getClusterServers() - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Gets the clusterServers attribute of the IRemoteCacheAttributes object
getClusterServers() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Gets the clusterServers attribute of the RemoteCacheAttributes object
getClusterServers() - Method in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Gets the clusterServers attribute of the IRemoteCacheAttributes object
getCompositeCache() - Method in class org.apache.jcs.engine.memory.AbstractMemoryCache
Gets the cache hub / region taht the MemoryCache is used by
getCompositeCache() - Method in interface org.apache.jcs.engine.memory.MemoryCache
Gets the cache hub / region taht the MemoryCache is used by
getCompositeCache() - Method in interface org.apache.jcs.engine.memory.behavior.IMemoryCache
Gets the cache hub / region taht the MemoryCache is used by
getConfigFileName() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Gets the ConfigFileName attribute of the IRemoteCacheAttributes object
getConfigFileName() - Method in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Gets the ConfigFileName attribute of the IRemoteCacheAttributes object
getContentLength() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the contentLength attribute of the HttpServletRequestFacade object
getContentType() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the contentType attribute of the HttpServletRequestFacade object
getContextPath() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the contextPath attribute of the HttpServletRequestFacade object
getCookies() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the cookies attribute of the HttpServletRequestFacade object
getCount() - Method in class org.apache.jcs.admin.servlet.JCSAdminServlet.CountingOnlyOutputStream
The number of bytes that have passed through this stream.
getCreateTime() - Method in class org.apache.jcs.admin.servlet.JCSAdminServlet.CacheElementInfo
 
getCreateTime() - Method in class org.apache.jcs.engine.Attributes
Gets the createTime attribute of the Attributes object
getCreateTime() - Method in class org.apache.jcs.engine.ElementAttributes
Gets the createTime attribute of the IElementAttributes object
getCreateTime() - Method in interface org.apache.jcs.engine.behavior.IAttributes
Gets the createTime attribute of the IAttributes object
getCreateTime() - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
Gets the createTime attribute of the IAttributes object
getCreationTime() - Method in class org.apache.jcs.utils.servlet.session.DistSession
Gets the creationTime attribute of the DistSession object
getDateHeader(String) - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the dateHeader attribute of the HttpServletRequestFacade object
getDefaultCacheAttributes() - Method in class org.apache.jcs.engine.control.CompositeCacheManager
Gets the defaultCacheAttributes attribute of the CacheHub object
getDefaultCattr() - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheManager
Gets the defaultCattr attribute of the HSQLCacheManager object
getDefaultCattr() - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheManager
Gets the defaultCattr attribute of the JISPCacheManager object
getDefaultCattr() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheManager
Gets the defaultCattr attribute of the RemoteCacheManager object
getDefaultCattr() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager
Gets the defaultCattr attribute of the RemoteCacheClusterManager object
getDefaultCattr() - Method in class org.apache.jcs.engine.control.CompositeCacheManager
 
getDefaultElementAttributes() - Method in class org.apache.jcs.engine.control.CompositeCacheManager
Gets the defaultElementAttributes attribute of the CacheHub object
getDiskPath() - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheAttributes
Gets the diskPath attribute of the HSQLCacheAttributes object
getDiskPath() - Method in interface org.apache.jcs.auxiliary.disk.hsql.behavior.IHSQLCacheAttributes
Gets the diskPath attribute of the IHSQLCacheAttributes object
getDiskPath() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
Gets the diskPath attribute of the DiskCacheAttributes object
getDiskPath() - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheAttributes
Gets the diskPath attribute of the JISPCacheAttributes object
getDiskPath() - Method in interface org.apache.jcs.auxiliary.disk.jisp.behavior.IJISPCacheAttributes
Gets the diskPath attribute of the IJISPCacheAttributes object
getDistSession() - Method in class org.apache.jcs.utils.servlet.session.DistSessionPoolManager
Gets the distSession attribute of the DistSessionPoolManager object
getDistSession(HttpServletRequest) - Method in class org.apache.jcs.utils.servlet.session.DistSessionTracker
Gets the distSession attribute of the DistSessionTracker object
getElementAttributes() - Method in class org.apache.jcs.access.CacheAccess
GetElementAttributes will return an attribute object describing the current attributes associated with the object name.
getElementAttributes(Object) - Method in class org.apache.jcs.access.CacheAccess
GetElementAttributes will return an attribute object describing the current attributes associated with the object name.
getElementAttributes() - Method in interface org.apache.jcs.access.behavior.ICacheAccess
GetElementAttributes will return an attribute object describing the current attributes associated with the object name.
getElementAttributes(Object) - Method in interface org.apache.jcs.access.behavior.ICacheAccess
Gets the elementAttributes attribute of the ICacheAccess object
getElementAttributes() - Method in class org.apache.jcs.auxiliary.disk.PurgatoryElement
 
getElementAttributes() - Method in class org.apache.jcs.auxiliary.remote.RemoteCache
Gets the attributes attribute of the RemoteCache object
getElementAttributes() - Method in class org.apache.jcs.engine.CacheElement
Gets the IElementAttributes attribute of the CacheElement object
getElementAttributes() - Method in interface org.apache.jcs.engine.behavior.ICacheElement
Gets the attributes attribute of the ICacheElement object
getElementAttributes() - Method in class org.apache.jcs.engine.control.CompositeCache
Gets the default element attribute of the Cache object Should this return a copy?
getElementAttributes(Serializable) - Method in class org.apache.jcs.engine.control.CompositeCache
Gets the elementAttributes attribute of the Cache object
getElementAttrributes() - Method in class org.apache.jcs.engine.CacheGroup
Gets the attrributes attribute of the CacheGroup object
getElementEvent() - Method in class org.apache.jcs.engine.control.event.ElementEvent
Gets the elementEvent attribute of the ElementEvent object
getElementEvent() - Method in interface org.apache.jcs.engine.control.event.behavior.IElementEvent
Gets the elementEvent attribute of the IElementEvent object
getElementEventHandlers() - Method in class org.apache.jcs.engine.ElementAttributes
Gets the elementEventHandlers.
getElementEventHandlers() - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
Gets the elementEventHandlers.
getEventQList(CacheListeners, byte) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Gets the eventQList attribute of the RemoteCacheServer object
getExpiresInSeconds() - Method in class org.apache.jcs.admin.servlet.JCSAdminServlet.CacheElementInfo
 
getFailoverIndex() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Gets the failoverIndex attribute of the RemoteCacheAttributes object
getFailoverIndex() - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Gets the failoverIndex attribute of the IRemoteCacheAttributes object
getFailoverServers() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Gets the failoverServers attribute of the RemoteCacheAttributes object
getFailoverServers() - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Gets the failoverServers attribute of the IRemoteCacheAttributes object
getFailovers() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Gets the failovers attribute of the RemoteCacheAttributes object
getFailovers() - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Gets the failovers attribute of the IRemoteCacheAttributes object
getFromCluster - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
 
getFromCluster - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
 
getFromGroup(Object, String) - Method in class org.apache.jcs.access.GroupCacheAccess
Gets an item out of the cache that is in a specified group.
getFromGroup(Object, String) - Method in interface org.apache.jcs.access.behavior.IGroupCacheAccess
Gets the g attribute of the IGroupCacheAccess object
getGetOnly() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Gets the getOnly attribute of the RemoteCacheAttributes object
getGetOnly() - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Gets the getOnly attribute of the IRemoteCacheAttributes object
getGetOnly() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Gets the getOnly attribute of the RemoteCacheAttributes object
getGetOnly() - Method in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Gets the getOnly attribute of the IRemoteCacheAttributes object
getGroupAccess(String) - Static method in class org.apache.jcs.access.GroupCacheAccess
Gets the groupAccess attribute of the GroupCacheAccess class
getGroupAccess(String, ICompositeCacheAttributes) - Static method in class org.apache.jcs.access.GroupCacheAccess
Gets the groupAccess attribute of the GroupCacheAccess class
getGroupAttrName(String, Object) - Method in class org.apache.jcs.access.GroupCacheAccess
 
getGroupKeys(String) - Method in class org.apache.jcs.access.GroupCacheAccess
Gets the set of keys of objects currently in the group
getGroupKeys(String) - Method in interface org.apache.jcs.access.behavior.IGroupCacheAccess
Gets the set of keys of objects currently in the group
getGroupKeys(String) - Method in interface org.apache.jcs.auxiliary.AuxiliaryCache
Gets the set of keys of objects currently in the group
getGroupKeys(String) - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
 
getGroupKeys(String) - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCache
 
getGroupKeys(String) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache
 
getGroupKeys(String) - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCache
 
getGroupKeys(String) - Method in class org.apache.jcs.auxiliary.lateral.LateralCache
 
getGroupKeys(String) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWait
 
getGroupKeys(String) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Gets the set of keys of objects currently in the group
getGroupKeys(String, String) - Method in class org.apache.jcs.auxiliary.lateral.ZombieLateralCacheService
 
getGroupKeys(String, String) - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheService
 
getGroupKeys(String, String) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
Gets the set of keys of objects currently in the group throws UnsupportedOperationException
getGroupKeys(String) - Method in class org.apache.jcs.auxiliary.remote.RemoteCache
 
getGroupKeys(String) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWait
 
getGroupKeys(String) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitFacade
Gets the set of keys of objects currently in the group
getGroupKeys(String, String) - Method in class org.apache.jcs.auxiliary.remote.ZombieRemoteCacheService
 
getGroupKeys(String, String) - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheService
 
getGroupKeys(String, String) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Gets the set of keys of objects currently in the group
getGroupKeys(String) - Method in class org.apache.jcs.engine.control.CompositeCache
Gets the set of keys of objects currently in the group
getGroupKeys(String) - Method in class org.apache.jcs.engine.memory.AbstractMemoryCache
 
getGroupKeys(String) - Method in interface org.apache.jcs.engine.memory.MemoryCache
Gets the set of keys of objects currently in the group
getHeader(String) - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the header attribute of the HttpServletRequestFacade object
getHeaderNames() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the headerNames attribute of the HttpServletRequestFacade object
getHeaders(String) - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the headers attribute of the HttpServletRequestFacade object
getHitCountAux() - Method in class org.apache.jcs.engine.control.CompositeCache
Number of times a requested item was found in and auxiliary cache
getHitCountRam() - Method in class org.apache.jcs.engine.control.CompositeCache
Number of times a requested item was found in the memory cache
getHttpListenerPort() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Gets the httpListenerPort attribute of the ILateralCacheAttributes object
getHttpListenerPort() - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Gets the httpListenerPort attribute of the ILateralCacheAttributes object
getHttpServer() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Gets the httpServer attribute of the LateralCacheAttributes object
getHttpServer() - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Gets the httpServer attribute of the ILateralCacheAttributes object
getHttpServers() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Gets the httpSrvers attribute of the LateralCacheAttributes object
getHttpServers() - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Gets the httpSrvers attribute of the LateralCacheAttributes object
getId() - Method in class org.apache.jcs.utils.servlet.session.DistSession
Gets the id attribute of the DistSession object
getIdleTime() - Method in class org.apache.jcs.engine.Attributes
Gets the idleTime attribute of the Attributes object
getIdleTime() - Method in class org.apache.jcs.engine.ElementAttributes
Gets the idleTime attribute of the IElementAttributes object.
getIdleTime() - Method in interface org.apache.jcs.engine.behavior.IAttributes
Gets the idleTime attribute of the IAttributes object
getIdleTime() - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
Gets the idleTime attribute of the IAttributes object
getInitData() - Method in interface org.apache.jcs.utils.threads.IThreadPoolRunnable
Called when this object is first loaded in the thread pool.
getInputStream() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the inputStream attribute of the HttpServletRequestFacade object
getInstance(String) - Static method in class org.apache.jcs.JCS
Get a JCS which accesses the provided region.
getInstance(String, ICompositeCacheAttributes) - Static method in class org.apache.jcs.JCS
Get a JCS which accesses the provided region.
getInstance(HSQLCacheAttributes) - Static method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheManager
Gets the instance attribute of the HSQLCacheManager class
getInstance(IndexedDiskCacheAttributes) - Static method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheManager
Gets the singleton instance of the manager
getInstance(JISPCacheAttributes) - Static method in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheManager
Gets the instance attribute of the JISPCacheManager class
getInstance(ILateralCacheAttributes) - Static method in class org.apache.jcs.auxiliary.lateral.LateralCacheManager
Gets the instance attribute of the LateralCacheManager class
getInstance() - Static method in class org.apache.jcs.auxiliary.lateral.LateralCacheMonitor
Returns the singleton instance;
getInstance(ILateralCacheAttributes) - Static method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
Gets the instance attribute of the LateralCacheTCPListener class
getInstance(IRemoteCacheAttributes) - Static method in class org.apache.jcs.auxiliary.remote.RemoteCacheListener
Gets the instance attribute of the RemoteCacheListener class
getInstance(IRemoteCacheAttributes) - Static method in class org.apache.jcs.auxiliary.remote.RemoteCacheManager
Returns an instance of RemoteCacheManager for the given connection parameters.
getInstance() - Static method in class org.apache.jcs.auxiliary.remote.RemoteCacheMonitor
Returns the singleton instance;
getInstance(IRemoteCacheAttributes) - Static method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager
Returns an instance of RemoteCacheManager for the given connection parameters.
getInstance() - Static method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterMonitor
Returns the singleton instance;
getInstance(IRemoteCacheAttributes) - Static method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerListener
Gets the instance attribute of the RemoteCacheServerListener class
getInstance() - Static method in class org.apache.jcs.engine.control.CompositeCacheManager
Gets the CacheHub instance.
getInstance(String) - Static method in class org.apache.jcs.engine.control.CompositeCacheManager
 
getInstance() - Static method in class org.apache.jcs.utils.servlet.session.DistSessionTracker
Gets the instance attribute of the DistSessionTracker class
getInstance() - Static method in class org.apache.jcs.utils.threads.ThreadPoolManager
Returns the singleton thread pool manager, which can be used to execute a given IThreadPoolRunnable on a thread in the pool.
getIntHeader(String) - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the intHeader attribute of the HttpServletRequestFacade object
getIsDistribute() - Method in class org.apache.jcs.engine.ElementAttributes
Gets the {3} attribute of the IElementAttributes object
getIsDistribute() - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
Gets the {3} attribute of the IElementAttributes object
getIsEternal() - Method in class org.apache.jcs.engine.ElementAttributes
can turn off expiration
getIsEternal() - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
can turn off expiration
getIsLateral() - Method in class org.apache.jcs.engine.ElementAttributes
Is this item laterally distributable
getIsLateral() - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
Is this item laterally distributable
getIsRemote() - Method in class org.apache.jcs.engine.ElementAttributes
Can this item be sent to the remote cache
getIsRemote() - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
Can this item be sent to the remote cache
getIsSpool() - Method in class org.apache.jcs.engine.ElementAttributes
can this item be flushed to disk
getIsSpool() - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
can this item be flushed to disk
getIterator() - Method in class org.apache.jcs.engine.memory.AbstractMemoryCache
Gets the iterator attribute of the LRUMemoryCache object
getIterator() - Method in interface org.apache.jcs.engine.memory.MemoryCache
Deprecated.  
getIterator() - Method in interface org.apache.jcs.engine.memory.behavior.IMemoryCache
Deprecated.  
getIterator() - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache
Gets the iterator attribute of the LRUMemoryCache object
getKey() - Method in class org.apache.jcs.admin.servlet.JCSAdminServlet.CacheElementInfo
 
getKey() - Method in class org.apache.jcs.auxiliary.disk.PurgatoryElement
 
getKey() - Method in class org.apache.jcs.engine.CacheElement
Gets the key attribute of the CacheElement object
getKey() - Method in interface org.apache.jcs.engine.behavior.ICacheElement
Gets the key attribute of the ICacheElement object
getKey() - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache.MapEntryWrapper
 
getKeyArray() - Method in class org.apache.jcs.engine.memory.AbstractMemoryCache
Get an Array of the keys for all elements in the memory cache
getKeyArray() - Method in interface org.apache.jcs.engine.memory.MemoryCache
Get an Array of the keys for all elements in the memory cache.
getKeyArray() - Method in interface org.apache.jcs.engine.memory.behavior.IMemoryCache
Get an Array of the keys for all elements in the memory cache
getKeyArray() - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache
Get an Array of the keys for all elements in the memory cache
getKeyArray() - Method in class org.apache.jcs.engine.memory.mru.MRUMemoryCache
Get an Array of the keys for all elements in the memory cache
getLastAccessTime() - Method in class org.apache.jcs.engine.ElementAttributes
Gets the LastAccess attribute of the IAttributes object
getLastAccessTime() - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
Gets the LastAccess attribute of the IAttributes object
getLastAccessedTime() - Method in class org.apache.jcs.utils.servlet.session.DistSession
Gets the lastAccessedTime attribute of the DistSession object
getListenerId() - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCache.MyCacheListener
 
getListenerId() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
Gets the listenerId attribute of the LateralCacheTCPListener object
getListenerId() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheListener
Gets the listenerId attribute of the RemoteCacheListener object
getListenerId() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerListener
Gets the listenerId attribute of the RemoteCacheServerListener object
getListenerId() - Method in class org.apache.jcs.engine.CacheAdaptor
Gets the listenerId attribute of the CacheAdaptor object
getListenerId() - Method in class org.apache.jcs.engine.CacheEventQueue
 
getListenerId() - Method in interface org.apache.jcs.engine.behavior.ICacheEventQueue
Gets the listenerId attribute of the ICacheEventQueue object
getListenerId() - Method in interface org.apache.jcs.engine.behavior.ICacheListener
Gets the listenerId attribute of the ICacheListener object
getLocalClusterConsistency() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Should cluster updates be propogated to the locals
getLocalClusterConsistency() - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Should cluster updates be propogated to the locals
getLocalClusterConsistency() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Should cluster updates be propogated to the locals
getLocalClusterConsistency() - Method in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Should cluster updates be propogated to the locals
getLocalPort() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Gets the localPort attribute of the RemoteCacheAttributes object
getLocalPort() - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Gets the localPort attribute of the IRemoteCacheAttributes object
getLocale() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the locale attribute of the HttpServletRequestFacade object
getLocales() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the locales attribute of the HttpServletRequestFacade object
getLocks() - Method in class org.apache.jcs.utils.locking.ReadWriteLockManager
Returns the lock table of all the resources managed by the subclass.
getMaxInactiveInterval() - Method in class org.apache.jcs.utils.servlet.session.DistSession
Gets the maxInactiveInterval attribute of the DistSession object
getMaxLifeSeconds() - Method in class org.apache.jcs.admin.servlet.JCSAdminServlet.CacheElementInfo
 
getMaxLifeSeconds() - Method in class org.apache.jcs.engine.ElementAttributes
Gets the {3} attribute of the ElementAttributes object
getMaxLifeSeconds() - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
Sets the maxLife attribute of the IAttributes object
getMaxMemoryIdleTimeSeconds() - Method in class org.apache.jcs.engine.CompositeCacheAttributes
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space.
getMaxMemoryIdleTimeSeconds() - Method in interface org.apache.jcs.engine.behavior.ICompositeCacheAttributes
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space.
getMaxObjects() - Method in class org.apache.jcs.engine.CompositeCacheAttributes
Gets the maxObjects attribute of the CompositeCacheAttributes object
getMaxObjects() - Method in interface org.apache.jcs.engine.behavior.ICompositeCacheAttributes
Gets the maxObjects attribute of the ICompositeCacheAttributes object
getMaxSpareThreads() - Method in class org.apache.jcs.utils.threads.ThreadPool
Gets the maxSpareThreads attribute of the ThreadPool object
getMaxSpareThreads() - Static method in class org.apache.jcs.utils.threads.ThreadPoolManager
Gets the max number of idle threads that you can leave in the pool.
getMaxThreads() - Method in class org.apache.jcs.utils.threads.ThreadPool
Gets the maxThreads attribute of the ThreadPool object
getMaxThreads() - Static method in class org.apache.jcs.utils.threads.ThreadPoolManager
Gets the max number of threads that you can open in the pool.
getMemoryCache() - Method in class org.apache.jcs.engine.control.CompositeCache
Access to the memory cache for instrumentation.
getMemoryCacheName() - Method in class org.apache.jcs.engine.CompositeCacheAttributes
Gets the memoryCacheName attribute of the CompositeCacheAttributes object
getMemoryCacheName() - Method in interface org.apache.jcs.engine.behavior.ICompositeCacheAttributes
Gets the memoryCacheName attribute of the ICompositeCacheAttributes object
getMessage() - Method in class org.apache.jcs.config.PropertySetterException
Returns descriptive text on the cause of this exception.
getMethod() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the method attribute of the HttpServletRequestFacade object
getMinSpareThreads() - Method in class org.apache.jcs.utils.threads.ThreadPool
Gets the minSpareThreads attribute of the ThreadPool object
getMinSpareThreads() - Static method in class org.apache.jcs.utils.threads.ThreadPoolManager
Gets the min number of idle threads that you can leave in the pool.
getMissCountExpired() - Method in class org.apache.jcs.engine.control.CompositeCache
Number of times a requested element was found but was expired
getMissCountNotFound() - Method in class org.apache.jcs.engine.control.CompositeCache
Number of times a requested element was not found
getName() - Method in interface org.apache.jcs.auxiliary.AuxiliaryCacheAttributes
Gets the name attribute of the IAuxiliaryCacheAttributes object
getName() - Method in interface org.apache.jcs.auxiliary.AuxiliaryCacheFactory
Gets the name attribute of the IAuxiliaryCacheFactory object
getName() - Method in interface org.apache.jcs.auxiliary.behavior.IAuxiliaryCacheAttributes
Gets the name attribute of the IAuxiliaryCacheAttributes object
getName() - Method in interface org.apache.jcs.auxiliary.behavior.IAuxiliaryCacheFactory
Gets the name attribute of the IAuxiliaryCacheFactory object
getName() - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheAttributes
Gets the name attribute of the HSQLCacheAttributes object
getName() - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheFactory
Gets the name attribute of the HSQLCacheFactory object
getName() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
Gets the name attribute of the DiskCacheAttributes object
getName() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory
Gets the name attribute of the DiskCacheFactory object
getName() - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheAttributes
Gets the name attribute of the JISPCacheAttributes object
getName() - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheFactory
Gets the name attribute of the JISPCacheFactory object
getName() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Gets the name attribute of the LateralCacheAttributes object
getName() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheFactory
Gets the name attribute of the LateralCacheFactory object
getName() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Gets the name attribute of the RemoteCacheAttributes object
getName() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheFactory
Gets the name attribute of the RemoteCacheFactory object
getName() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterFactory
Gets the name attribute of the RemoteCacheClusterFactory object
getName() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Gets the name attribute of the RemoteCacheAttributes object
getOnly - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
 
getOnly - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
 
getParameter(String) - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the parameter attribute of the HttpServletRequestFacade object
getParameterMap() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
The implementation of this method will remain somewhat expensive until Servlet API 2.3 is adopted.
getParameterNames() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the parameterNames attribute of the HttpServletRequestFacade object
getParameterValues(String) - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the parameterValues attribute of the HttpServletRequestFacade object
getPathInfo() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the pathInfo attribute of the HttpServletRequestFacade object
getPathTranslated() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the pathTranslated attribute of the HttpServletRequestFacade object
getProperties(String) - Method in class org.apache.jcs.utils.data.PropertyGroups
Gets the properties attribute of the PropertyGroups object
getProperty(String) - Method in class org.apache.jcs.utils.data.PropertyGroups
Gets the property attribute of the PropertyGroups object
getProperty(String, String) - Method in class org.apache.jcs.utils.data.PropertyGroups
Gets the property attribute of the PropertyGroups object
getPropertyDescriptor(String) - Method in class org.apache.jcs.config.PropertySetter
Gets the propertyDescriptor attribute of the PropertySetter object
getProtocol() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the protocol attribute of the HttpServletRequestFacade object
getPutOnlyMode() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
 
getPutOnlyMode() - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
 
getQueryString() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the queryString attribute of the HttpServletRequestFacade object
getQuiet(Serializable) - Method in class org.apache.jcs.engine.memory.AbstractMemoryCache
Get an item from the cache without effecting its order or last access time
getQuiet(Serializable) - Method in interface org.apache.jcs.engine.memory.MemoryCache
Get an item from the cache without effecting its order or last access time
getQuiet(Serializable) - Method in interface org.apache.jcs.engine.memory.behavior.IMemoryCache
Get an item from the cache without effecting its order or last access time
getQuiet(Serializable) - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache
Get an item from the cache without affecting its last access time or position.
getQuiet(Serializable) - Method in class org.apache.jcs.engine.memory.mru.MRUMemoryCache
Get an item from the cache without affecting its last access time or position.
getReader() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the reader attribute of the HttpServletRequestFacade object
getRealPath(String) - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the realPath attribute of the HttpServletRequestFacade object
getRemoteAddr() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the remoteAddr attribute of the HttpServletRequestFacade object
getRemoteCacheAttributes() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitFacade
Gets the remoteCacheAttributes attribute of the RemoteCacheNoWaitFacade object
getRemoteHost() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Gets the remoteHost attribute of the RemoteCacheAttributes object
getRemoteHost() - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Gets the remoteHost attribute of the IRemoteCacheAttributes object
getRemoteHost() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Gets the remoteHost attribute of the RemoteCacheAttributes object
getRemoteHost() - Method in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Gets the remoteHost attribute of the IRemoteCacheAttributes object
getRemoteHost() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the remoteHost attribute of the HttpServletRequestFacade object
getRemotePort() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Gets the remotePort attribute of the RemoteCacheAttributes object
getRemotePort() - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Gets the remotePort attribute of the IRemoteCacheAttributes object
getRemotePort() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Gets the remotePort attribute of the RemoteCacheAttributes object
getRemotePort() - Method in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Gets the remotePort attribute of the IRemoteCacheAttributes object
getRemoteServiceName() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Gets the remoteServiceName attribute of the RemoteCacheAttributes object
getRemoteServiceName() - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Gets the remoteServiceName attribute of the IRemoteCacheAttributes object
getRemoteServiceName() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Gets the remoteServiceName attribute of the RemoteCacheAttributes object
getRemoteType() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Gets the remoteType attribute of the RemoteCacheAttributes object
getRemoteType() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheListener
Gets the remoteType attribute of the RemoteCacheListener object
getRemoteType() - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Gets the remoteType attribute of the IRemoteCacheAttributes object
getRemoteType() - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheListener
Gets the remoteType attribute of the IRemoteCacheListener object
getRemoteType() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Gets the remoteType attribute of the RemoteCacheAttributes object
getRemoteType() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerListener
Gets the remoteType attribute of the RemoteCacheServerListener object
getRemoteType() - Method in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Gets the remoteType attribute of the IRemoteCacheAttributes object
getRemoteTypeName() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Gets the remoteTypeName attribute of the RemoteCacheAttributes object
getRemoteTypeName() - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Gets the remoteTypeName attribute of the IRemoteCacheAttributes object
getRemoteTypeName() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Gets the remoteTypeName attribute of the RemoteCacheAttributes object
getRemoteTypeName() - Method in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Gets the remoteTypeName attribute of the IRemoteCacheAttributes object
getRemoteUser() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the remoteUser attribute of the HttpServletRequestFacade object
getRemoveUponRemotePut() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Gets the removeUponRemotePut attribute of the RemoteCacheAttributes object
getRemoveUponRemotePut() - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Gets the removeUponRemotePut attribute of the IRemoteCacheAttributes object
getRemoveUponRemotePut() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Gets the removeUponRemotePut attribute of the RemoteCacheAttributes object
getRemoveUponRemotePut() - Method in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Gets the removeUponRemotePut attribute of the IRemoteCacheAttributes object
getRequestDispatcher(String) - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the requestDispatcher attribute of the HttpServletRequestFacade object
getRequestURI() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the requestURI attribute of the HttpServletRequestFacade object
getRequestURL() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the full request URL.
getRequestedSessionId(HttpServletRequest) - Method in class org.apache.jcs.utils.servlet.session.DistSessionTracker
Gets the requested session id from the cookie.
getRequestedSessionId() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the requestedSessionId attribute of the HttpServletRequestFacade object
getRequester() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Gets the requester attribute of the RemoteCacheServer object
getScheme() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the scheme attribute of the HttpServletRequestFacade object
getServerName() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the serverName attribute of the HttpServletRequestFacade object
getServerPort() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the serverPort attribute of the HttpServletRequestFacade object
getServicePort() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Gets the localPort attribute of the RemoteCacheAttributes object
getServicePort() - Method in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Gets the localPort attribute of the IRemoteCacheAttributes object
getServletContext() - Method in class org.apache.jcs.utils.servlet.session.DistSession
Returns a reference to the ServletContext this session is a part of.
getServletPath() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the servletPath attribute of the HttpServletRequestFacade object
getSession(HttpServletRequest) - Method in class org.apache.jcs.utils.servlet.session.DistSessionTracker
Gets the session attribute of the DistSessionTracker object
getSession(boolean, HttpServletRequest, HttpServletResponse) - Method in class org.apache.jcs.utils.servlet.session.DistSessionTracker
Gets the session attribute of the DistSessionTracker object
getSession() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the session attribute of the HttpServletRequestFacade object
getSession(boolean) - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the session attribute of the HttpServletRequestFacade object
getSessionContext() - Method in class org.apache.jcs.utils.servlet.session.DistSession
Deprecated. As of Version 2.1, this method is deprecated and has no replacement. It will be removed in a future version of the Java Servlet API.
getSessionId() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the sessionId attribute of the HttpServletRequestFacade object
getShrinkerIntervalSeconds() - Method in class org.apache.jcs.engine.CompositeCacheAttributes
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space.
getShrinkerIntervalSeconds() - Method in interface org.apache.jcs.engine.behavior.ICompositeCacheAttributes
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space.
getSize() - Method in interface org.apache.jcs.auxiliary.AuxiliaryCache
Returns the current cache size.
getSize() - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
Size cannot be determined without knowledge of the cache implementation, so subclasses will need to implement this method.
getSize() - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCache
Returns the current cache size.
getSize() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache
Returns the current cache size.
getSize() - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCache
Returns the current cache size.
getSize() - Method in class org.apache.jcs.auxiliary.lateral.LateralCache
Returns the current cache size.
getSize() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWait
No lateral invokation.
getSize() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
No lateral invokation.
getSize() - Method in class org.apache.jcs.auxiliary.remote.RemoteCache
Returns the current cache size.
getSize() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWait
No remote invokation.
getSize() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitFacade
No lateral invokation.
getSize() - Method in class org.apache.jcs.engine.Attributes
Gets the size attribute of the Attributes object
getSize() - Method in class org.apache.jcs.engine.ElementAttributes
Gets the size attribute of the IElementAttributes object
getSize() - Method in interface org.apache.jcs.engine.behavior.IAttributes
Gets the size attribute of the IAttributes object
getSize() - Method in interface org.apache.jcs.engine.behavior.ICache
Returns the current cache size.
getSize() - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
Gets the size attribute of the IAttributes object
getSize() - Method in class org.apache.jcs.engine.control.CompositeCache
Gets the size attribute of the Cache object
getSize() - Method in class org.apache.jcs.engine.memory.AbstractMemoryCache
Returns the current cache size.
getSize() - Method in interface org.apache.jcs.engine.memory.MemoryCache
Get the number of elements contained in the memory store
getSize() - Method in interface org.apache.jcs.engine.memory.behavior.IMemoryCache
Gets the size attribute of the IMemoryCache object
getSocket() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.utils.SocketOpener
Gets the socket attribute of the SocketOpener object
getStats() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheManager
Gets the stats attribute of the LateralCacheManager object
getStats() - Method in class org.apache.jcs.auxiliary.remote.RemoteCache
Gets the stats attribute of the RemoteCache object
getStats() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheManager
Gets the stats attribute of the RemoteCacheManager object
getStats() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Gets the stats attribute of the RemoteCacheServer object
getStats() - Method in interface org.apache.jcs.engine.behavior.ICacheServiceAdmin
Gets the stats attribute of the ICacheServiceAdmin object
getStats() - Method in class org.apache.jcs.engine.memory.AbstractMemoryCache
Returns the cache statistics.
getStats() - Method in class org.apache.jcs.utils.servlet.session.DistSessionTracker
Gets the stats attribute of the DistSessionTracker object
getStatus() - Method in class org.apache.jcs.admin.servlet.JCSAdminServlet.CacheRegionInfo
 
getStatus() - Method in interface org.apache.jcs.auxiliary.AuxiliaryCache
Returns the cache status.
getStatus() - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
 
getStatus() - Method in class org.apache.jcs.auxiliary.lateral.LateralCache
Returns the cache status.
getStatus() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWait
Returns the asyn cache status.
getStatus() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Gets the status attribute of the LateralCacheNoWaitFacade object
getStatus() - Method in class org.apache.jcs.auxiliary.remote.RemoteCache
Returns the cache status.
getStatus() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWait
Returns the asyn cache status.
getStatus() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitFacade
Gets the status attribute of the RemoteCacheNoWaitFacade object
getStatus() - Method in interface org.apache.jcs.engine.behavior.ICache
Returns the cache status.
getStatus() - Method in class org.apache.jcs.engine.control.CompositeCache
Gets the status attribute of the Cache object
getStatus() - Method in class org.apache.jcs.engine.memory.AbstractMemoryCache
Returns the cache status.
getSystemProperty(String, String) - Static method in class org.apache.jcs.config.OptionConverter
Very similar to System.getProperty except that the SecurityException is hidden.
getTcpListenerPort() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Gets the tcpListenerPort attribute of the LateralCacheAttributes object
getTcpListenerPort() - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Gets the tcpListenerPort attribute of the ILateralCacheAttributes object
getTcpServer() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Gets the tcpServer attribute of the LateralCacheAttributes object
getTcpServer() - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Gets the tcpServer attribute of the ILateralCacheAttributes object
getTcpServers() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Gets the tcpServers attribute of the LateralCacheAttributes object
getTcpServers() - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Gets the tcpServers attribute of the ILateralCacheAttributes object
getTimeToLive() - Method in class org.apache.jcs.engine.Attributes
Gets the timeToLive attribute of the Attributes object.
getTimeToLive() - Method in interface org.apache.jcs.engine.behavior.IAttributes
Gets the timeToLive attribute of the IAttributes object
getTimeToLiveSeconds() - Method in class org.apache.jcs.engine.ElementAttributes
If the returned value is negative, the item has expired
getTimeToLiveSeconds() - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
Gets the time left to live of the IAttributes object
getTransmissionType() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Gets the transmissionType attribute of the LateralCacheAttributes object
getTransmissionType() - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Gets the transmissionType attribute of the ILateralCacheAttributes object
getTransmissionTypeName() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Gets the transmissionTypeName attribute of the LateralCacheAttributes object
getTransmissionTypeName() - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Gets the transmissionTypeName attribute of the ILateralCacheAttributes object
getUdpMulticastAddr() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Gets the udpMulticastAddr attribute of the LateralCacheAttributes object
getUdpMulticastAddr() - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Gets the udpMulticastAddr attribute of the ILateralCacheAttributes object
getUdpMulticastPort() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Gets the udpMulticastPort attribute of the LateralCacheAttributes object
getUdpMulticastPort() - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Gets the udpMulticastPort attribute of the ILateralCacheAttributes object
getUnconfiguredInstance() - Static method in class org.apache.jcs.engine.control.CompositeCacheManager
Get a CacheHub instance which is not configured.
getUseDisk() - Method in class org.apache.jcs.engine.CompositeCacheAttributes
Gets the useDisk attribute of the CompositeCacheAttributes object
getUseDisk() - Method in interface org.apache.jcs.engine.behavior.ICompositeCacheAttributes
Gets the useDisk attribute of the ICompositeCacheAttributes object
getUseLateral() - Method in class org.apache.jcs.engine.CompositeCacheAttributes
Gets the useLateral attribute of the CompositeCacheAttributes object
getUseLateral() - Method in interface org.apache.jcs.engine.behavior.ICompositeCacheAttributes
Gets the useLateral attribute of the ICompositeCacheAttributes object
getUseMemoryShrinker() - Method in class org.apache.jcs.engine.CompositeCacheAttributes
Whether the memory cache should perform background memory shrinkage.
getUseMemoryShrinker() - Method in interface org.apache.jcs.engine.behavior.ICompositeCacheAttributes
Whether the memory cache should perform background memory shrinkage.
getUseRemote() - Method in class org.apache.jcs.engine.CompositeCacheAttributes
Gets the useRemote attribute of the CompositeCacheAttributes object
getUseRemote() - Method in interface org.apache.jcs.engine.behavior.ICompositeCacheAttributes
returns whether the cache is remote enabled
getUserPrincipal() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the userPrincipal attribute of the HttpServletRequestFacade object
getVal() - Method in class org.apache.jcs.auxiliary.disk.PurgatoryElement
 
getVal() - Method in class org.apache.jcs.engine.CacheElement
Gets the val attribute of the CacheElement object
getVal() - Method in interface org.apache.jcs.engine.behavior.ICacheElement
Gets the val attribute of the ICacheElement object
getValue() - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache.MapEntryWrapper
 
getValue(String) - Method in class org.apache.jcs.utils.servlet.session.DistSession
Gets the value attribute of the DistSession object
getValueNames() - Method in class org.apache.jcs.utils.servlet.session.DistSession
Gets the valueNames attribute of the DistSession object
getVersion() - Method in class org.apache.jcs.engine.Attributes
Gets the version attribute of the Attributes object
getVersion() - Method in class org.apache.jcs.engine.ElementAttributes
Gets the version attribute of the IElementAttributes object
getVersion() - Method in interface org.apache.jcs.engine.behavior.IAttributes
Gets the version attribute of the IAttributes object
getVersion() - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
Gets the version attribute of the IAttributes object
groupId - Variable in class org.apache.jcs.engine.control.group.GroupAttrName
Description of the Field
groupName - Variable in class org.apache.jcs.engine.control.group.GroupId
Description of the Field

H

HSQLCache - class org.apache.jcs.auxiliary.disk.hsql.HSQLCache.
HSQLDB Based Local Persistence.
HSQLCache(HSQLCacheAttributes) - Constructor for class org.apache.jcs.auxiliary.disk.hsql.HSQLCache
Constructor for the HSQLCache object
HSQLCacheAttributes - class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheAttributes.
Description of the Class
HSQLCacheAttributes() - Constructor for class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheAttributes
Constructor for the HSQLCacheAttributes object
HSQLCacheFactory - class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheFactory.
 
HSQLCacheFactory() - Constructor for class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheFactory
 
HSQLCacheManager - class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheManager.
Description of the Class
HSQLCacheManager(HSQLCacheAttributes) - Constructor for class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheManager
Constructor for the HSQLCacheManager object
HTTP - Static variable in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
 
HttpServletRequestFacade - class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade.
Session wrapper, to overide some methods.
HttpServletRequestFacade(HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Needs some way to get cookies out, must pass res too!
hand - Variable in class org.apache.jcs.engine.control.event.ElementEventQueue.ElementEventRunner
 
handle(LateralElementDescriptor) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener.ConnectionHandler
 
handleDispose(String) - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCache.MyCacheListener
 
handleDispose(String) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
 
handleDispose(String) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheListener
Description of the Method
handleDispose(String) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerListener
Description of the Method
handleDispose(String) - Method in class org.apache.jcs.engine.CacheAdaptor
Description of the Method
handleDispose(String) - Method in interface org.apache.jcs.engine.behavior.ICacheListener
Notifies the subscribers for freeing up the named cache.
handleElementEvent(IElementEvent) - Method in interface org.apache.jcs.engine.control.event.behavior.IElementEventHandler
Description of the Method
handleElementEvents(ICacheElement, int) - Method in class org.apache.jcs.engine.memory.shrinking.ShrinkerThread
Handle any events registered for the given element of the given event type.
handleException(Exception, String) - Method in class org.apache.jcs.auxiliary.lateral.LateralCache
Not yet sure what to do here.
handleException(Exception, String) - Method in class org.apache.jcs.auxiliary.remote.RemoteCache
Handles exception by disabling the remote cache service before re-throwing the exception in the form of an IOException.
handleGet(String, Serializable) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
 
handlePut(ICacheElement) - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCache.MyCacheListener
 
handlePut(ICacheElement) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
 
handlePut(ICacheElement) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheListener
Just remove the element since it has been updated elsewhere cd should be incomplete for faster transmission.
handlePut(ICacheElement) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerListener
Just remove the element since it has been updated elsewhere cd should be incomplete for faster transmission.
handlePut(ICacheElement) - Method in class org.apache.jcs.engine.CacheAdaptor
Description of the Method
handlePut(ICacheElement) - Method in interface org.apache.jcs.engine.behavior.ICacheListener
Notifies the subscribers for a cache entry update.
handleRemove(String, Serializable) - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCache.MyCacheListener
 
handleRemove(String, Serializable) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
 
handleRemove(String, Serializable) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheListener
Description of the Method
handleRemove(String, Serializable) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerListener
Description of the Method
handleRemove(String, Serializable) - Method in class org.apache.jcs.engine.CacheAdaptor
Description of the Method
handleRemove(String, Serializable) - Method in interface org.apache.jcs.engine.behavior.ICacheListener
Notifies the subscribers for a cache entry removal.
handleRemoveAll(String) - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCache.MyCacheListener
 
handleRemoveAll(String) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
 
handleRemoveAll(String) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheListener
Description of the Method
handleRemoveAll(String) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerListener
Description of the Method
handleRemoveAll(String) - Method in class org.apache.jcs.engine.CacheAdaptor
Description of the Method
handleRemoveAll(String) - Method in interface org.apache.jcs.engine.behavior.ICacheListener
Notifies the subscribers for a cache remove-all.
handleRequest(HttpServletRequest, HttpServletResponse, Context) - Method in class org.apache.jcs.admin.servlet.JCSAdminServlet
 
hasMoreElements() - Method in class org.apache.jcs.utils.data.PropertyGroups.PropertyKeysEnum
Description of the Method
hasMoreElements() - Method in class org.apache.jcs.utils.data.PropertyGroups.SimpleKeysEnum
Description of the Method
hasNext() - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache.IteratorWrapper
 
hashCode() - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPKey
Description of the Method
hashCode() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheManager.Location
Description of the Method
hashCode() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager.Location
Description of the Method
hashCode() - Method in class org.apache.jcs.engine.CacheElement
Description of the Method
hashCode() - Method in class org.apache.jcs.engine.control.group.GroupAttrName
 
hashCode() - Method in class org.apache.jcs.engine.control.group.GroupId
Description of the Method
hashCode() - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache.IteratorWrapper
 
hashCode() - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache.MapEntryWrapper
 
head - Variable in class org.apache.jcs.engine.CacheEventQueue
 
head - Variable in class org.apache.jcs.engine.control.event.ElementEventQueue
 
hitCountAux - Variable in class org.apache.jcs.engine.control.CompositeCache
Auxiliary cache hit count (number of times found in ANY auxiliary)
hitCountRam - Variable in class org.apache.jcs.engine.control.CompositeCache
Memory cache hit count
host - Variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.utils.SocketOpener
 
host - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheManager.Location
Description of the Field
host - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheManager
 
host - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager.Location
Description of the Field
host - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager
 
howMany - Variable in class org.apache.jcs.utils.data.PropertyGroups.PropertyKeysEnum
 
howMany - Variable in class org.apache.jcs.utils.data.PropertyGroups.SimpleKeysEnum
 
ht - Variable in class org.apache.jcs.utils.locking.RwLockGC
 
httpDeleteServlet - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
 
httpListenerPort - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
 
httpReceiveServlet - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
 
httpServer - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
 
httpServers - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
 

I

IAttributes - interface org.apache.jcs.engine.behavior.IAttributes.
Description of the Interface
IAuxiliaryCacheAttributes - interface org.apache.jcs.auxiliary.behavior.IAuxiliaryCacheAttributes.
This is a nominal interface that auxilliary cache attributes should implement.
IAuxiliaryCacheFactory - interface org.apache.jcs.auxiliary.behavior.IAuxiliaryCacheFactory.
Description of the Interface
IAuxiliaryCacheManager - interface org.apache.jcs.auxiliary.behavior.IAuxiliaryCacheManager.
Description of the Interface
ICache - interface org.apache.jcs.engine.behavior.ICache.
This is the top level interface for all cache like structures.
ICacheAccess - interface org.apache.jcs.access.behavior.ICacheAccess.
Description of the Interface
ICacheElement - interface org.apache.jcs.engine.behavior.ICacheElement.
Description of the Interface
ICacheEventQueue - interface org.apache.jcs.engine.behavior.ICacheEventQueue.
Interface for a cache event queue.
ICacheListener - interface org.apache.jcs.engine.behavior.ICacheListener.
Used to receive a cache event notification.
ICacheManager - interface org.apache.jcs.engine.behavior.ICacheManager.
Inteface implemented by a specific cache.
ICacheObserver - interface org.apache.jcs.engine.behavior.ICacheObserver.
Used to register interest in receiving cache changes.
ICacheRestore - interface org.apache.jcs.engine.behavior.ICacheRestore.
Description of the Interface
ICacheService - interface org.apache.jcs.engine.behavior.ICacheService.
Used to retrieve and update the cache.
ICacheServiceAdmin - interface org.apache.jcs.engine.behavior.ICacheServiceAdmin.
Description of the Interface
ICacheType - interface org.apache.jcs.engine.behavior.ICacheType.
Inteface implemented by a specific cache.
ICompositeCacheAttributes - interface org.apache.jcs.engine.behavior.ICompositeCacheAttributes.
Description of the Interface
IDLE_PERIOD - Static variable in class org.apache.jcs.utils.locking.RwLockGC
 
IDLE_PERIOD - Static variable in class org.apache.jcs.utils.servlet.session.DistSessionGC
 
IElementAttributes - interface org.apache.jcs.engine.behavior.IElementAttributes.
Inteface for cache element attributes classes.
IElementEvent - interface org.apache.jcs.engine.control.event.behavior.IElementEvent.
Defines how an element event object should behave
IElementEventConstants - interface org.apache.jcs.engine.control.event.behavior.IElementEventConstants.
Description of the Interface
IElementEventHandler - interface org.apache.jcs.engine.control.event.behavior.IElementEventHandler.
Description of the Interface
IElementEventQueue - interface org.apache.jcs.engine.control.event.behavior.IElementEventQueue.
Interface for an element event queue.
IGroupCacheAccess - interface org.apache.jcs.access.behavior.IGroupCacheAccess.
Description of the Interface
IHSQLCacheAttributes - interface org.apache.jcs.auxiliary.disk.hsql.behavior.IHSQLCacheAttributes.
Title: Description:
IHSQLCacheService - interface org.apache.jcs.auxiliary.disk.hsql.behavior.IHSQLCacheService.
Used to retrieve and update the disk cache.
IJISPCacheAttributes - interface org.apache.jcs.auxiliary.disk.jisp.behavior.IJISPCacheAttributes.
Description of the Interface
IJISPCacheService - interface org.apache.jcs.auxiliary.disk.jisp.behavior.IJISPCacheService.
Used to retrieve and update the disk cache.
ILateralCacheAttributes - interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes.
Description of the Interface
ILateralCacheListener - interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheListener.
Listens for lateral cache event notification.
ILateralCacheObserver - interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheObserver.
Description of the Interface
ILateralCacheService - interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheService.
Used to retrieve and update the lateral cache.
IMemoryCache - interface org.apache.jcs.engine.memory.behavior.IMemoryCache.
For the framework.
IRemoteCacheAttributes - interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes.
Description of the Interface
IRemoteCacheConstants - interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheConstants.
Description of the Interface
IRemoteCacheListener - interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheListener.
Listens for remote cache event notification ( rmi callback ).
IRemoteCacheObserver - interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheObserver.
Used to register interest in receiving remote cache changes.
IRemoteCacheServerAttributes - interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes.
Description of the Interface
IRemoteCacheService - interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheService.
Used to retrieve and update the remote cache.
IRemoteCacheServiceAdmin - interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheServiceAdmin.
Description of the Interface
IS_DISTRIBUTE - Variable in class org.apache.jcs.engine.Attributes
Description of the Field
IS_DISTRIBUTE - Variable in class org.apache.jcs.engine.ElementAttributes
Is this item distributable at all.
IS_ETERNAL - Variable in class org.apache.jcs.engine.Attributes
Description of the Field
IS_ETERNAL - Variable in class org.apache.jcs.engine.ElementAttributes
can turn off expiration
IS_GROUP_TTL_DESTROY - Variable in class org.apache.jcs.engine.Attributes
Description of the Field
IS_LATERAL - Variable in class org.apache.jcs.engine.Attributes
Description of the Field
IS_LATERAL - Variable in class org.apache.jcs.engine.ElementAttributes
Is this item laterally distributable
IS_NOFLUSH - Variable in class org.apache.jcs.engine.Attributes
Description of the Field
IS_ORIGINAL - Variable in class org.apache.jcs.engine.Attributes
Description of the Field
IS_REMOTE - Variable in class org.apache.jcs.engine.Attributes
Description of the Field
IS_REMOTE - Variable in class org.apache.jcs.engine.ElementAttributes
Can this item be sent to the remote cache
IS_REPLY - Variable in class org.apache.jcs.engine.Attributes
Description of the Field
IS_SPOOL - Variable in class org.apache.jcs.engine.Attributes
Description of the Field
IS_SPOOL - Variable in class org.apache.jcs.engine.ElementAttributes
can this item be flushed to disk
IS_SYNCHRONIZE - Variable in class org.apache.jcs.engine.Attributes
Description of the Field
ISessionConstants - interface org.apache.jcs.utils.servlet.session.ISessionConstants.
Constants used by the session tracker.
IThreadPoolRunnable - interface org.apache.jcs.utils.threads.IThreadPoolRunnable.
Implemented if you want to run a piece of code inside a thread pool.
IUtilConstants - interface org.apache.jcs.utils.config.IUtilConstants.
Description of the Interface
IUtilConstants.Config - class org.apache.jcs.utils.config.IUtilConstants.Config.
Description of the Class
IUtilConstants.Config() - Constructor for class org.apache.jcs.utils.config.IUtilConstants.Config
Constructor for the Config object
IZombie - interface org.apache.jcs.engine.behavior.IZombie.
Interface to mark an object as zombie for error recovery purposes.
IndexedDisk - class org.apache.jcs.auxiliary.disk.indexed.IndexedDisk.
Provides thread safe access to the underlying random access file.
IndexedDisk(File) - Constructor for class org.apache.jcs.auxiliary.disk.indexed.IndexedDisk
Constructor for the Disk object
IndexedDiskCache - class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache.
Disk cache that uses a RandomAccessFile with keys stored in memory
IndexedDiskCache(IndexedDiskCacheAttributes) - Constructor for class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache
Constructor for the DiskCache object
IndexedDiskCacheAttributes - class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes.
Configuration class for the Indexed Disk Cache
IndexedDiskCacheAttributes() - Constructor for class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
Constructor for the DiskCacheAttributes object
IndexedDiskCacheFactory - class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory.
 
IndexedDiskCacheFactory() - Constructor for class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory
 
IndexedDiskCacheManager - class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheManager.
Cache manager for IndexedDiskCaches.
IndexedDiskCacheManager(IndexedDiskCacheAttributes) - Constructor for class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheManager
Constructor for the IndexedDiskCacheManager object
IndexedDiskDumper - class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskDumper.
Used to dump out a Disk cache from disk for debugging.
IndexedDiskDumper() - Constructor for class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskDumper
 
IndexedDiskElementDescriptor - class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskElementDescriptor.
Disk objects are located by descriptor entries.
IndexedDiskElementDescriptor() - Constructor for class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskElementDescriptor
Constructor for the DiskElementDescriptor object
InvalidArgumentException - exception org.apache.jcs.access.exception.InvalidArgumentException.
Description of the Class
InvalidArgumentException() - Constructor for class org.apache.jcs.access.exception.InvalidArgumentException
Constructor for the InvalidArgumentException object
InvalidArgumentException(String) - Constructor for class org.apache.jcs.access.exception.InvalidArgumentException
Constructor for the InvalidArgumentException object
InvalidGroupException - exception org.apache.jcs.access.exception.InvalidGroupException.
Description of the Class
InvalidGroupException() - Constructor for class org.apache.jcs.access.exception.InvalidGroupException
Constructor for the InvalidGroupException object
InvalidGroupException(String) - Constructor for class org.apache.jcs.access.exception.InvalidGroupException
Constructor for the InvalidGroupException object
InvalidHandleException - exception org.apache.jcs.access.exception.InvalidHandleException.
Description of the Class
InvalidHandleException() - Constructor for class org.apache.jcs.access.exception.InvalidHandleException
Constructor for the InvalidHandleException object
InvalidHandleException(String) - Constructor for class org.apache.jcs.access.exception.InvalidHandleException
Constructor for the InvalidHandleException object
i - Variable in class org.apache.jcs.engine.memory.lru.LRUMemoryCache.IteratorWrapper
 
ice - Variable in class org.apache.jcs.engine.CacheEventQueue.PutEvent
 
idTypeMap - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
 
idle - Variable in class org.apache.jcs.engine.Attributes
Description of the Field
idle - Variable in class org.apache.jcs.engine.ElementAttributes
Description of the Field
idlePeriod - Static variable in class org.apache.jcs.auxiliary.lateral.LateralCacheMonitor
 
idlePeriod - Static variable in class org.apache.jcs.auxiliary.remote.RemoteCacheFailoverRunner
 
idlePeriod - Static variable in class org.apache.jcs.auxiliary.remote.RemoteCacheMonitor
 
idlePeriod - Static variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterMonitor
 
ilca - Variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
 
ilca - Variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
 
ilca - Variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
inUse - Variable in class org.apache.jcs.utils.servlet.session.DistSessionPoolManager
 
incrementClients() - Method in class org.apache.jcs.engine.control.CompositeCacheManager
 
index1 - Variable in class org.apache.jcs.auxiliary.disk.jisp.JISPCache
 
init(long, byte[]) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskElementDescriptor
Description of the Method
init() - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheListener
Description of the Method
init() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
Description of the Method
init(String, int) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
Description of the Method
init(String) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
RMI Cache Server.
init(String) - Method in class org.apache.jcs.utils.servlet.session.DistSession
Initialization for an existing session.
initNew() - Method in class org.apache.jcs.utils.servlet.session.DistSession
Initialization for a new session.
initialize(CompositeCache) - Method in class org.apache.jcs.engine.memory.AbstractMemoryCache
For post reflection creation initialization
initialize(CompositeCache) - Method in interface org.apache.jcs.engine.memory.MemoryCache
Initialize the memory cache
initialize(String, ICompositeCacheAttributes, CompositeCache) - Method in interface org.apache.jcs.engine.memory.behavior.IMemoryCache
Description of the Method
initialize(CompositeCache) - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache
For post reflection creation initialization
initialize(CompositeCache) - Method in class org.apache.jcs.engine.memory.mru.MRUMemoryCache
For post reflection creation initialization
instance - Static variable in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheManager
 
instance - Static variable in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheManager
 
instance - Static variable in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheManager
 
instance - Static variable in class org.apache.jcs.auxiliary.lateral.LateralCacheMonitor
 
instance - Static variable in class org.apache.jcs.auxiliary.remote.RemoteCacheListener
Description of the Field
instance - Static variable in class org.apache.jcs.auxiliary.remote.RemoteCacheMonitor
 
instance - Static variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterMonitor
 
instance - Static variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactory
The single instance of the RemoteCacheServer object.
instance - Static variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerListener
Description of the Field
instance - Static variable in class org.apache.jcs.engine.control.CompositeCacheManager
The Singleton Instance
instance - Static variable in class org.apache.jcs.utils.servlet.session.DistSessionTracker
Description of the Field
instances - Static variable in class org.apache.jcs.auxiliary.lateral.LateralCacheManager
 
instances - Static variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
Map of available instances, keyed by port
instances - Static variable in class org.apache.jcs.auxiliary.remote.RemoteCacheManager
 
instances - Static variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager
 
instantiateByClassName(String, Class, Object) - Static method in class org.apache.jcs.config.OptionConverter
Instantiate an object given a class name.
instantiateByKey(Properties, String, Class, Object) - Static method in class org.apache.jcs.config.OptionConverter
Description of the Method
introspect() - Method in class org.apache.jcs.config.PropertySetter
Uses JavaBeans Introspector to computer setters of object to be configured.
invalidate() - Method in class org.apache.jcs.utils.servlet.session.DistSession
Description of the Method
invalidateGroup(String) - Method in class org.apache.jcs.access.GroupCacheAccess
Invalidates a group
invalidateGroup(String) - Method in interface org.apache.jcs.access.behavior.IGroupCacheAccess
Invalidates a group
irca - Variable in class org.apache.jcs.auxiliary.remote.RemoteCache
 
irca - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheListener
Description of the Field
irca - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheManager
 
irca - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager
 
irca - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerListener
Description of the Field
isAlive - Variable in class org.apache.jcs.auxiliary.disk.hsql.HSQLCache
 
isAlive - Variable in class org.apache.jcs.auxiliary.disk.jisp.JISPCache
Description of the Field
isAlive() - Method in class org.apache.jcs.engine.CacheEventQueue
 
isAlive() - Method in interface org.apache.jcs.engine.behavior.ICacheEventQueue
Gets the alive attribute of the ICacheEventQueue object
isAlive() - Method in class org.apache.jcs.engine.control.event.ElementEventQueue
 
isAlive() - Method in interface org.apache.jcs.engine.control.event.behavior.IElementEventQueue
Gets the alive attribute of the IElementEventQueue object
isEternal() - Method in class org.apache.jcs.admin.servlet.JCSAdminServlet.CacheElementInfo
 
isExpired(ICacheElement) - Method in class org.apache.jcs.engine.control.CompositeCache
 
isNew - Variable in class org.apache.jcs.utils.servlet.session.DistSession
 
isNew() - Method in class org.apache.jcs.utils.servlet.session.DistSession
Gets the new attribute of the DistSession object
isRequestedSessionIdFromCookie() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the requestedSessionIdFromCookie attribute of the HttpServletRequestFacade object
isRequestedSessionIdFromURL() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the requestedSessionIdFromURL attribute of the HttpServletRequestFacade object
isRequestedSessionIdFromUrl() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the requestedSessionIdFromUrl attribute of the HttpServletRequestFacade object
isRequestedSessionIdValid(HttpServletRequest) - Method in class org.apache.jcs.utils.servlet.session.DistSessionTracker
Gets the requestedSessionIdValid attribute of the DistSessionTracker object
isRequestedSessionIdValid() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the requestedSessionIdValid attribute of the HttpServletRequestFacade object
isSecure() - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the secure attribute of the HttpServletRequestFacade object
isSpoolable() - Method in class org.apache.jcs.auxiliary.disk.PurgatoryElement
Gets the spoolable property.
isUserInRole(String) - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Gets the userInRole attribute of the HttpServletRequestFacade object
isValid - Variable in class org.apache.jcs.utils.servlet.session.DistSession
 

J

JAVAGROUPS - Static variable in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
 
JCS - class org.apache.jcs.JCS.
Simple class for using JCS.
JCS(CompositeCache) - Constructor for class org.apache.jcs.JCS
Protected constructor for use by the static factory methods.
JCSAdminServlet - class org.apache.jcs.admin.servlet.JCSAdminServlet.
A servlet which provides HTTP access to JCS.
JCSAdminServlet() - Constructor for class org.apache.jcs.admin.servlet.JCSAdminServlet
 
JCSAdminServlet.CacheElementInfo - class org.apache.jcs.admin.servlet.JCSAdminServlet.CacheElementInfo.
Stores info on a cache element for the template
JCSAdminServlet.CacheElementInfo() - Constructor for class org.apache.jcs.admin.servlet.JCSAdminServlet.CacheElementInfo
 
JCSAdminServlet.CacheRegionInfo - class org.apache.jcs.admin.servlet.JCSAdminServlet.CacheRegionInfo.
Stores info on a cache region for the template
JCSAdminServlet.CacheRegionInfo() - Constructor for class org.apache.jcs.admin.servlet.JCSAdminServlet.CacheRegionInfo
 
JCSAdminServlet.CountingOnlyOutputStream - class org.apache.jcs.admin.servlet.JCSAdminServlet.CountingOnlyOutputStream.
Keeps track of the number of bytes written to it, but doesn't write them anywhere.
JCSAdminServlet.CountingOnlyOutputStream() - Constructor for class org.apache.jcs.admin.servlet.JCSAdminServlet.CountingOnlyOutputStream
 
JISPCache - class org.apache.jcs.auxiliary.disk.jisp.JISPCache.
JISP disk cache implementation.
JISPCache(JISPCacheAttributes) - Constructor for class org.apache.jcs.auxiliary.disk.jisp.JISPCache
Constructor for the JISPCache object
JISPCacheAttributes - class org.apache.jcs.auxiliary.disk.jisp.JISPCacheAttributes.
Description of the Class
JISPCacheAttributes() - Constructor for class org.apache.jcs.auxiliary.disk.jisp.JISPCacheAttributes
Constructor for the JISPCacheAttributes object
JISPCacheFactory - class org.apache.jcs.auxiliary.disk.jisp.JISPCacheFactory.
 
JISPCacheFactory() - Constructor for class org.apache.jcs.auxiliary.disk.jisp.JISPCacheFactory
 
JISPCacheManager - class org.apache.jcs.auxiliary.disk.jisp.JISPCacheManager.
Description of the Class
JISPCacheManager(JISPCacheAttributes) - Constructor for class org.apache.jcs.auxiliary.disk.jisp.JISPCacheManager
Constructor for the JISPCacheManager object
JISPKey - class org.apache.jcs.auxiliary.disk.jisp.JISPKey.
Description of the Class
JISPKey(Serializable) - Constructor for class org.apache.jcs.auxiliary.disk.jisp.JISPKey
Constructor for the JISPKey object
JISPKey() - Constructor for class org.apache.jcs.auxiliary.disk.jisp.JISPKey
Constructor for the JISPKey object
JVM_ID - Static variable in class org.apache.jcs.utils.servlet.session.SessionIdGenerator
Description of the Field
jispDataFileName - Variable in class org.apache.jcs.auxiliary.disk.jisp.JISPCache
 
jispIndexFileName - Variable in class org.apache.jcs.auxiliary.disk.jisp.JISPCache
 

K

KEY_PARAM - Static variable in class org.apache.jcs.admin.servlet.JCSAdminServlet
 
key - Variable in class org.apache.jcs.admin.servlet.JCSAdminServlet.CacheElementInfo
 
key - Variable in class org.apache.jcs.engine.CacheElement
Description of the Field
key - Variable in class org.apache.jcs.engine.CacheEventQueue.RemoveEvent
 
keyFile - Variable in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache
 
keyHash - Variable in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache
 
keyHash - Variable in class org.apache.jcs.auxiliary.lateral.LateralCache
 
keyVal(StringBuffer, Object) - Method in class org.apache.jcs.utils.data.PropertyGroups
Description of the Method
kill() - Method in class org.apache.jcs.engine.memory.shrinking.ShrinkerThread
Graceful shutdown after this round of processing.

L

LATERAL_CACHE - Static variable in interface org.apache.jcs.engine.behavior.ICacheType
Lateral cache type.
LOCAL - Static variable in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Description of the Field
LOCAL - Static variable in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Description of the Field
LRUMemoryCache - class org.apache.jcs.engine.memory.lru.LRUMemoryCache.
A fast reference management system.
LRUMemoryCache() - Constructor for class org.apache.jcs.engine.memory.lru.LRUMemoryCache
 
LRUMemoryCache.IteratorWrapper - class org.apache.jcs.engine.memory.lru.LRUMemoryCache.IteratorWrapper.
 
LRUMemoryCache.IteratorWrapper(Map) - Constructor for class org.apache.jcs.engine.memory.lru.LRUMemoryCache.IteratorWrapper
 
LRUMemoryCache.MapEntryWrapper - class org.apache.jcs.engine.memory.lru.LRUMemoryCache.MapEntryWrapper.
 
LRUMemoryCache.MapEntryWrapper(Map.Entry) - Constructor for class org.apache.jcs.engine.memory.lru.LRUMemoryCache.MapEntryWrapper
 
LateralCache - class org.apache.jcs.auxiliary.lateral.LateralCache.
Lateral distributor.
LateralCache(ILateralCacheAttributes, ILateralCacheService) - Constructor for class org.apache.jcs.auxiliary.lateral.LateralCache
Constructor for the LateralCache object
LateralCache(ILateralCacheAttributes) - Constructor for class org.apache.jcs.auxiliary.lateral.LateralCache
Constructor for the LateralCache object
LateralCacheAttributes - class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes.
Description of the Class
LateralCacheAttributes() - Constructor for class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
 
LateralCacheFactory - class org.apache.jcs.auxiliary.lateral.LateralCacheFactory.
Constructs a LateralCacheNoWaitFacade for the given configuration.
LateralCacheFactory() - Constructor for class org.apache.jcs.auxiliary.lateral.LateralCacheFactory
 
LateralCacheInfo - class org.apache.jcs.auxiliary.lateral.LateralCacheInfo.
A shared static variable holder for the lateral cache
LateralCacheInfo() - Constructor for class org.apache.jcs.auxiliary.lateral.LateralCacheInfo
Constructor for the LateralCacheInfo object
LateralCacheManager - class org.apache.jcs.auxiliary.lateral.LateralCacheManager.
Creates lateral caches.
LateralCacheManager(ILateralCacheAttributes) - Constructor for class org.apache.jcs.auxiliary.lateral.LateralCacheManager
Constructor for the LateralCacheManager object
LateralCacheMonitor - class org.apache.jcs.auxiliary.lateral.LateralCacheMonitor.
Used to monitor and repair any failed connection for the lateral cache service.
LateralCacheMonitor() - Constructor for class org.apache.jcs.auxiliary.lateral.LateralCacheMonitor
Constructor for the LateralCacheMonitor object
LateralCacheNoWait - class org.apache.jcs.auxiliary.lateral.LateralCacheNoWait.
Used to queue up update requests to the underlying cache.
LateralCacheNoWait(LateralCache) - Constructor for class org.apache.jcs.auxiliary.lateral.LateralCacheNoWait
Constructs with the given lateral cache, and fires up an event queue for aysnchronous processing.
LateralCacheNoWaitFacade - class org.apache.jcs.auxiliary.lateral.LateralCacheNoWaitFacade.
Used to provide access to multiple services under nowait protection.
LateralCacheNoWaitFacade(LateralCacheNoWait[], String) - Constructor for class org.apache.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Constructs with the given lateral cache, and fires events to any listeners.
LateralCacheRestore - class org.apache.jcs.auxiliary.lateral.LateralCacheRestore.
Used to repair the lateral caches managed by the associated instance of LateralCacheManager.
LateralCacheRestore(LateralCacheManager) - Constructor for class org.apache.jcs.auxiliary.lateral.LateralCacheRestore
Constructs with the given instance of LateralCacheManager.
LateralCacheWatchRepairable - class org.apache.jcs.auxiliary.lateral.LateralCacheWatchRepairable.
Same as CacheWatcherWrapper but implements the IRemoteCacheWatch interface.
LateralCacheWatchRepairable() - Constructor for class org.apache.jcs.auxiliary.lateral.LateralCacheWatchRepairable
 
LateralElementDescriptor - class org.apache.jcs.auxiliary.lateral.LateralElementDescriptor.
Description of the Class
LateralElementDescriptor() - Constructor for class org.apache.jcs.auxiliary.lateral.LateralElementDescriptor
Constructor for the LateralElementDescriptor object
LateralElementDescriptor(ICacheElement) - Constructor for class org.apache.jcs.auxiliary.lateral.LateralElementDescriptor
Constructor for the LateralElementDescriptor object
LateralTCPListener - class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener.
Listens for connections from other TCP lateral caches and handles them.
LateralTCPListener(ILateralCacheAttributes) - Constructor for class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
Only need one since it does work for all regions, just reference by multiple region names.
LateralTCPListener.ConnectionHandler - class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener.ConnectionHandler.
Separate thread run when a command comes into the LateralTCPReceiver.
LateralTCPListener.ConnectionHandler(Socket) - Constructor for class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener.ConnectionHandler
Construct for a given socket
LateralTCPListener.ListenerThread - class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener.ListenerThread.
Processes commands from the server socket.
LateralTCPListener.ListenerThread() - Constructor for class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener.ListenerThread
 
LateralTCPSender - class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender.
This class is based on the log4j SocketAppender class.
LateralTCPSender(ILateralCacheAttributes) - Constructor for class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
Constructor for the LateralTCPSender object
LateralTCPService - class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService.
A lateral cache service implementation.
LateralTCPService(ILateralCacheAttributes) - Constructor for class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
Constructor for the LateralTCPService object
last - Variable in class org.apache.jcs.engine.memory.lru.LRUMemoryCache
 
lastAccess - Variable in class org.apache.jcs.engine.Attributes
Description of the Field
lastAccessTime - Variable in class org.apache.jcs.engine.ElementAttributes
The last access time
lastAccessedTime - Variable in class org.apache.jcs.utils.servlet.session.SessionInfo
 
lastInactiveTime - Variable in class org.apache.jcs.utils.locking.RwLockHolder
Last timestamp when the lcount was zero.
lateral - Variable in class org.apache.jcs.auxiliary.lateral.LateralCache
either http, socket.udp, or socket.tcp can set in config
lateralObj - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheRestore
 
lateralService - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheManager
Handle to the lateral cache service; or a zombie handle if failed to connect.
lateralWatch - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheManager
Wrapper of the lateral cache watch service; or wrapper of a zombie service if failed to connect.
lca - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheManager
Description of the Field
lcm - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheRestore
 
lcount - Variable in class org.apache.jcs.utils.locking.RwLockHolder
Number of locks that have been placed on the rwlock and not yet released.
len - Variable in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskElementDescriptor
Number of bytes the serialized form of the cache data takes.
length() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDisk
Returns the raf length.
listener - Variable in class org.apache.jcs.engine.CacheEventQueue
 
listenerId - Variable in class org.apache.jcs.auxiliary.disk.AbstractDiskCache.MyCacheListener
 
listenerId - Static variable in class org.apache.jcs.auxiliary.lateral.LateralCacheInfo
Description of the Field
listenerId - Static variable in class org.apache.jcs.auxiliary.remote.RemoteCacheInfo
Shouldn't be used till after reconneting, after setting = thread safe Used to identify a client, so we can run multiple clients off one host.
listenerId - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
 
listenerId - Static variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerInfo
Description of the Field
listenerId - Variable in class org.apache.jcs.engine.CacheAdaptor
Description of the Field
listenerId - Variable in class org.apache.jcs.engine.CacheEventQueue
 
listenerId - Static variable in class org.apache.jcs.engine.CacheInfo
Description of the Field
load(String) - Method in class org.apache.jcs.utils.data.PropertyGroups
Description of the Method
load() - Method in class org.apache.jcs.utils.data.PropertyGroups
Description of the Method
loadKeys() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache
Description of the Method
loadProps(String) - Static method in class org.apache.jcs.auxiliary.remote.RemoteUtils
Description of the Method
localClusterConsistency - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
 
localClusterConsistency - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
 
localGet(Serializable) - Method in class org.apache.jcs.engine.control.CompositeCache
 
localPort - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
 
localRemove(Serializable) - Method in class org.apache.jcs.engine.control.CompositeCache
 
localRemoveAll() - Method in class org.apache.jcs.engine.control.CompositeCache
 
localUpdate(ICacheElement) - Method in class org.apache.jcs.engine.control.CompositeCache
Standard update method
lock - Variable in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
Each instance of a Disk cache should use this lock to synchronize reads and writes to the underlying storage mechansism.
lock(String, boolean) - Method in class org.apache.jcs.utils.locking.ReadWriteLockManager
Places either a read or write lock on the specified resource.
lockMe - Variable in class org.apache.jcs.engine.memory.mru.MRUMemoryCache
Description of the Field
locker - Variable in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
Manages locking for purgatory item manipulation.
locks - Variable in class org.apache.jcs.utils.locking.ReadWriteLockManager
Hashtable of locks managed
log - Static variable in class org.apache.jcs.access.CacheAccess
 
log - Static variable in class org.apache.jcs.access.monitor.MonitorAccess
 
log - Static variable in class org.apache.jcs.access.monitor.MonitorXMLRPCServer
 
log - Static variable in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
 
log - Static variable in class org.apache.jcs.auxiliary.disk.hsql.HSQLCache
 
log - Static variable in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheManager
 
log - Static variable in class org.apache.jcs.auxiliary.disk.indexed.IndexedDisk
 
log - Static variable in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache
 
log - Static variable in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory
 
log - Static variable in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheManager
 
log - Static variable in class org.apache.jcs.auxiliary.disk.jisp.JISPCache
 
log - Static variable in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheFactory
 
log - Static variable in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheManager
 
log - Static variable in class org.apache.jcs.auxiliary.disk.jisp.JISPKey
 
log - Static variable in class org.apache.jcs.auxiliary.lateral.LateralCache
 
log - Static variable in class org.apache.jcs.auxiliary.lateral.LateralCacheFactory
 
log - Static variable in class org.apache.jcs.auxiliary.lateral.LateralCacheManager
 
log - Static variable in class org.apache.jcs.auxiliary.lateral.LateralCacheMonitor
 
log - Static variable in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWait
 
log - Static variable in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
 
log - Static variable in class org.apache.jcs.auxiliary.lateral.LateralCacheRestore
 
log - Static variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
 
log - Static variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
 
log - Static variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
log - Static variable in class org.apache.jcs.auxiliary.remote.RemoteCache
 
log - Static variable in class org.apache.jcs.auxiliary.remote.RemoteCacheFactory
 
log - Static variable in class org.apache.jcs.auxiliary.remote.RemoteCacheFailoverRunner
 
log - Static variable in class org.apache.jcs.auxiliary.remote.RemoteCacheListener
 
log - Static variable in class org.apache.jcs.auxiliary.remote.RemoteCacheManager
 
log - Static variable in class org.apache.jcs.auxiliary.remote.RemoteCacheMonitor
 
log - Static variable in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWait
 
log - Static variable in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitFacade
 
log - Static variable in class org.apache.jcs.auxiliary.remote.RemoteCacheRestore
 
log - Static variable in class org.apache.jcs.auxiliary.remote.RemoteUtils
 
log - Static variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterFactory
 
log - Static variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager
 
log - Static variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterMonitor
 
log - Static variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterRestore
 
log - Static variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
 
log - Static variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactory
 
log - Static variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerListener
 
log - Static variable in class org.apache.jcs.config.OptionConverter
 
log - Static variable in class org.apache.jcs.config.PropertySetter
 
log - Static variable in class org.apache.jcs.engine.CacheAdaptor
 
log - Static variable in class org.apache.jcs.engine.CacheEventQueue
 
log - Static variable in class org.apache.jcs.engine.CacheWatchRepairable
 
log - Static variable in class org.apache.jcs.engine.control.CompositeCache
 
log - Static variable in class org.apache.jcs.engine.control.CompositeCacheConfigurator
 
log - Static variable in class org.apache.jcs.engine.control.CompositeCacheManager
 
log - Static variable in class org.apache.jcs.engine.control.event.ElementEventQueue
 
log - Static variable in class org.apache.jcs.engine.memory.AbstractMemoryCache
 
log - Variable in class org.apache.jcs.engine.memory.lru.LRUMemoryCache.IteratorWrapper
 
log - Static variable in class org.apache.jcs.engine.memory.lru.LRUMemoryCache
 
log - Static variable in class org.apache.jcs.engine.memory.mru.MRUMemoryCache
 
log - Static variable in class org.apache.jcs.engine.memory.shrinking.ShrinkerThread
 
log - Static variable in class org.apache.jcs.utils.config.IUtilConstants.Config
 
log - Static variable in class org.apache.jcs.utils.locking.ReadWriteLock
 
log - Static variable in class org.apache.jcs.utils.locking.ReadWriteLockManager
 
log - Static variable in class org.apache.jcs.utils.locking.RwLockGC
 
log - Static variable in class org.apache.jcs.utils.servlet.BasicHttpAuthenticator
 
log - Static variable in class org.apache.jcs.utils.servlet.session.DistSession
 
log - Static variable in class org.apache.jcs.utils.servlet.session.DistSessionGC
 
log - Static variable in class org.apache.jcs.utils.servlet.session.DistSessionPoolManager
 
log - Static variable in class org.apache.jcs.utils.servlet.session.DistSessionTracker
 
log - Static variable in class org.apache.jcs.utils.threads.ThreadPool
 
log(String) - Method in class org.apache.jcs.utils.threads.ThreadPool
Description of the Method
logFull(Log, int, int) - Static method in class org.apache.jcs.utils.threads.ThreadPool
Description of the Method
logfull - Static variable in class org.apache.jcs.utils.threads.ThreadPool
 

M

MAX_SPARE_THREADS - Static variable in class org.apache.jcs.utils.threads.ThreadPool
Description of the Field
MAX_THREADS - Static variable in class org.apache.jcs.utils.threads.ThreadPool
Description of the Field
MIN_SPARE_THREADS - Static variable in class org.apache.jcs.utils.threads.ThreadPool
Description of the Field
MRUMemoryCache - class org.apache.jcs.engine.memory.mru.MRUMemoryCache.
A SLOW AS HELL reference management system.
MRUMemoryCache() - Constructor for class org.apache.jcs.engine.memory.mru.MRUMemoryCache
 
MemoryCache - interface org.apache.jcs.engine.memory.MemoryCache.
For the framework.
MemoryElementDescriptor - class org.apache.jcs.engine.memory.lru.MemoryElementDescriptor.
needed for memory cache element LRU linked lisk
MemoryElementDescriptor(ICacheElement) - Constructor for class org.apache.jcs.engine.memory.lru.MemoryElementDescriptor
Constructor for the MemoryElementDescriptor object
MetaHttpSession - class org.apache.jcs.utils.servlet.session.MetaHttpSession.
Used to contain an http session and/or the associated information.
MetaHttpSession(String, HttpSession) - Constructor for class org.apache.jcs.utils.servlet.session.MetaHttpSession
Constructs with the given session id, and the http session.
MonitorAccess - class org.apache.jcs.access.monitor.MonitorAccess.
Exposes the simple monitoring methods to the public in a simple manner.
MonitorAccess() - Constructor for class org.apache.jcs.access.monitor.MonitorAccess
Constructor for the MonitorAccess object
MonitorXMLRPCServer - class org.apache.jcs.access.monitor.MonitorXMLRPCServer.
Starts an XML-RPC server for cache monitoring.
MonitorXMLRPCServer(int) - Constructor for class org.apache.jcs.access.monitor.MonitorXMLRPCServer
Constructor for the MonitorXMLRPCServer object
m_key - Variable in class org.apache.jcs.auxiliary.disk.jisp.JISPKey
Description of the Field
main(String[]) - Static method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskDumper
The main program for the DiskDumper class
main(String[]) - Static method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
Description of the Method
main(String[]) - Static method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
main(String[]) - Static method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactory
Creates an local RMI registry on the default port, starts up the remote cache server, and binds it to the registry.
main(String[]) - Static method in class org.apache.jcs.utils.servlet.session.DistSessionPoolManager
Description of the Method
makeFirst(ICacheElement) - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache
Moves an existing node to the start of the link list.
makeFirst(MemoryElementDescriptor) - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache
Moves an existing node to the start of the link list.
makeNullKey() - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPKey
Description of the Method
map - Variable in class org.apache.jcs.engine.memory.AbstractMemoryCache
Map where items are stored by key
maxFailure - Variable in class org.apache.jcs.engine.CacheEventQueue
 
maxInactiveInterval - Variable in class org.apache.jcs.utils.servlet.session.SessionInfo
At first login this might be twice the set amount, depending on the update ration.
maxLifeSeconds - Variable in class org.apache.jcs.admin.servlet.JCSAdminServlet.CacheElementInfo
 
maxMemoryIdleTime - Variable in class org.apache.jcs.engine.memory.shrinking.ShrinkerThread
Maximum memory idle time for the whole cache
maxMemoryIdleTimeSeconds - Variable in class org.apache.jcs.engine.CompositeCacheAttributes
maxMemoryIdleTimeSeconds
maxObjs - Variable in class org.apache.jcs.engine.CompositeCacheAttributes
 
maxSpareThreads - Variable in class org.apache.jcs.utils.threads.ThreadPool
Description of the Field
maxThreads - Variable in class org.apache.jcs.utils.threads.ThreadPool
Description of the Field
memCache - Variable in class org.apache.jcs.engine.control.CompositeCache
The cache hub can only have one memory cache.
memoryCacheName - Variable in class org.apache.jcs.engine.CompositeCacheAttributes
 
minSpareThreads - Variable in class org.apache.jcs.utils.threads.ThreadPool
Description of the Field
missCountExpired - Variable in class org.apache.jcs.engine.control.CompositeCache
Count of misses where element was expired
missCountNotFound - Variable in class org.apache.jcs.engine.control.CompositeCache
Count of misses where element was not found
mls - Variable in class org.apache.jcs.engine.ElementAttributes
Max life seconds
mode - Static variable in class org.apache.jcs.auxiliary.remote.RemoteCacheMonitor
 
monitor - Static variable in class org.apache.jcs.auxiliary.lateral.LateralCacheManager
 
monitor - Static variable in class org.apache.jcs.auxiliary.remote.RemoteCacheManager
 
monitor - Static variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager
 
monitor - Variable in class org.apache.jcs.utils.threads.ThreadPool
Description of the Field
mrulist - Variable in class org.apache.jcs.engine.memory.mru.MRUMemoryCache
MRU list.
ms - Variable in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
 

N

NAME_COMPONENT_DELIMITER - Static variable in interface org.apache.jcs.engine.CacheConstants
Delimiter of a cache name component.
NotARetrievableObjectException - exception org.apache.jcs.access.exception.NotARetrievableObjectException.
Description of the Class
NotARetrievableObjectException() - Constructor for class org.apache.jcs.access.exception.NotARetrievableObjectException
Constructor for the NotARetrievableObjectException object
NotARetrievableObjectException(String) - Constructor for class org.apache.jcs.access.exception.NotARetrievableObjectException
Constructor for the NotARetrievableObjectException object
NullObjectException - exception org.apache.jcs.access.exception.NullObjectException.
Description of the Class
NullObjectException() - Constructor for class org.apache.jcs.access.exception.NullObjectException
Constructor for the NullObjectException object
NullObjectException(String) - Constructor for class org.apache.jcs.access.exception.NullObjectException
Constructor for the NullObjectException object
name - Variable in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheAttributes
 
name - Variable in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheFactory
 
name - Variable in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
 
name - Variable in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory
 
name - Variable in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheAttributes
 
name - Variable in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheFactory
 
name - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
 
name - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheFactory
 
name - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
 
name - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheFactory
 
name - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterFactory
 
name - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
 
next - Variable in class org.apache.jcs.engine.CacheEventQueue.Node
 
next - Variable in class org.apache.jcs.engine.control.event.ElementEventQueue.Node
 
next() - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache.IteratorWrapper
 
next - Variable in class org.apache.jcs.engine.memory.lru.MemoryElementDescriptor
Description of the Field
nextElement() - Method in class org.apache.jcs.utils.data.PropertyGroups.PropertyKeysEnum
Description of the Method
nextElement() - Method in class org.apache.jcs.utils.data.PropertyGroups.SimpleKeysEnum
Description of the Method
nextListenerId() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Returns the next generated listener id [0,255].
noThData - Variable in class org.apache.jcs.utils.threads.ThreadPool.ControlRunnable
Per thread data - can be used only if all actions are of the same type.
noWaits - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Description of the Field
noWaits - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitFacade
Description of the Field
notifyError() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheMonitor
Notifies the cache monitor that an error occurred, and kicks off the error recovery process.
notifyError() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheFailoverRunner
Notifies the cache monitor that an error occurred, and kicks off the error recovery process.
notifyError() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheMonitor
Notifies the cache monitor that an error occurred, and kicks off the error recovery process.
notifyError() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterMonitor
Notifies the cache monitor that an error occurred, and kicks off the error recovery process.
notifyGarbage() - Method in class org.apache.jcs.utils.locking.RwLockGC
Notifies the garbage collection that there is garbage available, and kicks off the garbage collection process.
notifySession() - Method in class org.apache.jcs.utils.servlet.session.DistSessionGC
Notifies the garbage collector that there is session available and kicks off the garbage collection process.
notifyThreadEnd(ThreadPool.ControlRunnable) - Method in class org.apache.jcs.utils.threads.ThreadPool
Inform the pool that the specific thread finish.
numCreated - Static variable in class org.apache.jcs.auxiliary.lateral.LateralCache
 
numInstances - Variable in class org.apache.jcs.auxiliary.disk.hsql.HSQLCache
 
numInstances - Variable in class org.apache.jcs.auxiliary.disk.jisp.JISPCache
 

O

ObjectExistsException - exception org.apache.jcs.access.exception.ObjectExistsException.
I'm removing this exception from use.
ObjectExistsException() - Constructor for class org.apache.jcs.access.exception.ObjectExistsException
Constructor for the ObjectExistsException object
ObjectExistsException(String) - Constructor for class org.apache.jcs.access.exception.ObjectExistsException
Constructor for the ObjectExistsException object
ObjectNotFoundException - exception org.apache.jcs.access.exception.ObjectNotFoundException.
Description of the Class
ObjectNotFoundException() - Constructor for class org.apache.jcs.access.exception.ObjectNotFoundException
Constructor for the ObjectNotFoundException object
ObjectNotFoundException(String) - Constructor for class org.apache.jcs.access.exception.ObjectNotFoundException
Constructor for the ObjectNotFoundException object
OptionConverter - class org.apache.jcs.config.OptionConverter.
This class is based on the log4j class org.apache.log4j.helpers.OptionConverter that was made by Ceki Gülcü Simon Kitching; Avy Sharell (sharell@online.fr) Anders Kristensen Matthieu Verbert (mve@zurich.ibm.com) A convenience class to convert property values to specific types.
OptionConverter() - Constructor for class org.apache.jcs.config.OptionConverter
OptionConverter is a static class.
obj - Variable in class org.apache.jcs.config.PropertySetter
Description of the Field
oos - Variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
 
openSocket(String, int, int) - Static method in class org.apache.jcs.auxiliary.lateral.socket.tcp.utils.SocketOpener
Constructor for the SocketOpener object
openThreads(int) - Method in class org.apache.jcs.utils.threads.ThreadPool
Description of the Method
openTimeOut - Static variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
Only block for 5 seconds before timing out on startup.
optimizeFile() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache
Note: synchronization currently managed by the only caller method - dispose.
org.apache.jcs - package org.apache.jcs
Contains the class JCS which provides a simple interface for clients to use JCS.
org.apache.jcs.access - package org.apache.jcs.access
Contains classes for accessing the cache.
org.apache.jcs.access.behavior - package org.apache.jcs.access.behavior
 
org.apache.jcs.access.exception - package org.apache.jcs.access.exception
 
org.apache.jcs.access.monitor - package org.apache.jcs.access.monitor
 
org.apache.jcs.admin.servlet - package org.apache.jcs.admin.servlet
 
org.apache.jcs.auxiliary - package org.apache.jcs.auxiliary
Root package for auxiliary caches.
org.apache.jcs.auxiliary.behavior - package org.apache.jcs.auxiliary.behavior
Auxilliary cache interfaces.
org.apache.jcs.auxiliary.disk - package org.apache.jcs.auxiliary.disk
The primary disk auxiliary.
org.apache.jcs.auxiliary.disk.hsql - package org.apache.jcs.auxiliary.disk.hsql
A disk cache using Hypersonic SQL to serialize the contained objects.
org.apache.jcs.auxiliary.disk.hsql.behavior - package org.apache.jcs.auxiliary.disk.hsql.behavior
 
org.apache.jcs.auxiliary.disk.indexed - package org.apache.jcs.auxiliary.disk.indexed
 
org.apache.jcs.auxiliary.disk.jisp - package org.apache.jcs.auxiliary.disk.jisp
Disk cache implemented with the Java Indexed Serialization Package, which allows serialization of objects to B-Tree indexed tables on disk.
org.apache.jcs.auxiliary.disk.jisp.behavior - package org.apache.jcs.auxiliary.disk.jisp.behavior
 
org.apache.jcs.auxiliary.lateral - package org.apache.jcs.auxiliary.lateral
Root package for the lateral cache family.
org.apache.jcs.auxiliary.lateral.behavior - package org.apache.jcs.auxiliary.lateral.behavior
 
org.apache.jcs.auxiliary.lateral.socket.tcp - package org.apache.jcs.auxiliary.lateral.socket.tcp
 
org.apache.jcs.auxiliary.lateral.socket.tcp.utils - package org.apache.jcs.auxiliary.lateral.socket.tcp.utils
 
org.apache.jcs.auxiliary.remote - package org.apache.jcs.auxiliary.remote
Root package for the remote auxiliary cache.
org.apache.jcs.auxiliary.remote.behavior - package org.apache.jcs.auxiliary.remote.behavior
 
org.apache.jcs.auxiliary.remote.server - package org.apache.jcs.auxiliary.remote.server
 
org.apache.jcs.auxiliary.remote.server.behavior - package org.apache.jcs.auxiliary.remote.server.behavior
 
org.apache.jcs.config - package org.apache.jcs.config
This package contains utility classes that are used when configuring the cache.
org.apache.jcs.engine - package org.apache.jcs.engine
Interfaces used by the core and the auxiliary caches.
org.apache.jcs.engine.behavior - package org.apache.jcs.engine.behavior
Interfaces used by the core and the auxiliary caches.
org.apache.jcs.engine.control - package org.apache.jcs.engine.control
The primary cache classes and the hub.
org.apache.jcs.engine.control.event - package org.apache.jcs.engine.control.event
 
org.apache.jcs.engine.control.event.behavior - package org.apache.jcs.engine.control.event.behavior
 
org.apache.jcs.engine.control.group - package org.apache.jcs.engine.control.group
 
org.apache.jcs.engine.memory - package org.apache.jcs.engine.memory
Parent package for memory type plugins.
org.apache.jcs.engine.memory.behavior - package org.apache.jcs.engine.memory.behavior
 
org.apache.jcs.engine.memory.lru - package org.apache.jcs.engine.memory.lru
The primary memory plugin using a 'least recently used' removal policy.
org.apache.jcs.engine.memory.mru - package org.apache.jcs.engine.memory.mru
A memory plugin implemented using a 'most recently used' removal policy.
org.apache.jcs.engine.memory.shrinking - package org.apache.jcs.engine.memory.shrinking
 
org.apache.jcs.utils.config - package org.apache.jcs.utils.config
 
org.apache.jcs.utils.data - package org.apache.jcs.utils.data
 
org.apache.jcs.utils.locking - package org.apache.jcs.utils.locking
 
org.apache.jcs.utils.servlet - package org.apache.jcs.utils.servlet
 
org.apache.jcs.utils.servlet.session - package org.apache.jcs.utils.servlet.session
 
org.apache.jcs.utils.threads - package org.apache.jcs.utils.threads
 
outstandingReadLocks - Variable in class org.apache.jcs.utils.locking.ReadWriteLock
Number of threads reading.
outstandingWriteLocks - Variable in class org.apache.jcs.utils.locking.ReadWriteLock
The number of (nested) write locks that have been requested from writeLockedThread.
overview() - Method in class org.apache.jcs.access.monitor.MonitorAccess
Description of the Method

P

PropertyGroups - class org.apache.jcs.utils.data.PropertyGroups.
represent a file from the classpath, such as C:\JRun\jsm-default\classes\tst.properties which we load via load("\tst.properties") as a group of Properties in a hashtable; thus alpha_zip=1111 beta_zip=2222 gamma_zip=3333 alpha_zap=uggle wurple=wing beta_zap=wuggle zurple=zing becomes a PropertyGroups with Enumeration propertyKeys()=[alpha,beta,gamma] Enumeration simpleKeys()=[wurple,zurple] Properties getProperties("alpha") = {zip=1111,zap=uggle} String getProperty("wurple")=wing.
PropertyGroups() - Constructor for class org.apache.jcs.utils.data.PropertyGroups
Constructor for the PropertyGroups object
PropertyGroups(String) - Constructor for class org.apache.jcs.utils.data.PropertyGroups
Constructor for the PropertyGroups object
PropertyGroups.PropertyKeysEnum - class org.apache.jcs.utils.data.PropertyGroups.PropertyKeysEnum.
Description of the Class
PropertyGroups.PropertyKeysEnum() - Constructor for class org.apache.jcs.utils.data.PropertyGroups.PropertyKeysEnum
Constructor for the PropertyKeysEnum object
PropertyGroups.SimpleKeysEnum - class org.apache.jcs.utils.data.PropertyGroups.SimpleKeysEnum.
Description of the Class
PropertyGroups.SimpleKeysEnum() - Constructor for class org.apache.jcs.utils.data.PropertyGroups.SimpleKeysEnum
Constructor for the SimpleKeysEnum object
PropertySetter - class org.apache.jcs.config.PropertySetter.
General purpose Object property setter.
PropertySetter(Object) - Constructor for class org.apache.jcs.config.PropertySetter
Create a new PropertySetter for the specified Object.
PropertySetterException - exception org.apache.jcs.config.PropertySetterException.
Thrown when an error is encountered whilst attempting to set a property using the PropertySetter utility class.
PropertySetterException(String) - Constructor for class org.apache.jcs.config.PropertySetterException
Constructor for the PropertySetterException object
PropertySetterException(Throwable) - Constructor for class org.apache.jcs.config.PropertySetterException
Constructor for the PropertySetterException object
PurgatoryElement - class org.apache.jcs.auxiliary.disk.PurgatoryElement.
Wrapper for cache elements in purgatory.
PurgatoryElement(ICacheElement) - Constructor for class org.apache.jcs.auxiliary.disk.PurgatoryElement
Constructor for the PurgatoryElement object
p - Variable in class org.apache.jcs.utils.threads.ThreadPool.ControlRunnable
ThreadPool where this thread will be returned
p - Variable in class org.apache.jcs.utils.threads.ThreadPool.MonitorRunnable
 
p1(String) - Static method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Description of the Method
parseAuxiliary(CompositeCache, Properties, String, String) - Method in class org.apache.jcs.engine.control.CompositeCacheConfigurator
Get an aux cache for the listed aux for a region.
parseCompositeCacheAttributes(Properties, String) - Method in class org.apache.jcs.engine.control.CompositeCacheConfigurator
Get an compositecacheattributes for the listed region.
parseCompositeCacheAttributes(Properties, String, String) - Method in class org.apache.jcs.engine.control.CompositeCacheConfigurator
 
parseElementAttributes(Properties, String, String) - Method in class org.apache.jcs.engine.control.CompositeCacheConfigurator
 
parseRegion(Properties, String, String) - Method in class org.apache.jcs.engine.control.CompositeCacheConfigurator
Create cache region.
parseRegion(Properties, String, String, ICompositeCacheAttributes) - Method in class org.apache.jcs.engine.control.CompositeCacheConfigurator
 
parseRegion(Properties, String, String, ICompositeCacheAttributes, String) - Method in class org.apache.jcs.engine.control.CompositeCacheConfigurator
 
parseRegions(Properties) - Method in class org.apache.jcs.engine.control.CompositeCacheConfigurator
Parse region elements.
parseSystemRegions(Properties) - Method in class org.apache.jcs.engine.control.CompositeCacheConfigurator
Create caches used internally.
pool - Variable in class org.apache.jcs.utils.servlet.session.DistSessionPoolManager
 
pool - Variable in class org.apache.jcs.utils.threads.ThreadPool
Description of the Field
pool - Variable in class org.apache.jcs.utils.threads.ThreadPoolManager
The thread pool.
pooledExecutor - Variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
 
port - Variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
 
port - Variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
 
port - Variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.utils.SocketOpener
 
port - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheManager.Location
Description of the Field
port - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheManager
 
port - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager.Location
Description of the Field
port - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager
 
pos - Variable in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskElementDescriptor
Position of the cache data entry on disk.
prev - Variable in class org.apache.jcs.engine.memory.lru.MemoryElementDescriptor
Description of the Field
processorInstanceCount - Static variable in class org.apache.jcs.engine.CacheEventQueue
 
processorInstanceCount - Static variable in class org.apache.jcs.engine.control.event.ElementEventQueue
 
propertyKeys() - Method in class org.apache.jcs.utils.data.PropertyGroups
Description of the Method
props - Variable in class org.apache.jcs.config.PropertySetter
Description of the Field
props - Variable in class org.apache.jcs.engine.control.CompositeCacheManager
Properties with which this manager was configured
props - Variable in class org.apache.jcs.utils.data.PropertyGroups
 
purgHits - Variable in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
DEBUG: Keeps a count of the number of purgatory hits for debug messages
purgatory - Variable in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
Map where elements are stored between being added to this cache and actually spooled to disk.
put(Object, Object) - Method in class org.apache.jcs.access.CacheAccess
Place a new object in the cache, associated with key name.
put(Object, Object, IElementAttributes) - Method in class org.apache.jcs.access.CacheAccess
Place a new object in the cache.
put(Object, Object) - Method in interface org.apache.jcs.access.behavior.ICacheAccess
Puts and/or overides an element with the name in that region.
put(Object, Object, IElementAttributes) - Method in interface org.apache.jcs.access.behavior.ICacheAccess
Description of the Method
put(ICacheElement) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Puts a cache bean to the remote cache and notifies all listeners which
have a different host than the originating host; are currently subscribed to the related cache.
put(CacheEventQueue.AbstractCacheEvent) - Method in class org.apache.jcs.engine.CacheEventQueue
Adds an event to the queue.
put(ICacheElement) - Method in class org.apache.jcs.engine.ZombieCacheService
Description of the Method
put(ElementEventQueue.AbstractElementEventRunner) - Method in class org.apache.jcs.engine.control.event.ElementEventQueue
Adds an event to the queue.
putInGroup(Object, String, Object) - Method in class org.apache.jcs.access.GroupCacheAccess
Allows the user to put an object into a group within a particular cache region.
putInGroup(Object, String, Object, IElementAttributes) - Method in class org.apache.jcs.access.GroupCacheAccess
Allows the user to put an object into a group within a particular cache region.
putInGroup(Object, String, Object) - Method in interface org.apache.jcs.access.behavior.IGroupCacheAccess
Description of the Method
putInGroup(Object, String, Object, IElementAttributes) - Method in interface org.apache.jcs.access.behavior.IGroupCacheAccess
Description of the Method
putOnlyMode - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
 
putSafe(Object, Object) - Method in class org.apache.jcs.access.CacheAccess
Place a new object in the cache, associated with key name.
putSafe(Object, Object) - Method in interface org.apache.jcs.access.behavior.ICacheAccess
Puts in cache if an item does not exist with the name in that region.
putValue(String, Object) - Method in class org.apache.jcs.utils.servlet.session.DistSession
Description of the Method
puts - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheListener
Description of the Field
puts - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
 
puts - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerListener
Description of the Field

Q

q - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWait
 
q - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWait
 
queueLock - Variable in class org.apache.jcs.engine.CacheEventQueue
 
queueLock - Variable in class org.apache.jcs.engine.control.event.ElementEventQueue
 

R

REGION_DETAIL_TEMPLATE_NAME - Static variable in class org.apache.jcs.admin.servlet.JCSAdminServlet
 
REGION_PREFIX - Static variable in class org.apache.jcs.engine.control.CompositeCacheConfigurator
 
REMOTE_ALLOW_CLUSTER_GET - Static variable in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheConstants
Mapping to props file value
REMOTE_CACHE - Static variable in interface org.apache.jcs.engine.behavior.ICacheType
Remote cache type.
REMOTE_CACHE_SERVICE_NAME - Static variable in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheConstants
Mapping to props file value
REMOTE_CACHE_SERVICE_PORT - Static variable in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheConstants
Mapping to props file value
REMOTE_CACHE_SERVICE_VAL - Static variable in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheConstants
Mapping to props file value
REMOTE_LOCAL_CLUSTER_CONSISTENCY - Static variable in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheConstants
Mapping to props file value
REMOVE - Static variable in class org.apache.jcs.auxiliary.lateral.LateralElementDescriptor
Description of the Field
REMOVEALL - Static variable in class org.apache.jcs.auxiliary.lateral.LateralElementDescriptor
Description of the Field
REMOVE_ACTION - Static variable in class org.apache.jcs.admin.servlet.JCSAdminServlet
 
REMOVE_ATTR_INVOCATION - Static variable in class org.apache.jcs.utils.servlet.session.DistSession
 
RESET_FREQUENCY - Static variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
 
ReadWriteLock - class org.apache.jcs.utils.locking.ReadWriteLock.
This class coordinates concurrent calls to an object's get and set methods so that calls to the object set methods do not interfere with each other or with calls to the object's get methods.
ReadWriteLock() - Constructor for class org.apache.jcs.utils.locking.ReadWriteLock
Default constructor.
ReadWriteLockManager - class org.apache.jcs.utils.locking.ReadWriteLockManager.
The Generic ReadWriteLock Manager for various resources.
ReadWriteLockManager() - Constructor for class org.apache.jcs.utils.locking.ReadWriteLockManager
 
RemoteCache - class org.apache.jcs.auxiliary.remote.RemoteCache.
Client proxy for an RMI remote cache.
RemoteCache(IRemoteCacheAttributes, IRemoteCacheService) - Constructor for class org.apache.jcs.auxiliary.remote.RemoteCache
Constructor for the RemoteCache object
RemoteCacheAttributes - class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes.
Description of the Class
RemoteCacheAttributes() - Constructor for class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Constructor for the RemoteCacheAttributes object
RemoteCacheClusterFactory - class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterFactory.
Description of the Class
RemoteCacheClusterFactory() - Constructor for class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterFactory
 
RemoteCacheClusterManager - class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager.
 
RemoteCacheClusterManager(String, int, String) - Constructor for class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager
Constructs an instance to with the given remote connection parameters.
RemoteCacheClusterManager.Location - class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager.Location.
Location of the RMI registry.
RemoteCacheClusterManager.Location(String, int) - Constructor for class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager.Location
Constructor for the Location object
RemoteCacheClusterMonitor - class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterMonitor.
Used to monitor and repair any failed connection for the remote cache service.
RemoteCacheClusterMonitor() - Constructor for class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterMonitor
Constructor for the RemoteCacheClusterMonitor object
RemoteCacheClusterRestore - class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterRestore.
Used to repair the remote caches managed by the associated instance of RemoteCacheManager.
RemoteCacheClusterRestore(RemoteCacheClusterManager) - Constructor for class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterRestore
Constructs with the given instance of RemoteCacheManager.
RemoteCacheFactory - class org.apache.jcs.auxiliary.remote.RemoteCacheFactory.
Description of the Class
RemoteCacheFactory() - Constructor for class org.apache.jcs.auxiliary.remote.RemoteCacheFactory
 
RemoteCacheFailoverRunner - class org.apache.jcs.auxiliary.remote.RemoteCacheFailoverRunner.
Description of the Class
RemoteCacheFailoverRunner(RemoteCacheNoWaitFacade) - Constructor for class org.apache.jcs.auxiliary.remote.RemoteCacheFailoverRunner
Constructor for the RemoteCacheFailoverRunner object
RemoteCacheInfo - class org.apache.jcs.auxiliary.remote.RemoteCacheInfo.
A shared static variable holder for the remote cache
RemoteCacheInfo() - Constructor for class org.apache.jcs.auxiliary.remote.RemoteCacheInfo
Constructor for the RemoteCacheInfo object
RemoteCacheListener - class org.apache.jcs.auxiliary.remote.RemoteCacheListener.
Registered with RemoteCache server.
RemoteCacheListener(IRemoteCacheAttributes) - Constructor for class org.apache.jcs.auxiliary.remote.RemoteCacheListener
Only need one since it does work for all regions, just reference by multiple region names.
RemoteCacheManager - class org.apache.jcs.auxiliary.remote.RemoteCacheManager.
An instance of RemoteCacheManager corresponds to one remote connection of a specific host and port.
RemoteCacheManager(String, int, String) - Constructor for class org.apache.jcs.auxiliary.remote.RemoteCacheManager
Constructs an instance to with the given remote connection parameters.
RemoteCacheManager.Location - class org.apache.jcs.auxiliary.remote.RemoteCacheManager.Location.
Location of the RMI registry.
RemoteCacheManager.Location(String, int) - Constructor for class org.apache.jcs.auxiliary.remote.RemoteCacheManager.Location
Constructor for the Location object
RemoteCacheMonitor - class org.apache.jcs.auxiliary.remote.RemoteCacheMonitor.
Used to monitor and repair any failed connection for the remote cache service.
RemoteCacheMonitor() - Constructor for class org.apache.jcs.auxiliary.remote.RemoteCacheMonitor
Constructor for the RemoteCacheMonitor object
RemoteCacheNoWait - class org.apache.jcs.auxiliary.remote.RemoteCacheNoWait.
Used to queue up update requests to the underlying cache.
RemoteCacheNoWait(RemoteCache) - Constructor for class org.apache.jcs.auxiliary.remote.RemoteCacheNoWait
Constructs with the given remote cache, and fires up an event queue for aysnchronous processing.
RemoteCacheNoWaitFacade - class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitFacade.
Used to provide access to multiple services under nowait protection.
RemoteCacheNoWaitFacade(RemoteCacheNoWait[], RemoteCacheAttributes) - Constructor for class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitFacade
Constructs with the given remote cache, and fires events to any listeners.
RemoteCacheRestore - class org.apache.jcs.auxiliary.remote.RemoteCacheRestore.
Used to repair the remote caches managed by the associated instance of RemoteCacheManager.
RemoteCacheRestore(RemoteCacheManager) - Constructor for class org.apache.jcs.auxiliary.remote.RemoteCacheRestore
Constructs with the given instance of RemoteCacheManager.
RemoteCacheServer - class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer.
Provides remote cache services.
RemoteCacheServer(IRemoteCacheServerAttributes) - Constructor for class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Constructor for the RemoteCacheServer object
RemoteCacheServerAttributes - class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes.
Description of the Class
RemoteCacheServerAttributes() - Constructor for class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Constructor for the RemoteCacheAttributes object
RemoteCacheServerFactory - class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactory.
Provides remote cache services.
RemoteCacheServerFactory() - Constructor for class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactory
Constructor for the RemoteCacheServerFactory object
RemoteCacheServerInfo - class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerInfo.
A shared static variable holder for the server
RemoteCacheServerInfo() - Constructor for class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerInfo
Constructor for the RemoteCacheServerInfo object
RemoteCacheServerListener - class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerListener.
This listener class is for inter cache commumication.
RemoteCacheServerListener(IRemoteCacheAttributes) - Constructor for class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerListener
Only need one since it does work for all regions, just reference by multiple region names.
RemoteCacheWatchRepairable - class org.apache.jcs.auxiliary.remote.RemoteCacheWatchRepairable.
Same as CacheWatcherWrapper but implements the IRemoteCacheWatch interface.
RemoteCacheWatchRepairable() - Constructor for class org.apache.jcs.auxiliary.remote.RemoteCacheWatchRepairable
 
RemoteUtils - class org.apache.jcs.auxiliary.remote.RemoteUtils.
Description of the Class
RemoteUtils() - Constructor for class org.apache.jcs.auxiliary.remote.RemoteUtils
Constructor for the RemoteUtils object
RwLockGC - class org.apache.jcs.utils.locking.RwLockGC.
Used to enhance performance by delaying the removal of unreferenced RwLockHolder objects managed by the ReadWriteLockManager.
RwLockGC(Hashtable) - Constructor for class org.apache.jcs.utils.locking.RwLockGC
Constructor for the RwLockGC object
RwLockHolder - class org.apache.jcs.utils.locking.RwLockHolder.
Used to keep track of the total number of outstanding locks placed but not yet released for a given resource.
RwLockHolder(ReadWriteLock) - Constructor for class org.apache.jcs.utils.locking.RwLockHolder
Constructs with a Read/Write lock for a specific resource.
raf - Variable in class org.apache.jcs.auxiliary.disk.indexed.IndexedDisk
 
rafDir - Variable in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache
 
rca - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitFacade
 
rcm - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheRestore
 
rcm - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterRestore
 
rcsa - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Description of the Field
readElement(Serializable) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache
 
readExternal(ObjectInput) - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPKey
Description of the Method
readLock() - Method in class org.apache.jcs.utils.locking.ReadWriteLock
Issue a read lock if there is no outstanding write lock or threads waiting to get a write lock.
readLock(String) - Method in class org.apache.jcs.utils.locking.ReadWriteLockManager
Places a read lock on the specified resource.
readLock() - Method in class org.apache.jcs.utils.locking.RwLockHolder
 
readObject(long) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDisk
Description of the Method
receiver - Variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
The socket listener
registryAttrGet(String) - Method in class org.apache.jcs.engine.control.CompositeCacheManager
 
registryAttrPut(AuxiliaryCacheAttributes) - Method in class org.apache.jcs.engine.control.CompositeCacheManager
 
registryFacGet(String) - Method in class org.apache.jcs.engine.control.CompositeCacheManager
 
registryFacPut(AuxiliaryCacheFactory) - Method in class org.apache.jcs.engine.control.CompositeCacheManager
 
release() - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheManager
Description of the Method
release() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheManager
Releases the cache manager instance.
release() - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheManager
Description of the Method
release() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
Description of the Method
release() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
release() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheManager
Description of the Method
release() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager
Description of the Method
release() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Frees all remote caches.
release() - Method in class org.apache.jcs.engine.ZombieCacheService
Description of the Method
release() - Method in interface org.apache.jcs.engine.behavior.ICacheService
Frees all caches.
release() - Method in class org.apache.jcs.engine.control.CompositeCacheManager
 
release(boolean) - Method in class org.apache.jcs.engine.control.CompositeCacheManager
 
release() - Method in class org.apache.jcs.utils.servlet.session.DistSessionTracker
Description of the Method
releaseLock(String) - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
Internally used write lock for purgatory item modification.
remote - Variable in class org.apache.jcs.auxiliary.remote.RemoteCache
 
remoteHost - Variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
 
remoteHost - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
 
remoteHost - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
 
remoteObj - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheRestore
 
remoteObj - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterRestore
 
remotePort - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
 
remotePort - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
 
remoteService - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheManager
Handle to the remote cache service; or a zombie handle if failed to connect.
remoteService - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager
Handle to the remote cache service; or a zombie handle if failed to connect.
remoteServiceName - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
 
remoteServiceName - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
 
remoteType - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
 
remoteType - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
 
remoteWatch - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheManager
Wrapper of the remote cache watch service; or wrapper of a zombie service if failed to connect.
remoteWatch - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager
Wrapper of the remote cache watch service; or wrapper of a zombie service if failed to connect.
removable(long) - Method in class org.apache.jcs.utils.locking.RwLockHolder
Returns true iff this object satisfies the condition of removing RwLockHolder from the managing ReadWriteLockManager.
remove() - Method in class org.apache.jcs.access.CacheAccess
Description of the Method
remove(Object) - Method in class org.apache.jcs.access.CacheAccess
Description of the Method
remove(Object, String) - Method in class org.apache.jcs.access.GroupCacheAccess
Description of the Method
remove() - Method in interface org.apache.jcs.access.behavior.ICacheAccess
Description of the Method
remove(Object) - Method in interface org.apache.jcs.access.behavior.ICacheAccess
Description of the Method
remove(Object, String) - Method in interface org.apache.jcs.access.behavior.IGroupCacheAccess
Description of the Method
remove(Serializable) - Method in interface org.apache.jcs.auxiliary.AuxiliaryCache
Removes an item from the cache.
remove(Serializable) - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
 
remove(String, Serializable, byte) - Method in interface org.apache.jcs.auxiliary.disk.hsql.behavior.IHSQLCacheService
Removes the given key from the specified cache.
remove(String, Serializable, byte) - Method in interface org.apache.jcs.auxiliary.disk.jisp.behavior.IJISPCacheService
Removes the given key from the specified cache.
remove(Serializable) - Method in class org.apache.jcs.auxiliary.lateral.LateralCache
Synchronously remove from the remote cache; if failed, replace the remote handle with a zombie.
remove(Serializable) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWait
Adds a remove request to the lateral cache.
remove(Serializable) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Adds a remove request to the lateral cache.
remove(String, Serializable, byte) - Method in class org.apache.jcs.auxiliary.lateral.ZombieLateralCacheService
Description of the Method
remove(String, Serializable, byte) - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheService
Removes the given key from the specified cache.
remove(String, Serializable) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
Description of the Method
remove(String, Serializable, byte) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
Description of the Method
remove(String, Serializable) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
remove(String, Serializable, byte) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
remove(Serializable) - Method in class org.apache.jcs.auxiliary.remote.RemoteCache
Synchronously remove from the remote cache; if failed, replace the remote handle with a zombie.
remove(Serializable) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWait
Adds a remove request to the remote cache.
remove(Serializable) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitFacade
Adds a remove request to the lateral cache.
remove(String, Serializable, byte) - Method in class org.apache.jcs.auxiliary.remote.ZombieRemoteCacheService
Description of the Method
remove(String, Serializable, byte) - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheService
Removes the given key from the specified cache.
remove(String, Serializable) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Removes the given key from the specified remote cache.
remove(String, Serializable, byte) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Description of the Method
remove(String, Serializable) - Method in class org.apache.jcs.engine.ZombieCacheService
Description of the Method
remove(Serializable) - Method in interface org.apache.jcs.engine.behavior.ICache
Removes an item from the cache.
remove(String, Serializable) - Method in interface org.apache.jcs.engine.behavior.ICacheService
Removes the given key from the specified cache.
remove(Serializable) - Method in class org.apache.jcs.engine.control.CompositeCache
 
remove(Serializable, boolean) - Method in class org.apache.jcs.engine.control.CompositeCache
fromRemote: If a remove call was made on a cache with both, then the remote should have been called.
remove(Serializable) - Method in class org.apache.jcs.engine.memory.AbstractMemoryCache
Removes an item from the cache
remove(Serializable) - Method in interface org.apache.jcs.engine.memory.MemoryCache
Removes an item from the cache
remove(Serializable) - Method in interface org.apache.jcs.engine.memory.behavior.IMemoryCache
Removes an item from the cache.
remove() - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache.IteratorWrapper
 
remove(Serializable) - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache
Removes an item from the cache.
remove(Serializable) - Method in class org.apache.jcs.engine.memory.mru.MRUMemoryCache
Removes an item from the cache.
removeAll() - Method in interface org.apache.jcs.auxiliary.AuxiliaryCache
Removes all cached items from the cache.
removeAll() - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
 
removeAll(String, byte) - Method in interface org.apache.jcs.auxiliary.disk.hsql.behavior.IHSQLCacheService
Remove all keys from the sepcified cache.
removeAll(String, byte) - Method in interface org.apache.jcs.auxiliary.disk.jisp.behavior.IJISPCacheService
Remove all keys from the sepcified cache.
removeAll() - Method in class org.apache.jcs.auxiliary.lateral.LateralCache
Synchronously removeAll from the remote cache; if failed, replace the remote handle with a zombie.
removeAll() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWait
Adds a removeAll request to the lateral cache.
removeAll() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Adds a removeAll request to the lateral cache.
removeAll(String, byte) - Method in class org.apache.jcs.auxiliary.lateral.ZombieLateralCacheService
Description of the Method
removeAll(String, byte) - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheService
Remove all keys from the sepcified cache.
removeAll(String) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
Description of the Method
removeAll(String, byte) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
Description of the Method
removeAll(String) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
removeAll(String, byte) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
removeAll() - Method in class org.apache.jcs.auxiliary.remote.RemoteCache
Synchronously removeAll from the remote cache; if failed, replace the remote handle with a zombie.
removeAll() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWait
Adds a removeAll request to the remote cache.
removeAll() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitFacade
Adds a removeAll request to the lateral cache.
removeAll(String, byte) - Method in class org.apache.jcs.auxiliary.remote.ZombieRemoteCacheService
Description of the Method
removeAll(String, byte) - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheService
Remove all keys from the sepcified cache.
removeAll(String) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Remove all keys from the sepcified remote cache.
removeAll(String, byte) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Description of the Method
removeAll(String) - Method in class org.apache.jcs.engine.ZombieCacheService
Description of the Method
removeAll() - Method in interface org.apache.jcs.engine.behavior.ICache
Removes all cached items from the cache.
removeAll(String) - Method in interface org.apache.jcs.engine.behavior.ICacheService
Remove all keys from the sepcified cache.
removeAll() - Method in class org.apache.jcs.engine.control.CompositeCache
 
removeAll(boolean) - Method in class org.apache.jcs.engine.control.CompositeCache
Removes all cached items.
removeAll() - Method in class org.apache.jcs.engine.memory.AbstractMemoryCache
Removes all cached items from the cache.
removeAll() - Method in interface org.apache.jcs.engine.memory.MemoryCache
Removes all cached items from the cache.
removeAll() - Method in interface org.apache.jcs.engine.memory.behavior.IMemoryCache
Removes all cached items from the cache.
removeAll() - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache
Remove all of the elements from both the Map and the linked list implementation.
removeAttribute(String) - Method in class org.apache.jcs.utils.servlet.session.DistSession
Description of the Method
removeAttribute(String, boolean) - Method in class org.apache.jcs.utils.servlet.session.DistSession
Description of the Method
removeAttribute(String) - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Description of the Method
removeCacheListener(String, ICacheListener) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
removeCacheListener(ICacheListener) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
removeCacheListener(String, ICacheListener) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Unsubscribes from the specified remote cache.
removeCacheListener(ICacheListener) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Unsubscribes from all remote caches.
removeCacheListener(String, ICacheListener) - Method in class org.apache.jcs.engine.CacheWatchRepairable
Description of the Method
removeCacheListener(ICacheListener) - Method in class org.apache.jcs.engine.CacheWatchRepairable
Description of the Method
removeCacheListener(String, ICacheListener) - Method in class org.apache.jcs.engine.ZombieCacheWatch
Description of the Method
removeCacheListener(ICacheListener) - Method in class org.apache.jcs.engine.ZombieCacheWatch
Description of the Method
removeCacheListener(String, ICacheListener) - Method in interface org.apache.jcs.engine.behavior.ICacheObserver
Unsubscribes from the specified cache.
removeCacheListener(ICacheListener) - Method in interface org.apache.jcs.engine.behavior.ICacheObserver
Unsubscribes from all caches.
removeItem(String, String) - Method in class org.apache.jcs.admin.servlet.JCSAdminServlet
 
removeNode(MemoryElementDescriptor) - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache
Removes the specified node from the link list.
removeUponRemotePut - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
 
removeUponRemotePut - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
 
removeValue(String) - Method in class org.apache.jcs.utils.servlet.session.DistSession
Description of the Method
removes - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheListener
Description of the Field
removes - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerListener
 
req - Variable in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
 
requesterId - Variable in class org.apache.jcs.auxiliary.lateral.LateralElementDescriptor
Description of the Field
res - Variable in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
 
reset() - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCache
Description of the Method
reset() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDisk
Sets the raf to empty.
reset() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache
handle error by last resort, force content update, or removeall
reset() - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCache
Description of the Method
reset() - Static method in class org.apache.jcs.utils.threads.ThreadPoolManager
Shuts down the thread pool and re-initializes it to the default.
resetElementAttributes(IElementAttributes) - Method in class org.apache.jcs.access.CacheAccess
ResetAttributes allows for some of the attributes of a region to be reset in particular expiration time attriubtes, time to live, default time to live and idle time, and event handlers.
resetElementAttributes(Object, IElementAttributes) - Method in class org.apache.jcs.access.CacheAccess
Reset attributes for a particular element in the cache.
resetElementAttributes(IElementAttributes) - Method in interface org.apache.jcs.access.behavior.ICacheAccess
ResetAttributes allows for some of the attributes of a region to be reset in particular expiration time attriubtes, time to live, default time to live and idle time, and event handlers.
resetElementAttributes(Object, IElementAttributes) - Method in interface org.apache.jcs.access.behavior.ICacheAccess
Description of the Method
resetEventQ() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWait
Resets the event q by first destroying the existing one and starting up new one.
resetEventQ() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWait
Resets the event q by first destroying the existing one and starting up new one.
returnController(ThreadPool.ControlRunnable) - Method in class org.apache.jcs.utils.threads.ThreadPool
Returns the thread to the pool.
returnDistSession(DistSession) - Method in class org.apache.jcs.utils.servlet.session.DistSessionPoolManager
Description of the Method
rootCause - Variable in class org.apache.jcs.config.PropertySetterException
Description of the Field
run() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheMonitor
Main processing method for the LateralCacheMonitor object
run() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener.ConnectionHandler
Main processing method for the LateralTCPReceiverConnection object
run() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener.ListenerThread
Main processing method for the ListenerThread object
run() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.utils.SocketOpener
Main processing method for the SocketOpener object
run() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheFailoverRunner
Main processing method for the RemoteCacheFailoverRunner object
run() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheMonitor
Main processing method for the RemoteCacheMonitor object
run() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterMonitor
Main processing method for the RemoteCacheClusterMonitor object
run() - Method in class org.apache.jcs.engine.CacheEventQueue.AbstractCacheEvent
Main processing method for the AbstractCacheEvent object
run() - Method in class org.apache.jcs.engine.CacheEventQueue.QProcessor
Main processing method for the QProcessor object
run() - Method in class org.apache.jcs.engine.control.event.ElementEventQueue.AbstractElementEventRunner
Main processing method for the AbstractElementEvent object
run() - Method in class org.apache.jcs.engine.control.event.ElementEventQueue.QProcessor
Main processing method for the QProcessor object
run() - Method in class org.apache.jcs.engine.memory.shrinking.ShrinkerThread
Main processing method for the ShrinkerThread object
run() - Method in class org.apache.jcs.utils.locking.RwLockGC
Main processing method for the RwLockGC object
run() - Method in class org.apache.jcs.utils.servlet.session.DistSessionGC
Main processing method for the DistSessionGC object
run() - Method in class org.apache.jcs.utils.threads.ThreadPool.ControlRunnable
Main processing method for the ControlRunnable object
run() - Method in class org.apache.jcs.utils.threads.ThreadPool.MonitorRunnable
Main processing method for the MonitorRunnable object
runIt(Object[]) - Method in interface org.apache.jcs.utils.threads.IThreadPoolRunnable
This method will be executed in one of the pool's threads.
runIt(IThreadPoolRunnable) - Method in class org.apache.jcs.utils.threads.ThreadPool.ControlRunnable
Description of the Method
runIt(IThreadPoolRunnable) - Method in class org.apache.jcs.utils.threads.ThreadPool
Executes a given Runnable on a thread in the pool, block if needed.
runIt(IThreadPoolRunnable) - Method in class org.apache.jcs.utils.threads.ThreadPoolManager
Executes a given IThreadPoolRunnable on a thread in the pool, block if needed.
rwlock - Variable in class org.apache.jcs.utils.locking.RwLockHolder
Contained ReadWriteLock

S

SERVER_LISTENER - Static variable in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheListener
Description of the Field
SESSION_COOKIE_NAME - Static variable in class org.apache.jcs.utils.servlet.session.DistSessionTracker
Description of the Field
SESS_CACHE_NAME - Static variable in interface org.apache.jcs.utils.servlet.session.ISessionConstants
Description of the Field
SESS_CACHE_SIZE - Static variable in interface org.apache.jcs.utils.servlet.session.ISessionConstants
Description of the Field
SESS_INFO_CACHE_NAME - Static variable in interface org.apache.jcs.utils.servlet.session.ISessionConstants
Description of the Field
SESS_INFO_CACHE_SIZE - Static variable in interface org.apache.jcs.utils.servlet.session.ISessionConstants
Description of the Field
SET_ATTR_INVOCATION - Static variable in class org.apache.jcs.utils.servlet.session.DistSession
 
SILENT_PARAM - Static variable in class org.apache.jcs.admin.servlet.JCSAdminServlet
 
STATUS_ALIVE - Static variable in interface org.apache.jcs.engine.CacheConstants
Cache alive status.
STATUS_DISPOSED - Static variable in interface org.apache.jcs.engine.CacheConstants
Cache disposed status.
STATUS_ERROR - Static variable in interface org.apache.jcs.engine.CacheConstants
Cache in error.
SYSTEM_REGION_PREFIX - Static variable in class org.apache.jcs.engine.control.CompositeCacheConfigurator
 
SessionIdGenerator - class org.apache.jcs.utils.servlet.session.SessionIdGenerator.
Description of the Class
SessionIdGenerator() - Constructor for class org.apache.jcs.utils.servlet.session.SessionIdGenerator
 
SessionInfo - class org.apache.jcs.utils.servlet.session.SessionInfo.
Session information wrapper.
SessionInfo() - Constructor for class org.apache.jcs.utils.servlet.session.SessionInfo
Constructor for the SessionInfo object
ShrinkerThread - class org.apache.jcs.engine.memory.shrinking.ShrinkerThread.
A background memory shrinker.
ShrinkerThread(MemoryCache) - Constructor for class org.apache.jcs.engine.memory.shrinking.ShrinkerThread
Constructor for the ShrinkerThread object.
SocketOpener - class org.apache.jcs.auxiliary.lateral.socket.tcp.utils.SocketOpener.
Socket openere that will timeout on the initial connect rather than block forever.
SocketOpener(String, int) - Constructor for class org.apache.jcs.auxiliary.lateral.socket.tcp.utils.SocketOpener
Constructor for the SocketOpener object
sStatement - Variable in class org.apache.jcs.auxiliary.disk.hsql.HSQLCache
 
s_order - Static variable in class org.apache.jcs.auxiliary.disk.jisp.JISPCache
 
sanitized(Serializable) - Method in class org.apache.jcs.auxiliary.remote.RemoteCache
Wraps a non JDK object into a MarshalledObject, so that we can avoid unmarshalling the real object on the remote side.
save() - Method in class org.apache.jcs.access.CacheAccess
If there are any auxiliary caches associated with this cache, save all objects to them.
save() - Method in class org.apache.jcs.engine.control.CompositeCache
Though this put is extremely fast, this could bog the cache and should be avoided.
saveKeys() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache
Saves key file to disk
sbuf - Static variable in class org.apache.jcs.config.OptionConverter
 
send(LateralElementDescriptor) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
Sends commands to the lateral cache listener.
sendAndReceive(LateralElementDescriptor) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
Sends commands to the lateral cache listener and gets a response.
sender - Variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
serialize(Serializable) - Static method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCache
Returns the serialized form of the given object in a byte array.
serialize(Serializable) - Static method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDisk
Returns the serialized form of the given object in a byte array.
serialize(Serializable) - Static method in class org.apache.jcs.engine.CacheUtils
Returns the serialized form of the given object in a byte array.
service - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheManager
 
service - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager
 
serviceName - Static variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactory
 
servicePort - Variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
 
sess - Variable in class org.apache.jcs.utils.servlet.session.MetaHttpSession
The http session.
sessCache - Variable in class org.apache.jcs.utils.servlet.session.DistSession
 
sessIdSet - Variable in class org.apache.jcs.utils.servlet.session.DistSessionGC
 
sessIdSet - Static variable in class org.apache.jcs.utils.servlet.session.DistSessionTracker
Used to check and remove expired DistSession objects.
sessInfo - Variable in class org.apache.jcs.utils.servlet.session.DistSession
 
session_id - Variable in class org.apache.jcs.utils.servlet.session.DistSession
 
session_id - Variable in class org.apache.jcs.utils.servlet.session.MetaHttpSession
The corresponding cookie id of the http session.
setAllowClusterGet(boolean) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Should cluster updates be propogated to the locals
setAllowClusterGet(boolean) - Method in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Should cluster updates be propogated to the locals
setAttribute(String, Object) - Method in class org.apache.jcs.utils.servlet.session.DistSession
Sets the attribute attribute of the DistSession object
setAttribute(String, Object) - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Sets the attribute attribute of the HttpServletRequestFacade object
setAuxCaches(AuxiliaryCache[]) - Method in class org.apache.jcs.engine.control.CompositeCache
 
setCacheAttributes(ICompositeCacheAttributes) - Method in class org.apache.jcs.access.CacheAccess
Sets the ICompositeCacheAttributes of the cache region.
setCacheAttributes(ICompositeCacheAttributes) - Method in interface org.apache.jcs.access.behavior.ICacheAccess
Sets the ICompositeCacheAttributes of the cache region
setCacheAttributes(ICompositeCacheAttributes) - Method in class org.apache.jcs.engine.control.CompositeCache
Sets the ICompositeCacheAttributes attribute of the Cache object
setCacheAttributes(ICompositeCacheAttributes) - Method in class org.apache.jcs.engine.memory.AbstractMemoryCache
Sets the CacheAttributes.
setCacheAttributes(ICompositeCacheAttributes) - Method in interface org.apache.jcs.engine.memory.MemoryCache
Sets the CacheAttributes of the region.
setCacheAttributes(ICompositeCacheAttributes) - Method in interface org.apache.jcs.engine.memory.behavior.IMemoryCache
Sets the CacheAttributes.
setCacheName(String) - Method in interface org.apache.jcs.auxiliary.AuxiliaryCacheAttributes
Sets the name of the cache, referenced by the appropriate manager.
setCacheName(String) - Method in interface org.apache.jcs.auxiliary.behavior.IAuxiliaryCacheAttributes
Sets the name of the cache, referenced by the appropriate manager.
setCacheName(String) - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheAttributes
Sets the cacheName attribute of the HSQLCacheAttributes object
setCacheName(String) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
Sets the cacheName attribute of the DiskCacheAttributes object
setCacheName(String) - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheAttributes
Sets the cacheName attribute of the JISPCacheAttributes object
setCacheName(String) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Sets the cacheName attribute of the LateralCacheAttributes object
setCacheName(String) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Sets the cacheName attribute of the RemoteCacheAttributes object
setCacheName(String) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Sets the cacheName attribute of the RemoteCacheAttributes object
setCacheName(String) - Method in class org.apache.jcs.engine.CompositeCacheAttributes
Sets the cacheName attribute of the CompositeCacheAttributes object
setCacheName(String) - Method in interface org.apache.jcs.engine.behavior.ICompositeCacheAttributes
Sets the name of the cache, referenced by the appropriate manager.
setCacheWatch(ICacheObserver) - Method in class org.apache.jcs.engine.CacheWatchRepairable
Replaces the underlying cache watch service and reattached all existing listeners to the new cache watch.
setCharacterEncoding(String) - Method in class org.apache.jcs.utils.servlet.session.HttpServletRequestFacade
Overrides the name of the character encoding used in the body of this request.
setClearOnStart(boolean) - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheAttributes
Sets the clearOnStart attribute of the JISPCacheAttributes object
setClearOnStart(boolean) - Method in interface org.apache.jcs.auxiliary.disk.jisp.behavior.IJISPCacheAttributes
Sets the clearOnStart attribute of the IJISPCacheAttributes object
setClusterServers(String) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Sets the clusterServers attribute of the RemoteCacheAttributes object
setClusterServers(String) - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Sets the clusterServers attribute of the IRemoteCacheAttributes object
setClusterServers(String) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Sets the clusterServers attribute of the RemoteCacheAttributes object
setClusterServers(String) - Method in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Sets the clusterServers attribute of the IRemoteCacheAttributes object
setConfigFileName(String) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Sets the ConfigFileName attribute of the IRemoteCacheAttributes object
setConfigFileName(String) - Method in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Sets the ConfigFileName attribute of the IRemoteCacheAttributes object
setConfigFilename(String) - Static method in class org.apache.jcs.JCS
Set the filename that the cache manager will be initialized with.
setCreateTime() - Method in class org.apache.jcs.engine.Attributes
Sets the createTime attribute of the Attributes object
setCreateTime() - Method in class org.apache.jcs.engine.ElementAttributes
Sets the createTime attribute of the IElementAttributes object
setDefaultAuxValues(Properties) - Method in class org.apache.jcs.engine.control.CompositeCacheConfigurator
Set the default aux list for new caches.
setDefaultCacheAttributes(ICompositeCacheAttributes) - Method in class org.apache.jcs.engine.control.CompositeCacheManager
Sets the defaultCacheAttributes attribute of the CacheHub object
setDefaultCompositeCacheAttributes(Properties) - Method in class org.apache.jcs.engine.control.CompositeCacheConfigurator
Set the default CompositeCacheAttributes for new caches.
setDefaultElementAttributes(Properties) - Method in class org.apache.jcs.engine.control.CompositeCacheConfigurator
Set the default ElementAttributes for new caches.
setDefaultElementAttributes(IElementAttributes) - Method in class org.apache.jcs.engine.control.CompositeCacheManager
Sets the defaultElementAttributes attribute of the CacheHub object
setDiskPath(String) - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheAttributes
Sets the diskPath attribute of the HSQLCacheAttributes object
setDiskPath(String) - Method in interface org.apache.jcs.auxiliary.disk.hsql.behavior.IHSQLCacheAttributes
Sets the diskPath attribute of the IHSQLCacheAttributes object
setDiskPath(String) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
Sets the diskPath attribute of theputm 2000 DiskCacheAttributes object
setDiskPath(String) - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheAttributes
Sets the diskPath attribute of the JISPCacheAttributes object
setDiskPath(String) - Method in interface org.apache.jcs.auxiliary.disk.jisp.behavior.IJISPCacheAttributes
Sets the diskPath attribute of the IJISPCacheAttributes object
setElementAttributes(IElementAttributes) - Method in class org.apache.jcs.auxiliary.disk.PurgatoryElement
 
setElementAttributes(IElementAttributes) - Method in class org.apache.jcs.auxiliary.remote.RemoteCache
Sets the attributes attribute of the RemoteCache object
setElementAttributes(IElementAttributes) - Method in class org.apache.jcs.engine.CacheElement
Sets the attributes attribute of the CacheElement object
setElementAttributes(IElementAttributes) - Method in class org.apache.jcs.engine.CacheGroup
Sets the attributes attribute of the CacheGroup object
setElementAttributes(IElementAttributes) - Method in interface org.apache.jcs.engine.behavior.ICacheElement
Sets the attributes attribute of the ICacheElement object
setElementAttributes(IElementAttributes) - Method in class org.apache.jcs.engine.control.CompositeCache
Sets the default element attribute of the Cache object
setFailoverIndex(int) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Sets the failoverIndex attribute of the RemoteCacheAttributes object
setFailoverIndex(int) - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Sets the failoverIndex attribute of the IRemoteCacheAttributes object
setFailoverServers(String) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Sets the failoverServers attribute of the RemoteCacheAttributes object
setFailoverServers(String) - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Sets the failoverServers attribute of the IRemoteCacheAttributes object
setFailovers(String[]) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Sets the failovers attribute of the RemoteCacheAttributes object
setFailovers(String[]) - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Sets the failovers attribute of the IRemoteCacheAttributes object
setGetOnly(boolean) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Sets the getOnly attribute of the RemoteCacheAttributes object
setGetOnly(boolean) - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Sets the getOnly attribute of the IRemoteCacheAttributes object
setGetOnly(boolean) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Sets the getOnly attribute of the RemoteCacheAttributes object
setGetOnly(boolean) - Method in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Sets the getOnly attribute of the IRemoteCacheAttributes object
setHttpListenerPort(int) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Sets the httpListenerPort attribute of the ILateralCacheAttributes object
setHttpListenerPort(int) - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Sets the httpListenerPort attribute of the ILateralCacheAttributes object
setHttpServer(String) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Sets the httpServer attribute of the LateralCacheAttributes object
setHttpServer(String) - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Sets the httpServer attribute of the ILateralCacheAttributes object
setHttpServers(String) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Sets the httpServers attribute of the LateralCacheAttributes object
setHttpServers(String) - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Sets the httpServers attribute of the LateralCacheAttributes object
setIdlePeriod(long) - Static method in class org.apache.jcs.auxiliary.lateral.LateralCacheMonitor
Configures the idle period between repairs.
setIdlePeriod(long) - Static method in class org.apache.jcs.auxiliary.remote.RemoteCacheMonitor
Configures the idle period between repairs.
setIdlePeriod(long) - Static method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterMonitor
Configures the idle period between repairs.
setIdleTime(long) - Method in class org.apache.jcs.engine.Attributes
Sets the idleTime attribute of the Attributes object
setIdleTime(long) - Method in class org.apache.jcs.engine.ElementAttributes
Sets the idleTime attribute of the IElementAttributes object
setIdleTime(long) - Method in interface org.apache.jcs.engine.behavior.IAttributes
Sets the idleTime attribute of the IAttributes object
setIdleTime(long) - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
Sets the idleTime attribute of the IAttributes object
setIsDistribute(boolean) - Method in class org.apache.jcs.engine.ElementAttributes
Sets the isDistribute attribute of the ElementAttributes object
setIsDistribute(boolean) - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
Sets the isDistribute attribute of the IElementAttributes object
setIsEternal(boolean) - Method in class org.apache.jcs.engine.ElementAttributes
Sets the isEternal attribute of the ElementAttributes object
setIsEternal(boolean) - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
Sets the isEternal attribute of the IElementAttributes object
setIsLateral(boolean) - Method in class org.apache.jcs.engine.ElementAttributes
Sets the isLateral attribute of the ElementAttributes object
setIsLateral(boolean) - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
Sets the isLateral attribute of the IElementAttributes object
setIsRemote(boolean) - Method in class org.apache.jcs.engine.ElementAttributes
Sets the isRemote attribute of the ElementAttributes object
setIsRemote(boolean) - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
Sets the isRemote attribute of the IElementAttributes object
setIsSpool(boolean) - Method in class org.apache.jcs.engine.ElementAttributes
Sets the isSpool attribute of the ElementAttributes object
setIsSpool(boolean) - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
Sets the isSpool attribute of the IElementAttributes object
setLastAccessTimeNow() - Method in class org.apache.jcs.engine.ElementAttributes
Sets the LastAccessTime as now of the IElementAttributes object
setLastAccessTimeNow() - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
Sets the LastAccessTime as now of the IElementAttributes object
setListenerId(byte) - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCache.MyCacheListener
 
setListenerId(byte) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
let the lateral cache set a listener_id.
setListenerId(byte) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheListener
let the remote cache set a listener_id.
setListenerId(byte) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerListener
let the remote cache set a listener_id.
setListenerId(byte) - Method in class org.apache.jcs.engine.CacheAdaptor
Sets the listenerId attribute of the CacheAdaptor object
setListenerId(byte) - Method in interface org.apache.jcs.engine.behavior.ICacheListener
sets unique identifier of listener home
setLocalClusterConsistency(boolean) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Should cluster updates be propogated to the locals
setLocalClusterConsistency(boolean) - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Should cluster updates be propogated to the locals
setLocalClusterConsistency(boolean) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Should cluster updates be propogated to the locals
setLocalClusterConsistency(boolean) - Method in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Should cluster updates be propogated to the locals
setLocalPort(int) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Sets the localPort attribute of the RemoteCacheAttributes object
setLocalPort(int) - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Sets the localPort attribute of the IRemoteCacheAttributes object
setMaxInactiveInterval(int) - Method in class org.apache.jcs.utils.servlet.session.DistSession
Sets the maxInactiveInterval attribute of the DistSession object
setMaxLifeSeconds(long) - Method in class org.apache.jcs.engine.ElementAttributes
Sets the maxLifeSeconds attribute of the IElementAttributes object
setMaxLifeSeconds(long) - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
Sets the maxLife attribute of the IAttributes object
setMaxMemoryIdleTimeSeconds(long) - Method in class org.apache.jcs.engine.CompositeCacheAttributes
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space.
setMaxMemoryIdleTimeSeconds(long) - Method in interface org.apache.jcs.engine.behavior.ICompositeCacheAttributes
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space.
setMaxObjects(int) - Method in class org.apache.jcs.engine.CompositeCacheAttributes
Sets the maxObjects attribute of the CompositeCacheAttributes object
setMaxObjects(int) - Method in interface org.apache.jcs.engine.behavior.ICompositeCacheAttributes
SetMaxObjects is used to set the attribute to determine the maximum number of objects allowed in the memory cache.
setMaxSpareThreads(int) - Method in class org.apache.jcs.utils.threads.ThreadPool
Sets the maxSpareThreads attribute of the ThreadPool object
setMaxSpareThreads(int) - Static method in class org.apache.jcs.utils.threads.ThreadPoolManager
Sets the max number of idle threads that you can leave in the pool.
setMaxThreads(int) - Method in class org.apache.jcs.utils.threads.ThreadPool
Sets the maxThreads attribute of the ThreadPool object
setMaxThreads(int) - Static method in class org.apache.jcs.utils.threads.ThreadPoolManager
Sets the max number of threads that you can open in the pool.
setMemoryCacheName(String) - Method in class org.apache.jcs.engine.CompositeCacheAttributes
Sets the memoryCacheName attribute of the CompositeCacheAttributes object
setMemoryCacheName(String) - Method in interface org.apache.jcs.engine.behavior.ICompositeCacheAttributes
Sets the name of the MemoryCache, referenced by the appropriate manager.
setMinSpareThreads(int) - Method in class org.apache.jcs.utils.threads.ThreadPool
Sets the minSpareThreads attribute of the ThreadPool object
setMinSpareThreads(int) - Static method in class org.apache.jcs.utils.threads.ThreadPoolManager
Sets the min number of idle threads that you can leave in the pool.
setName(String) - Method in interface org.apache.jcs.auxiliary.AuxiliaryCacheAttributes
Name know by by configurator
setName(String) - Method in interface org.apache.jcs.auxiliary.AuxiliaryCacheFactory
Sets the name attribute of the IAuxiliaryCacheFactory object
setName(String) - Method in interface org.apache.jcs.auxiliary.behavior.IAuxiliaryCacheAttributes
Name know by by configurator
setName(String) - Method in interface org.apache.jcs.auxiliary.behavior.IAuxiliaryCacheFactory
Sets the name attribute of the IAuxiliaryCacheFactory object
setName(String) - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheAttributes
Sets the name attribute of the HSQLCacheAttributes object
setName(String) - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheFactory
Sets the name attribute of the HSQLCacheFactory object
setName(String) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
Sets the name attribute of the DiskCacheAttributes object
setName(String) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory
Sets the name attribute of the DiskCacheFactory object
setName(String) - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheAttributes
Sets the name attribute of the JISPCacheAttributes object
setName(String) - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheFactory
Sets the name attribute of the JISPCacheFactory object
setName(String) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Sets the name attribute of the LateralCacheAttributes object
setName(String) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheFactory
Sets the name attribute of the LateralCacheFactory object
setName(String) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Sets the name attribute of the RemoteCacheAttributes object
setName(String) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheFactory
Sets the name attribute of the RemoteCacheFactory object
setName(String) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterFactory
Sets the name attribute of the RemoteCacheClusterFactory object
setName(String) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Sets the name attribute of the RemoteCacheAttributes object
setProperties(Object, Properties, String) - Static method in class org.apache.jcs.config.PropertySetter
Set the properties of an object passed as a parameter in one go.
setProperties(Properties, String) - Method in class org.apache.jcs.config.PropertySetter
Set the properites for the object that match the prefix passed as parameter.
setProperty(String, String) - Method in class org.apache.jcs.config.PropertySetter
Set a property on this PropertySetter's Object.
setProperty(PropertyDescriptor, String, String) - Method in class org.apache.jcs.config.PropertySetter
Set the named property given a PropertyDescriptor.
setPutOnlyMode(boolean) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Sets the outgoingOnlyMode attribute of the ILateralCacheAttributes.
setPutOnlyMode(boolean) - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Sets the putOnlyMode attribute of the ILateralCacheAttributes.
setRemoteCacheAttributes(RemoteCacheAttributes) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitFacade
Sets the remoteCacheAttributes attribute of the RemoteCacheNoWaitFacade object
setRemoteHost(String) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Sets the remoteHost attribute of the RemoteCacheAttributes object
setRemoteHost(String) - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Sets the remoteHost attribute of the IRemoteCacheAttributes object
setRemoteHost(String) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Sets the remoteHost attribute of the RemoteCacheAttributes object
setRemoteHost(String) - Method in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Sets the remoteHost attribute of the IRemoteCacheAttributes object
setRemotePort(int) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Sets the remotePort attribute of the RemoteCacheAttributes object
setRemotePort(int) - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Sets the remotePort attribute of the IRemoteCacheAttributes object
setRemotePort(int) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Sets the remotePort attribute of the RemoteCacheAttributes object
setRemotePort(int) - Method in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Sets the remotePort attribute of the IRemoteCacheAttributes object
setRemoteServiceName(String) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Sets the remoteServiceName attribute of the RemoteCacheAttributes object
setRemoteServiceName(String) - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Sets the remoteServiceName attribute of the IRemoteCacheAttributes object
setRemoteServiceName(String) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Sets the remoteServiceName attribute of the RemoteCacheAttributes object
setRemoteType(int) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Sets the remoteType attribute of the RemoteCacheAttributes object
setRemoteType(int) - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Sets the remoteType attribute of the IRemoteCacheAttributes object
setRemoteType(int) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Sets the remoteType attribute of the RemoteCacheAttributes object
setRemoteType(int) - Method in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Sets the remoteType attribute of the IRemoteCacheAttributes object
setRemoteTypeName(String) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Sets the remoteTypeName attribute of the RemoteCacheAttributes object
setRemoteTypeName(String) - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Sets the remoteTypeName attribute of the IRemoteCacheAttributes object
setRemoteTypeName(String) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Sets the remoteTypeName attribute of the RemoteCacheAttributes object
setRemoteTypeName(String) - Method in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Sets the remoteTypeName attribute of the IRemoteCacheAttributes object
setRemoveUponRemotePut(boolean) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Sets the removeUponRemotePut attribute of the RemoteCacheAttributes object
setRemoveUponRemotePut(boolean) - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Sets the removeUponRemotePut attribute of the IRemoteCacheAttributes object
setRemoveUponRemotePut(boolean) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Sets the removeUponRemotePut attribute of the RemoteCacheAttributes object
setRemoveUponRemotePut(boolean) - Method in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Sets the removeUponRemotePut attribute of the IRemoteCacheAttributes object
setServicePort(int) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Sets the localPort attribute of the RemoteCacheAttributes object
setServicePort(int) - Method in interface org.apache.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Sets the localPort attribute of the IRemoteCacheAttributes object
setShrinkerIntervalSeconds(long) - Method in class org.apache.jcs.engine.CompositeCacheAttributes
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space.
setShrinkerIntervalSeconds(long) - Method in interface org.apache.jcs.engine.behavior.ICompositeCacheAttributes
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space.
setSize(int) - Method in class org.apache.jcs.engine.Attributes
Size in bytes.
setSize(int) - Method in class org.apache.jcs.engine.ElementAttributes
Size in bytes.
setSize(int) - Method in interface org.apache.jcs.engine.behavior.IAttributes
Size in bytes.
setSize(int) - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
Size in bytes.
setSpoolable(boolean) - Method in class org.apache.jcs.auxiliary.disk.PurgatoryElement
Sets the spoolable property.
setTcpListenerPort(int) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Sets the tcpListenerPort attribute of the LateralCacheAttributes object
setTcpListenerPort(int) - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Sets the tcpListenerPort attribute of the ILateralCacheAttributes object
setTcpServer(String) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Sets the tcpServer attribute of the LateralCacheAttributes object
setTcpServer(String) - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Sets the tcpServer attribute of the ILateralCacheAttributes object
setTcpServers(String) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Sets the tcpServers attribute of the LateralCacheAttributes object
setTcpServers(String) - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Sets the tcpServers attribute of the ILateralCacheAttributes object
setTimeToLive(long) - Method in class org.apache.jcs.engine.Attributes
Sets the timeToLive attribute of the Attributes object
setTimeToLive(long) - Method in interface org.apache.jcs.engine.behavior.IAttributes
Sets the timeToLive attribute of the IAttributes object
setTransmissionType(int) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Sets the transmissionType attribute of the LateralCacheAttributes object
setTransmissionType(int) - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Sets the transmissionType attribute of the ILateralCacheAttributes object
setTransmissionTypeName(String) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Sets the transmissionTypeName attribute of the LateralCacheAttributes object
setTransmissionTypeName(String) - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Sets the transmissionTypeName attribute of the ILateralCacheAttributes object
setUdpMulticastAddr(String) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Sets the udpMulticastAddr attribute of the LateralCacheAttributes object
setUdpMulticastAddr(String) - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Sets the udpMulticastAddr attribute of the ILateralCacheAttributes object
setUdpMulticastPort(int) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Sets the udpMulticastPort attribute of the LateralCacheAttributes object
setUdpMulticastPort(int) - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Sets the udpMulticastPort attribute of the ILateralCacheAttributes object
setUseDisk(boolean) - Method in class org.apache.jcs.engine.CompositeCacheAttributes
Sets the useDisk attribute of the CompositeCacheAttributes object
setUseDisk(boolean) - Method in interface org.apache.jcs.engine.behavior.ICompositeCacheAttributes
Sets the useDisk attribute of the ICompositeCacheAttributes object
setUseLateral(boolean) - Method in class org.apache.jcs.engine.CompositeCacheAttributes
Sets the useLateral attribute of the CompositeCacheAttributes object
setUseLateral(boolean) - Method in interface org.apache.jcs.engine.behavior.ICompositeCacheAttributes
set whether the cache should use a lateral cache
setUseMemoryShrinker(boolean) - Method in class org.apache.jcs.engine.CompositeCacheAttributes
Whether the memory cache should perform background memory shrinkage.
setUseMemoryShrinker(boolean) - Method in interface org.apache.jcs.engine.behavior.ICompositeCacheAttributes
Whether the memory cache should perform background memory shrinkage.
setUseRemote(boolean) - Method in class org.apache.jcs.engine.CompositeCacheAttributes
Sets the useRemote attribute of the CompositeCacheAttributes object
setUseRemote(boolean) - Method in interface org.apache.jcs.engine.behavior.ICompositeCacheAttributes
Sets whether the cache is remote enabled
setValue(Object) - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache.MapEntryWrapper
 
setVersion(long) - Method in class org.apache.jcs.engine.Attributes
Sets the version attribute of the Attributes object
setVersion(long) - Method in class org.apache.jcs.engine.ElementAttributes
Sets the version attribute of the IElementAttributes object
setVersion(long) - Method in interface org.apache.jcs.engine.behavior.IAttributes
Sets the version attribute of the IAttributes object
setVersion(long) - Method in interface org.apache.jcs.engine.behavior.IElementAttributes
Sets the version attribute of the IAttributes object
setupTABLE() - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCache
SETUP TABLE FOR CACHE
setupTABLE() - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCache
SETUP TABLE FOR CACHE
shouldRun - Variable in class org.apache.jcs.utils.threads.ThreadPool.ControlRunnable
Activate the execution of the action
shouldTerminate - Variable in class org.apache.jcs.utils.threads.ThreadPool.ControlRunnable
Stop this thread
shouldTerminate - Variable in class org.apache.jcs.utils.threads.ThreadPool.MonitorRunnable
 
shrink() - Method in class org.apache.jcs.engine.memory.shrinking.ShrinkerThread
This method is called when the thread wakes up.
shrinker - Variable in class org.apache.jcs.engine.memory.AbstractMemoryCache
The background memory shrinker
shrinkerInterval - Variable in class org.apache.jcs.engine.memory.shrinking.ShrinkerThread
The time to sleep between shrink runs
shrinkerIntervalSeconds - Variable in class org.apache.jcs.engine.CompositeCacheAttributes
shrinkerIntervalSeconds
shutdown() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Description of the Method
shutdown(String, int) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Description of the Method
shutdown() - Method in interface org.apache.jcs.engine.behavior.ICacheServiceAdmin
Description of the Method
shutdown(String, int) - Method in interface org.apache.jcs.engine.behavior.ICacheServiceAdmin
Description of the Method
shutdown() - Method in class org.apache.jcs.utils.threads.ThreadPool
Stop the thread pool
shutdownImpl(String, int) - Static method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactory
put your documentation comment here
simpleKeys - Variable in class org.apache.jcs.utils.data.PropertyGroups
 
simpleKeys() - Method in class org.apache.jcs.utils.data.PropertyGroups
Description of the Method
singleton - Static variable in class org.apache.jcs.utils.threads.ThreadPoolManager
The singleton thread pool manager.
size - Variable in class org.apache.jcs.engine.Attributes
Description of the Field
size - Variable in class org.apache.jcs.engine.ElementAttributes
The byte size of teh field.
socket - Variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener.ConnectionHandler
 
socket - Variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
 
socket - Variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.utils.SocketOpener
 
spoolToDisk(ICacheElement) - Method in class org.apache.jcs.engine.control.CompositeCache
Writes the specified element to any disk auxilliaries Might want to rename this "overflow" incase the hub wants to do something else.
spoolable - Variable in class org.apache.jcs.auxiliary.disk.PurgatoryElement
Is the element ready to be spooled?
start() - Method in class org.apache.jcs.utils.threads.ThreadPool
Description of the Method
started - Variable in class org.apache.jcs.utils.threads.ThreadPoolManager
True iff the thread pool has been started.
startup(String, int, String) - Static method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactory
Starts up the remote cache server on this JVM, and binds it to the registry on the given host and port.
status - Variable in class org.apache.jcs.engine.memory.AbstractMemoryCache
 
stopThePool - Variable in class org.apache.jcs.utils.threads.ThreadPool
Description of the Field
storageLock - Variable in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache
Each instance of a Disk cache should use this lock to synchronize reads and writes to the underlying storage mechansism.
substVars(String, Properties) - Static method in class org.apache.jcs.config.OptionConverter
Perform variable substitution in string val from the values of keys found in the system propeties.
systemCaches - Variable in class org.apache.jcs.engine.control.CompositeCacheManager
Internal system caches for this cache manager

T

TCP - Static variable in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
 
TIME - Static variable in class org.apache.jcs.auxiliary.remote.RemoteCacheMonitor
 
TOMCAT_ON - Static variable in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheConstants
Mapping to props file value
TOMCAT_XML - Static variable in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheConstants
Mapping to props file value
ThreadPool - class org.apache.jcs.utils.threads.ThreadPool.
A thread pool that is trying to copy the apache process management.
ThreadPool() - Constructor for class org.apache.jcs.utils.threads.ThreadPool
Constructor for the ThreadPool object
ThreadPool.ControlRunnable - class org.apache.jcs.utils.threads.ThreadPool.ControlRunnable.
A Thread object that executes various actions ( IThreadPoolRunnable ) under control of ThreadPool
ThreadPool.ControlRunnable(ThreadPool) - Constructor for class org.apache.jcs.utils.threads.ThreadPool.ControlRunnable
Start a new thread, with no method in it
ThreadPool.MonitorRunnable - class org.apache.jcs.utils.threads.ThreadPool.MonitorRunnable.
Periodically execute an action - cleanup in this case
ThreadPool.MonitorRunnable(ThreadPool) - Constructor for class org.apache.jcs.utils.threads.ThreadPool.MonitorRunnable
Constructor for the MonitorRunnable object
ThreadPoolManager - class org.apache.jcs.utils.threads.ThreadPoolManager.
Provides a singleton thread pool.
ThreadPoolManager() - Constructor for class org.apache.jcs.utils.threads.ThreadPoolManager
Can only be constructed by this class.
t - Variable in class org.apache.jcs.engine.CacheEventQueue
 
t - Variable in class org.apache.jcs.engine.control.event.ElementEventQueue
 
t - Variable in class org.apache.jcs.utils.threads.ThreadPool.ControlRunnable
The thread that executes the actions
t - Variable in class org.apache.jcs.utils.threads.ThreadPool.MonitorRunnable
 
tail - Variable in class org.apache.jcs.engine.CacheEventQueue
 
tail - Variable in class org.apache.jcs.engine.control.event.ElementEventQueue
 
take() - Method in class org.apache.jcs.engine.CacheEventQueue
 
take() - Method in class org.apache.jcs.engine.control.event.ElementEventQueue
 
tcpListenerPort - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
 
tcpServer - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
 
tcpServers - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
 
terminate() - Method in class org.apache.jcs.utils.threads.ThreadPool.ControlRunnable
Description of the Method
terminate() - Method in class org.apache.jcs.utils.threads.ThreadPool.MonitorRunnable
Stop the monitor
thData - Variable in class org.apache.jcs.utils.threads.ThreadPool.ControlRunnable
 
timeOut - Static variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
Only block for 10 seconds before timing out on a read.
timing - Static variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Description of the Field
toBoolean(String, boolean) - Static method in class org.apache.jcs.config.OptionConverter
If value is "true", then true is returned.
toFileSize(String, long) - Static method in class org.apache.jcs.config.OptionConverter
Description of the Method
toInt(String, int) - Static method in class org.apache.jcs.config.OptionConverter
Description of the Method
toRun - Variable in class org.apache.jcs.utils.threads.ThreadPool.ControlRunnable
The method that is executed in this thread
toString() - Method in class org.apache.jcs.auxiliary.disk.hsql.HSQLCacheAttributes
Description of the Method
toString() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
Description of the Method
toString() - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPCacheAttributes
Description of the Method
toString() - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPKey
Description of the Method
toString() - Method in class org.apache.jcs.auxiliary.lateral.LateralCache
Description of the Method
toString() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
Description of the Method
toString() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWait
Description of the Method
toString() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Description of the Method
toString() - Method in class org.apache.jcs.auxiliary.remote.RemoteCache
Description of the Method
toString() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Description of the Method
toString() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWait
Description of the Method
toString() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitFacade
Description of the Method
toString() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Description of the Method
toString() - Method in class org.apache.jcs.engine.Attributes
Description of the Method
toString() - Method in class org.apache.jcs.engine.CacheElement
Description of the Method
toString() - Method in class org.apache.jcs.engine.CacheEventQueue
 
toString() - Method in class org.apache.jcs.engine.CompositeCacheAttributes
Description of the Method
toString() - Method in class org.apache.jcs.engine.ElementAttributes
For logging and debugging the element IElementAttributes.
toString() - Method in class org.apache.jcs.engine.control.event.ElementEventQueue
 
toString - Variable in class org.apache.jcs.engine.control.group.GroupAttrName
 
toString() - Method in class org.apache.jcs.engine.control.group.GroupAttrName
Description of the Method
toString - Variable in class org.apache.jcs.engine.control.group.GroupId
 
toString() - Method in class org.apache.jcs.engine.control.group.GroupId
Description of the Method
toString() - Method in class org.apache.jcs.utils.data.PropertyGroups
Description of the Method
toString() - Method in class org.apache.jcs.utils.servlet.session.DistSession
Description of the Method
toString() - Method in class org.apache.jcs.utils.servlet.session.SessionInfo
Prints data to string.
transmissionType - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
 
transmissionTypeName - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
 
ttl - Variable in class org.apache.jcs.engine.Attributes
Description of the Field

U

UDP - Static variable in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
 
UNUSED_TIME - Static variable in class org.apache.jcs.utils.locking.RwLockHolder
 
UPDATE - Static variable in class org.apache.jcs.auxiliary.lateral.LateralElementDescriptor
Description of the Field
udpMulticastAddr - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
 
udpMulticastPort - Variable in class org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
 
unreferenced() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Called by the RMI runtime sometime after the runtime determines that the reference list, the list of clients referencing the remote object, becomes empty.
update(ICacheElement) - Method in interface org.apache.jcs.auxiliary.AuxiliaryCache
Puts an item to the cache.
update(ICacheElement) - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
Adds the provided element to the cache.
update(ICacheElement, byte) - Method in interface org.apache.jcs.auxiliary.disk.hsql.behavior.IHSQLCacheService
Puts a cache item to the cache.
update(ICacheElement, byte) - Method in interface org.apache.jcs.auxiliary.disk.jisp.behavior.IJISPCacheService
Puts a cache item to the cache.
update(ICacheElement) - Method in class org.apache.jcs.auxiliary.lateral.LateralCache
Description of the Method
update(ICacheElement) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWait
Description of the Method
update(ICacheElement) - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Description of the Method
update(ICacheElement, byte) - Method in class org.apache.jcs.auxiliary.lateral.ZombieLateralCacheService
Description of the Method
update(ICacheElement, byte) - Method in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheService
Puts a cache item to the cache.
update(ICacheElement, byte) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
Description of the Method
update(ICacheElement) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
update(ICacheElement, byte) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
update(ICacheElement) - Method in class org.apache.jcs.auxiliary.remote.RemoteCache
Description of the Method
update(ICacheElement) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWait
Description of the Method
update(ICacheElement) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitFacade
Description of the Method
update(ICacheElement, byte) - Method in class org.apache.jcs.auxiliary.remote.ZombieRemoteCacheService
Description of the Method
update(ICacheElement, byte) - Method in interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheService
Puts a cache item to the cache.
update(ICacheElement) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Description of the Method
update(ICacheElement, byte) - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServer
Description of the Method
update(ICacheElement) - Method in class org.apache.jcs.engine.ZombieCacheService
Description of the Method
update(ICacheElement) - Method in interface org.apache.jcs.engine.behavior.ICache
Puts an item to the cache.
update(ICacheElement) - Method in interface org.apache.jcs.engine.behavior.ICacheService
Puts a cache item to the cache.
update(ICacheElement) - Method in class org.apache.jcs.engine.control.CompositeCache
Standard update method
update(ICacheElement, boolean) - Method in class org.apache.jcs.engine.control.CompositeCache
Description of the Method
update(ICacheElement) - Method in class org.apache.jcs.engine.memory.AbstractMemoryCache
Puts an item to the cache.
update(ICacheElement) - Method in interface org.apache.jcs.engine.memory.MemoryCache
Puts an item to the cache.
update(ICacheElement) - Method in interface org.apache.jcs.engine.memory.behavior.IMemoryCache
Puts an item to the cache.
update(ICacheElement) - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache
Puts an item to the cache.
update(ICacheElement) - Method in class org.apache.jcs.engine.memory.mru.MRUMemoryCache
Puts an item to the cache.
useDisk - Variable in class org.apache.jcs.engine.CompositeCacheAttributes
 
useLateral - Variable in class org.apache.jcs.engine.CompositeCacheAttributes
 
useMemoryShrinker - Variable in class org.apache.jcs.engine.CompositeCacheAttributes
 
useRemote - Variable in class org.apache.jcs.engine.CompositeCacheAttributes
 

V

val - Variable in class org.apache.jcs.engine.CacheElement
Description of the Field
valid() - Method in class org.apache.jcs.utils.servlet.session.MetaHttpSession
Returns true iff both the session id and the http session are not null.
verifyCache() - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache
 
verifyCache(Serializable) - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCache
 
version - Variable in class org.apache.jcs.engine.Attributes
Description of the Field
version - Variable in class org.apache.jcs.engine.ElementAttributes
Description of the Field
vmid - Static variable in class org.apache.jcs.auxiliary.lateral.LateralCacheInfo
Shouldn't be used till after reconneting, after setting = thread safe Used to identify a client, so we can run multiple clients off one host.
vmid - Static variable in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerInfo
Shouldn't be used till after reconneting, after setting = thread safe Used to identify a client, so we can run multiple clients off one host.
vmid - Static variable in class org.apache.jcs.engine.CacheInfo
Shouldn't be used till after reconneting, after setting = thread safe Used to identify a client, so we can run multiple clients off one host.

W

WORK_WAIT_TIMEOUT - Static variable in class org.apache.jcs.utils.threads.ThreadPool
Description of the Field
waitBeforeRetry - Variable in class org.apache.jcs.engine.CacheEventQueue
 
waitingForReadLock - Variable in class org.apache.jcs.utils.locking.ReadWriteLock
Number of threads waiting to read.
waitingForWriteLock - Variable in class org.apache.jcs.utils.locking.ReadWriteLock
Threads waiting to get a write lock are tracked in this ArrayList to ensure that write locks are issued in the same order they are requested.
waterfal(ICacheElement) - Method in class org.apache.jcs.engine.memory.AbstractMemoryCache
Puts an item to the cache.
waterfal(ICacheElement) - Method in interface org.apache.jcs.engine.memory.MemoryCache
Spools the item contained in the provided element to disk
waterfal(ICacheElement) - Method in interface org.apache.jcs.engine.memory.behavior.IMemoryCache
Throws an item out of memory, if there is a disk cache it will be spooled.
write(byte[]) - Method in class org.apache.jcs.admin.servlet.JCSAdminServlet.CountingOnlyOutputStream
 
write(byte[], int, int) - Method in class org.apache.jcs.admin.servlet.JCSAdminServlet.CountingOnlyOutputStream
 
write(int) - Method in class org.apache.jcs.admin.servlet.JCSAdminServlet.CountingOnlyOutputStream
 
write(byte[], long) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDisk
Writes the given byte array to the Disk at the specified position.
writeExternal(ObjectOutput) - Method in class org.apache.jcs.auxiliary.disk.jisp.JISPKey
Description of the Method
writeLock(String) - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCache
Internally used write lock for purgatory item modification.
writeLock() - Method in class org.apache.jcs.utils.locking.ReadWriteLock
Issue a write lock if there are no outstanding read or write locks.
writeLock(String) - Method in class org.apache.jcs.utils.locking.ReadWriteLockManager
Places a write lock on the specified resource.
writeLock() - Method in class org.apache.jcs.utils.locking.RwLockHolder
 
writeLockedThread - Variable in class org.apache.jcs.utils.locking.ReadWriteLock
The thread that has the write lock or null.
writeObject(Serializable, long) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDisk
Description of the Method
wwwAuthHeader - Variable in class org.apache.jcs.utils.servlet.BasicHttpAuthenticator
Contains the "WWW-Authenticate" http response header.

X

XMLRPC - Static variable in interface org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
 

Z

ZombieCacheService - class org.apache.jcs.engine.ZombieCacheService.
Description of the Class
ZombieCacheService() - Constructor for class org.apache.jcs.engine.ZombieCacheService
 
ZombieCacheWatch - class org.apache.jcs.engine.ZombieCacheWatch.
Description of the Class
ZombieCacheWatch() - Constructor for class org.apache.jcs.engine.ZombieCacheWatch
 
ZombieLateralCacheService - class org.apache.jcs.auxiliary.lateral.ZombieLateralCacheService.
Description of the Class
ZombieLateralCacheService() - Constructor for class org.apache.jcs.auxiliary.lateral.ZombieLateralCacheService
 
ZombieLateralCacheWatch - class org.apache.jcs.auxiliary.lateral.ZombieLateralCacheWatch.
Description of the Class
ZombieLateralCacheWatch() - Constructor for class org.apache.jcs.auxiliary.lateral.ZombieLateralCacheWatch
 
ZombieRemoteCacheService - class org.apache.jcs.auxiliary.remote.ZombieRemoteCacheService.
Description of the Class
ZombieRemoteCacheService() - Constructor for class org.apache.jcs.auxiliary.remote.ZombieRemoteCacheService
 
ZombieRemoteCacheWatch - class org.apache.jcs.auxiliary.remote.ZombieRemoteCacheWatch.
Description of the Class
ZombieRemoteCacheWatch() - Constructor for class org.apache.jcs.auxiliary.remote.ZombieRemoteCacheWatch
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z