javax.resource.spi.endpoint
Interface MessageEndpoint


public interface MessageEndpoint

Version:
$Rev: 704729 $ $Date: 2008-10-14 18:59:51 -0400 (Tue, 14 Oct 2008) $

Method Summary
 void afterDelivery()
           
 void beforeDelivery(Method method)
           
 void release()
           
 

Method Detail

beforeDelivery

void beforeDelivery(Method method)
                    throws NoSuchMethodException,
                           ResourceException
Throws:
NoSuchMethodException
ResourceException

afterDelivery

void afterDelivery()
                   throws ResourceException
Throws:
ResourceException

release

void release()


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.