javax.resource.spi.endpoint
Interface MessageEndpoint


public interface MessageEndpoint

Version:
$Rev: 46019 $ $Date: 2004-09-14 11:56:06 +0200 (Tue, 14 Sep 2004) $

Method Summary
 void afterDelivery()
           
 void beforeDelivery(java.lang.reflect.Method method)
           
 void release()
           
 

Method Detail

beforeDelivery

public void beforeDelivery(java.lang.reflect.Method method)
                    throws java.lang.NoSuchMethodException,
                           ResourceException
Throws:
java.lang.NoSuchMethodException
ResourceException

afterDelivery

public void afterDelivery()
                   throws ResourceException
Throws:
ResourceException

release

public void release()


Copyright © {inceptionYear}-2007 null. All Rights Reserved.