Package | Description |
---|---|
com.caucho.ejb.message | |
com.caucho.jca.ra | |
com.caucho.jms.jca | |
javax.resource.spi | |
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 | Method and Description |
---|---|
java.util.Timer |
ResourceManagerImpl.createTimer()
Creates a new Timer instance.
|
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 |
---|---|
java.util.Timer |
BootstrapContext.createTimer()
Creates a new Timer instance.
|
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.
|