Searched defs:destroyObject (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/pool/
H A DPool.java87 * returnObject(obj) or through destroyObject(obj).
95 * the pool using either returnObject(obj) or through destroyObject(obj).
100 public void destroyObject(Object obj); method in interface:Pool
H A DNonBlockingPool.java282 * returnObject(obj) or through destroyObject(obj).
309 * the pool using either returnObject(obj) or through destroyObject(obj).
313 public void destroyObject(Object object) { method in class:NonBlockingPool
325 _logger.log(Level.FINE, "exception in destroyObject", ex);
364 destroyObject(o);
H A DAbstractPool.java267 * returnObject(obj) or through destroyObject(obj).
283 * the pool using either returnObject(obj) or through destroyObject(obj).
287 public void destroyObject(Object object) { method in class:AbstractPool
298 _logger.log(Level.FINE, "Exception in destroyObject()", ex);

Completed in 40 milliseconds