Methods Summary |
---|
public void | afterDelivery()This is called by a resource adapter after a message is delivered.
|
public void | beforeDelivery(java.lang.reflect.Method method)This is called by a resource adapter before a message is delivered.
|
public void | release()This method may be called by the resource adapter to indicate that it
no longer needs a proxy endpoint instance. This hint may be used by
the application server for endpoint pooling decisions.
|