wt.queue
Class QueueCache
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
wt.util.RMIServer
wt.cache.CacheManager
wt.queue.QueueCache
- All Implemented Interfaces:
- CacheServer, Remote, Serializable, Unreferenced
- public class QueueCache
- extends CacheManager
- See Also:
- Serialized Form
Constructor Summary |
QueueCache()
Contruct a new cache. |
Methods inherited from class wt.cache.CacheManager |
checkAccess, get, getDefaultName, getEntry, isCacheHost, overflow, 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 |
versionID
private static final String versionID
- See Also:
- Constant Field Values
VERBOSE
private static final boolean VERBOSE
CLASSNAME
private static final String CLASSNAME
MAX_PROCESS_QUEUES
private static int MAX_PROCESS_QUEUES
MAX_SCHEDULE_QUEUES
private static int MAX_SCHEDULE_QUEUES
queueCache
private static QueueCache queueCache
QueueCache
public QueueCache()
throws RemoteException
- Contruct a new cache.
getDefaultSize
public int getDefaultSize()
- Overriden CacheManager method to set cache size
- Overrides:
getDefaultSize
in class CacheManager
- Returns:
- default cache size
getQueueCache
public static QueueCache getQueueCache()
throws RemoteException
- Throws:
RemoteException