Save This Page
Home » glassfish-v2ur2-b04-src » javax.resource.spi.endpoint » [javadoc | source]
javax.resource.spi.endpoint
public interface: MessageEndpoint [javadoc | source] This defines a contract for a message endpoint. This is implemented by an application server.
Method from javax.resource.spi.endpoint.MessageEndpoint Summary:
afterDelivery,   beforeDelivery,   release
Method from javax.resource.spi.endpoint.MessageEndpoint Detail:
 public  void afterDelivery() throws ResourceException
    This is called by a resource adapter after a message is delivered.
 public  void beforeDelivery(Method method) throws NoSuchMethodException, ResourceException
    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.