org.apache.openejb.core.mdb
Class EndpointFactory
java.lang.Object
org.apache.openejb.core.mdb.EndpointFactory
- All Implemented Interfaces:
- javax.resource.spi.endpoint.MessageEndpointFactory
public class EndpointFactory
- extends java.lang.Object
- implements javax.resource.spi.endpoint.MessageEndpointFactory
Field Summary |
protected java.util.List<javax.management.ObjectName> |
jmxNames
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jmxNames
protected final java.util.List<javax.management.ObjectName> jmxNames
EndpointFactory
public EndpointFactory(javax.resource.spi.ActivationSpec activationSpec,
MdbContainer container,
CoreDeploymentInfo deploymentInfo,
MdbInstanceFactory instanceFactory,
XAResourceWrapper xaResourceWrapper)
getActivationSpec
public javax.resource.spi.ActivationSpec getActivationSpec()
getInstanceFactory
public MdbInstanceFactory getInstanceFactory()
createEndpoint
public javax.resource.spi.endpoint.MessageEndpoint createEndpoint(javax.transaction.xa.XAResource xaResource)
throws javax.resource.spi.UnavailableException
- Specified by:
createEndpoint
in interface javax.resource.spi.endpoint.MessageEndpointFactory
- Throws:
javax.resource.spi.UnavailableException
isDeliveryTransacted
public boolean isDeliveryTransacted(java.lang.reflect.Method method)
throws java.lang.NoSuchMethodException
- Specified by:
isDeliveryTransacted
in interface javax.resource.spi.endpoint.MessageEndpointFactory
- Throws:
java.lang.NoSuchMethodException
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.