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 java.lang.Object

Exists for the garbage collection related callbacks


Constructor Summary
Pool.Entry.Instance(T instance)
           
 
Method Summary
 java.lang.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 java.lang.Throwable
Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable

discard

public java.lang.Runnable discard(Pool.Event event)


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