public class JBossMessageEndpointFactory extends Object implements javax.resource.spi.endpoint.MessageEndpointFactory
| Constructor and Description |
|---|
JBossMessageEndpointFactory(ClassLoader classLoader,
MessageEndpointService service) |
| Modifier and Type | Method and Description |
|---|---|
javax.resource.spi.endpoint.MessageEndpoint |
createEndpoint(XAResource xaResource) |
javax.resource.spi.endpoint.MessageEndpoint |
createEndpoint(XAResource xaResource,
long timeout) |
boolean |
isDeliveryTransacted(Method method) |
public JBossMessageEndpointFactory(ClassLoader classLoader, MessageEndpointService service)
public javax.resource.spi.endpoint.MessageEndpoint createEndpoint(XAResource xaResource) throws javax.resource.spi.UnavailableException
createEndpoint in interface javax.resource.spi.endpoint.MessageEndpointFactoryjavax.resource.spi.UnavailableExceptionpublic javax.resource.spi.endpoint.MessageEndpoint createEndpoint(XAResource xaResource, long timeout) throws javax.resource.spi.UnavailableException
createEndpoint in interface javax.resource.spi.endpoint.MessageEndpointFactoryjavax.resource.spi.UnavailableExceptionpublic boolean isDeliveryTransacted(Method method) throws NoSuchMethodException
isDeliveryTransacted in interface javax.resource.spi.endpoint.MessageEndpointFactoryNoSuchMethodExceptionCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.