wt.intersvrcom
Class StandardInterSvrComService.SiteInfoCache
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
wt.util.RMIServer
wt.cache.CacheManager
wt.intersvrcom.StandardInterSvrComService.SiteInfoCache
- All Implemented Interfaces:
- CacheServer, Remote, Serializable, Unreferenced
- Enclosing class:
- StandardInterSvrComService
- public static class StandardInterSvrComService.SiteInfoCache
- extends CacheManager
- See Also:
- Serialized Form
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 |
ALL_SITES_CACHE_KEY
private static final String ALL_SITES_CACHE_KEY
- See Also:
- Constant Field Values
ALL_SITES_HASHTABLE_KEY
private static final String ALL_SITES_HASHTABLE_KEY
- See Also:
- Constant Field Values
LOCAL_SITE_CACHE_KEY
private static final String LOCAL_SITE_CACHE_KEY
- See Also:
- Constant Field Values
ALL_SITESECURITY_HASHTABLE_KEY
private static final String ALL_SITESECURITY_HASHTABLE_KEY
- See Also:
- Constant Field Values
StandardInterSvrComService.SiteInfoCache
public StandardInterSvrComService.SiteInfoCache()
throws RemoteException
removeSiteSecurity
public void removeSiteSecurity(SiteSecurity ss)
initialize
public void initialize()
throws WTException
- Throws:
WTException
flushAllSites
public void flushAllSites()
getAllSiteSecurityObjects
public QueryResult getAllSiteSecurityObjects()
throws WTException
- Throws:
WTException
getAllSites
public QueryResult getAllSites()
throws WTException
- Throws:
WTException
getCachedSite
public Site getCachedSite(String url)
throws WTException
- Throws:
WTException
getCachedSiteSecurity
public SiteSecurity getCachedSiteSecurity(ObjectReference oRef)
throws WTException
- Throws:
WTException
upDateCachedSiteSecurity
public void upDateCachedSiteSecurity(SiteSecurity ss)
throws WTException
- Throws:
WTException
getTransportTypeByUrl
public Boolean getTransportTypeByUrl(String url)
getTransportTypeByName
public Boolean getTransportTypeByName(String siteName)
setTransportTypeByUrl
public void setTransportTypeByUrl(String url,
Boolean compress)
setTransportTypeByName
public void setTransportTypeByName(String siteName,
Boolean compress)
getLocalMaster
public Site getLocalMaster()
throws WTException
- Throws:
WTException