Class JBossMessageEndpointFactory

  • All Implemented Interfaces:
    javax.resource.spi.endpoint.MessageEndpointFactory

    public class JBossMessageEndpointFactory
    extends Object
    implements javax.resource.spi.endpoint.MessageEndpointFactory
    Author:
    Carlo de Wolf, Richard Opalka
    • Method Detail

      • createEndpoint

        public javax.resource.spi.endpoint.MessageEndpoint createEndpoint​(XAResource xaResource)
                                                                   throws javax.resource.spi.UnavailableException
        Specified by:
        createEndpoint in interface javax.resource.spi.endpoint.MessageEndpointFactory
        Throws:
        javax.resource.spi.UnavailableException
      • createEndpoint

        public javax.resource.spi.endpoint.MessageEndpoint createEndpoint​(XAResource xaResource,
                                                                          long timeout)
                                                                   throws javax.resource.spi.UnavailableException
        Specified by:
        createEndpoint in interface javax.resource.spi.endpoint.MessageEndpointFactory
        Throws:
        javax.resource.spi.UnavailableException
      • getActivationName

        public String getActivationName()
        Specified by:
        getActivationName in interface javax.resource.spi.endpoint.MessageEndpointFactory
      • getEndpointClass

        public Class<?> getEndpointClass()
        Specified by:
        getEndpointClass in interface javax.resource.spi.endpoint.MessageEndpointFactory