Uses of Class
org.apache.openejb.util.Pool.Entry

Packages that use Pool.Entry
org.apache.openejb.core.stateless   
org.apache.openejb.util   
 

Uses of Pool.Entry in org.apache.openejb.core.stateless
 

Methods in org.apache.openejb.core.stateless that return Pool.Entry
 Pool.Entry Instance.getPoolEntry()
           
 

Methods in org.apache.openejb.core.stateless with parameters of type Pool.Entry
 void Instance.setPoolEntry(Pool.Entry poolEntry)
           
 

Uses of Pool.Entry in org.apache.openejb.util
 

Methods in org.apache.openejb.util that return Pool.Entry
 Pool.Entry Pool.pop(long timeout, java.util.concurrent.TimeUnit unit)
          Any successful pop() call requires a corresponding push() or discard() call

A pop() call that returns null is considered successful.

 

Methods in org.apache.openejb.util with parameters of type Pool.Entry
 void Pool.discard(Pool.Entry entry)
           
 boolean Pool.push(Pool.Entry entry)
           
 



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