org.apache.activemq.ra
Class MessageEndpointProxy
java.lang.Object
org.apache.activemq.ra.MessageEndpointProxy
- All Implemented Interfaces:
- javax.jms.MessageListener, javax.resource.spi.endpoint.MessageEndpoint
public class MessageEndpointProxy
- extends java.lang.Object
- implements javax.jms.MessageListener, javax.resource.spi.endpoint.MessageEndpoint
- Author:
- Michael Gaffney
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MessageEndpointProxy
public MessageEndpointProxy(javax.resource.spi.endpoint.MessageEndpoint endpoint)
beforeDelivery
public void beforeDelivery(java.lang.reflect.Method method)
throws java.lang.NoSuchMethodException,
javax.resource.ResourceException
- Specified by:
beforeDelivery
in interface javax.resource.spi.endpoint.MessageEndpoint
- Throws:
java.lang.NoSuchMethodException
javax.resource.ResourceException
onMessage
public void onMessage(javax.jms.Message message)
- Specified by:
onMessage
in interface javax.jms.MessageListener
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
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2011 Apache Software Foundation. All Rights Reserved.