org.apache.openejb.util
Class Pool.Entry.Instance

java.lang.Object
  extended by org.apache.openejb.util.Pool.Entry.Instance
Enclosing class:
Pool.Entry

public class Pool.Entry.Instance
extends Object

Exists for the garbage collection related callbacks


Constructor Summary
Pool.Entry.Instance(T instance)
           
 
Method Summary
 Runnable discard(Pool.Event event)
           
protected  void finalize()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pool.Entry.Instance

public Pool.Entry.Instance(T instance)
Method Detail

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable

discard

public Runnable discard(Pool.Event event)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.