org.openejb.mdb
Class EndpointProxy
java.lang.Object
org.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: 444774 $ $Date: 2004-06-22 21:04:53 +0200 (Tue, 22 Jun 2004) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndpointProxy
public EndpointProxy(EndpointHandler interceptor)
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-2006 OpenEJB. All Rights Reserved.