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.MessageEndpointFactory
javax.resource.spi.UnavailableException
public javax.resource.spi.endpoint.MessageEndpoint createEndpoint(XAResource xaResource, long timeout) throws javax.resource.spi.UnavailableException
createEndpoint
in interface javax.resource.spi.endpoint.MessageEndpointFactory
javax.resource.spi.UnavailableException
public boolean isDeliveryTransacted(Method method) throws NoSuchMethodException
isDeliveryTransacted
in interface javax.resource.spi.endpoint.MessageEndpointFactory
NoSuchMethodException
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.