Class MessageEndpointInvocationHandler

  • All Implemented Interfaces:
    InvocationHandler, javax.resource.spi.endpoint.MessageEndpoint

    public class MessageEndpointInvocationHandler
    extends Object
    implements javax.resource.spi.endpoint.MessageEndpoint
    Author:
    Carlo de Wolf
    • Method Detail

      • afterDelivery

        public void afterDelivery()
                           throws javax.resource.ResourceException
        Specified by:
        afterDelivery in interface javax.resource.spi.endpoint.MessageEndpoint
        Throws:
        javax.resource.ResourceException
      • 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
      • doEquals

        protected boolean doEquals​(Object obj)
      • hashCode

        public int hashCode()
      • getApplicationClassLoader

        protected final ClassLoader getApplicationClassLoader()
      • getTransactionManager

        protected final javax.transaction.TransactionManager getTransactionManager()
      • release

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

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object