com.mchange.v1.util
Class NumberedObjectCache

java.lang.Object
  extended by com.mchange.v1.util.NumberedObjectCache

public abstract class NumberedObjectCache
extends Object


Constructor Summary
NumberedObjectCache()
           
 
Method Summary
protected abstract  Object findObject(int num)
           
 Object getObject(int num)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberedObjectCache

public NumberedObjectCache()
Method Detail

getObject

public Object getObject(int num)
                 throws Exception
Throws:
Exception

findObject

protected abstract Object findObject(int num)
                              throws Exception
Throws:
Exception