org.apache.openejb.util
Interface Pool.Supplier<T>

Enclosing class:
Pool<T>

public static interface Pool.Supplier<T>


Method Summary
 T create()
           
 void discard(T t, Pool.Event reason)
           
 

Method Detail

discard

void discard(T t,
             Pool.Event reason)

create

T create()


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