wt.ufid
Class FederatableServerHelper.ReposCache

java.lang.Object
  extended bywt.ufid.FederatableServerHelper.ReposCache
Enclosing class:
FederatableServerHelper

private static class FederatableServerHelper.ReposCache
extends Object


Field Summary
private static Repository _localRepository
           
private static FederatableServerHelper.RepositoryCache _repositoryCache
           
 
Constructor Summary
private FederatableServerHelper.ReposCache()
           
 
Method Summary
static Repository get(ObjectIdentifier oid)
           
static Repository get(String guid)
           
static Repository get(Ufid ufid)
           
private static FederatableServerHelper.RepositoryCache getCache()
           
static Repository getLocal()
           
static void put(Repository repos)
           
static void remove(Repository repos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_repositoryCache

private static FederatableServerHelper.RepositoryCache _repositoryCache

_localRepository

private static Repository _localRepository
Constructor Detail

FederatableServerHelper.ReposCache

private FederatableServerHelper.ReposCache()
Method Detail

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