org.openejb.mdb
Class EndpointProxy

java.lang.Object
  extended byorg.openejb.mdb.EndpointProxy
All Implemented Interfaces:
javax.resource.spi.endpoint.MessageEndpoint

public class EndpointProxy
extends Object
implements javax.resource.spi.endpoint.MessageEndpoint

Base class for MessageEndpoint invocations. Handles operations which can be performed directly by the proxy.

Version:
$Revision: 1.1 $ $Date: 2004/06/22 19:04:53 $

Constructor Summary
EndpointProxy(EndpointHandler interceptor)
           
 
Method Summary
 void afterDelivery()
           
 void beforeDelivery(Method method)
           
 void release()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointProxy

public EndpointProxy(EndpointHandler interceptor)
Method Detail

beforeDelivery

public void beforeDelivery(Method method)
                    throws NoSuchMethodException,
                           javax.resource.ResourceException
Specified by:
beforeDelivery in interface javax.resource.spi.endpoint.MessageEndpoint
Throws:
NoSuchMethodException
javax.resource.ResourceException

afterDelivery

public void afterDelivery()
                   throws javax.resource.ResourceException
Specified by:
afterDelivery in interface javax.resource.spi.endpoint.MessageEndpoint
Throws:
javax.resource.ResourceException

release

public void release()
Specified by:
release in interface javax.resource.spi.endpoint.MessageEndpoint


Copyright © 1999-2005 OpenEJB. All Rights Reserved.