| java.lang.Object org.enhydra.jdbc.pool.GenerationObject
GenerationObject | public class GenerationObject (Code) | | This class allows to store multiple things in the Generic
Pool hashtable. In our first implementation, we store the
generation number. It is used to close down all pooled objects
that were open when a error occured, allowing new pooled objects
to be allocated
|
generation | int generation(Code) | | |
GenerationObject | public GenerationObject(Object o, int generation)(Code) | | constructor
|
getCreated | public long getCreated()(Code) | | |
getGeneration | public int getGeneration()(Code) | | |
killObject | public void killObject()(Code) | | |
|
|