org.objectweb.jonas.resource.pool.api
Interface PoolResource


public interface PoolResource

The interface PoolResource defines the minimal behaviour of a resource managed by a Pool.


Method Summary
 void destroy()
          destroy is called when this resource is removed from a Pool.
 

Method Detail

destroy

void destroy()
             throws java.lang.Exception
destroy is called when this resource is removed from a Pool.

Throws:
java.lang.Exception - if an error occurs