wt.pom
Class PagingSessionCache
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
wt.util.RMIServer
wt.cache.CacheManager
wt.pom.PagingSessionCache
- All Implemented Interfaces:
- CacheServer, Remote, Serializable, Unreferenced
- public class PagingSessionCache
- extends CacheManager
A fixed size cache of PagingSession information.
- See Also:
CacheManager
,
Serialized Form
Method Summary |
protected void |
overflow(Object key,
Object value)
Protected method which allows subclasses of CacheManager to
take some action if so desired on a cache overflow. |
Methods inherited from class wt.cache.CacheManager |
checkAccess, get, getDefaultName, getDefaultSize, getEntry, isCacheHost, ping, put, putEntry, putEntry, reference, registerSlave, remove, remove, removeEntry, removeEntry, reset, unreferenced, update, updateEntry, updateEntry |
Methods inherited from class wt.util.RMIServer |
clone, exportObject, exportObject, exportObject, getClientSocketFactory, getPort, getServerSocketFactory, getStub, isHostInList, isLocalHost, setPort, writeReplace |
PagingSessionCache
public PagingSessionCache()
throws RemoteException
overflow
protected void overflow(Object key,
Object value)
- Description copied from class:
CacheManager
- Protected method which allows subclasses of CacheManager to
take some action if so desired on a cache overflow.
- Overrides:
overflow
in class CacheManager