net.sf.farrago.catalog
Class FarragoReposImpl.ReposCache

java.lang.Object
  extended by net.sf.farrago.catalog.FarragoReposImpl.ReposCache
Enclosing class:
FarragoReposImpl

private static class FarragoReposImpl.ReposCache
extends Object


Field Summary
protected  Map<String,Pair<RefClass,String>> catalogCache
           
protected  int sessionDepth
           
 
Constructor Summary
private FarragoReposImpl.ReposCache()
           
 
Method Summary
private  void beginSession()
           
protected  void endSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sessionDepth

protected int sessionDepth

catalogCache

protected Map<String,Pair<RefClass,String>> catalogCache
Constructor Detail

FarragoReposImpl.ReposCache

private FarragoReposImpl.ReposCache()
Method Detail

beginSession

private void beginSession()

endSession

protected void endSession()