wt.workflow.definer
Class WfProcessTemplateCache

java.lang.Object
  extended byjava.rmi.server.RemoteObject
      extended byjava.rmi.server.RemoteServer
          extended bywt.util.RMIServer
              extended bywt.cache.CacheManager
                  extended bywt.workflow.definer.WfProcessTemplateCache
All Implemented Interfaces:
CacheServer, Remote, Serializable, Unreferenced

public class WfProcessTemplateCache
extends CacheManager

This class implements cache service to store all iterations of a WfProcess template. It follows the 2-level cache paradigm. Creation and updates to WfProcess templates objects must be communicated to the cache by the WfDefiner service.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class wt.cache.CacheManager
MASTER
 
Fields inherited from class wt.util.RMIServer
csf, ssf
 
Fields inherited from class java.rmi.server.RemoteServer
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Fields inherited from interface wt.cache.CacheServer
versionID
 
Constructor Summary
WfProcessTemplateCache()
          Contruct a new WfProcess Template cache.
 
Methods inherited from class wt.cache.CacheManager
checkAccess, get, getDefaultName, getDefaultSize, 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
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WfProcessTemplateCache

public WfProcessTemplateCache()
                       throws RemoteException
Contruct a new WfProcess Template cache.