wt.ufid
Class FederatableServerHelper.ReposCache
java.lang.Object
wt.ufid.FederatableServerHelper.ReposCache
- Enclosing class:
- FederatableServerHelper
- private static class FederatableServerHelper.ReposCache
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_repositoryCache
private static FederatableServerHelper.RepositoryCache _repositoryCache
_localRepository
private static Repository _localRepository
FederatableServerHelper.ReposCache
private FederatableServerHelper.ReposCache()
getCache
private static FederatableServerHelper.RepositoryCache getCache()
throws WTException
- Throws:
WTException
getLocal
public static Repository getLocal()
throws WTException
- Throws:
WTException
put
public static void put(Repository repos)
throws WTException
- Throws:
WTException
get
public static Repository get(String guid)
throws WTException
- Throws:
WTException
get
public static Repository get(ObjectIdentifier oid)
throws WTException
- Throws:
WTException
get
public static Repository get(Ufid ufid)
throws WTException
- Throws:
WTException
remove
public static void remove(Repository repos)
throws WTException
- Throws:
WTException