public class EndpointFactory extends Object implements javax.resource.spi.endpoint.MessageEndpointFactory
| Modifier and Type | Field and Description |
|---|---|
protected List<ObjectName> |
jmxNames |
| Constructor and Description |
|---|
EndpointFactory(javax.resource.spi.ActivationSpec activationSpec,
MdbContainer container,
BeanContext beanContext,
MdbInstanceFactory instanceFactory,
XAResourceWrapper xaResourceWrapper) |
| Modifier and Type | Method and Description |
|---|---|
javax.resource.spi.endpoint.MessageEndpoint |
createEndpoint(XAResource xaResource) |
javax.resource.spi.endpoint.MessageEndpoint |
createEndpoint(XAResource xaResource,
long timeout) |
javax.resource.spi.ActivationSpec |
getActivationSpec() |
MdbInstanceFactory |
getInstanceFactory() |
boolean |
isDeliveryTransacted(Method method) |
protected final List<ObjectName> jmxNames
public EndpointFactory(javax.resource.spi.ActivationSpec activationSpec,
MdbContainer container,
BeanContext beanContext,
MdbInstanceFactory instanceFactory,
XAResourceWrapper xaResourceWrapper)
public javax.resource.spi.ActivationSpec getActivationSpec()
public MdbInstanceFactory getInstanceFactory()
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 © 1999–2014 The Apache Software Foundation. All rights reserved.