javax.resource.spi.endpoint
Interface MessageEndpoint


public interface MessageEndpoint

Version:
$Rev: 704729 $ $Date: 2008-10-15 00:59:51 +0200 (Mi, 15. Okt 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-2012 The Apache Software Foundation. All Rights Reserved.