| Package | Description |
|---|---|
| com.caucho.ejb.message | |
| com.caucho.jca.ra | |
| com.caucho.jms.jca | |
| javax.resource.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageManager<X>
JCA activation-spec server container for a message bean.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JmsResourceAdapter.endpointActivation(MessageEndpointFactory endpointFactory,
ActivationSpec spec)
Called during activation of a message endpoint.
|
void |
JmsResourceAdapter.endpointDeactivation(MessageEndpointFactory endpointFactory,
ActivationSpec spec)
Called during deactivation of a message endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
MessageEndpointFactory |
ConnectorConfig.ConnectionListener.getEndpoint() |
MessageEndpointFactory |
ConnectorResource.ConnectionListener.getEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractResourceAdapter.endpointActivation(MessageEndpointFactory endpointFactory,
ActivationSpec spec)
Called during activation of a message endpoint.
|
void |
AbstractResourceAdapter.endpointDeactivation(MessageEndpointFactory endpointFactory,
ActivationSpec spec)
Called during deactivation of a message endpoint.
|
void |
ConnectorConfig.ConnectionListener.setEndpoint(MessageEndpointFactory endpoint) |
void |
ConnectorResource.ConnectionListener.setEndpoint(MessageEndpointFactory endpoint) |
| Modifier and Type | Class and Description |
|---|---|
class |
ListenerEndpointFactory
The JMS MessageListener endpoing factory
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceAdapterImpl.endpointActivation(MessageEndpointFactory endpointFactory,
ActivationSpec spec)
Called during activation of a message endpoint.
|
void |
ResourceAdapterImpl.endpointDeactivation(MessageEndpointFactory endpointFactory,
ActivationSpec spec)
Called during deactivation of a message endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceAdapter.endpointActivation(MessageEndpointFactory endpointFactory,
ActivationSpec spec)
Called during activation of a message endpoint.
|
void |
ResourceAdapter.endpointDeactivation(MessageEndpointFactory endpointFactory,
ActivationSpec spec)
Called during deactivation of a message endpoint.
|