| Package | Description |
|---|---|
| com.caucho.ejb.message | |
| com.caucho.jms.jca | |
| javax.resource.spi.endpoint |
| Modifier and Type | Method and Description |
|---|---|
MessageEndpoint |
MessageManager.createEndpoint(XAResource xaResource)
Creates an endpoint with the associated XA resource.
|
MessageEndpoint |
MessageManager.createEndpoint(XAResource xaResource,
long timeout)
Creates an endpoint with the associated XA resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListenerEndpoint
The JMS MessageListener endpoint
|
| Modifier and Type | Method and Description |
|---|---|
MessageEndpoint |
ListenerEndpointFactory.createEndpoint(XAResource xaResource)
Creates an endpoint with the associated XA resource.
|
MessageEndpoint |
ListenerEndpointFactory.createEndpoint(XAResource xaResource,
long timeout)
Creates an endpoint with the associated XA resource.
|
| Modifier and Type | Method and Description |
|---|---|
MessageEndpoint |
MessageEndpointFactory.createEndpoint(XAResource xaResource)
Creates an endpoint with the associated XA resource.
|
MessageEndpoint |
MessageEndpointFactory.createEndpoint(XAResource xaResource,
long timeout)
Creates an endpoint with the associated XA resource.
|