Package | Description |
---|---|
com.caucho.ejb.cfg | |
com.caucho.ejb.message | |
com.caucho.jca.ra | |
com.caucho.jms.jca | |
javax.resource.spi |
Modifier and Type | Method and Description |
---|---|
void |
MessageBeanConfig.add(ActivationSpec spec) |
AbstractEjbBeanManager<X> |
EjbMessageBean.deployMessageServer(EjbManager ejbManager,
java.lang.String moduleName,
EjbLazyGenerator<X> lazyGenerator,
ResourceAdapter ra,
ActivationSpec spec)
Deploys the bean.
|
void |
EjbMessageBean.setActivationSpec(ActivationSpec activationSpec)
Sets the JCA activation spec.
|
void |
MessageBeanConfig.setActivationSpec(ActivationSpec spec)
Sets the activation spec
|
Modifier and Type | Class and Description |
---|---|
class |
JmsActivationSpec |
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.
|
XAResource[] |
JmsResourceAdapter.getXAResources(ActivationSpec[] specs)
Called during crash recovery.
|
void |
MessageManager.setActivationSpec(ActivationSpec activationSpec)
Sets the activation spec
|
Modifier and Type | Method and Description |
---|---|
ActivationSpec |
ConnectorConfig.ConnectionListener.getActivation() |
ActivationSpec |
ConnectorResource.ConnectionListener.getActivation() |
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.
|
XAResource[] |
AbstractResourceAdapter.getXAResources(ActivationSpec[] specs)
Called during crash recovery.
|
void |
ConnectorConfig.ConnectionListener.setActivation(ActivationSpec activation) |
void |
ConnectorResource.ConnectionListener.setActivation(ActivationSpec activation) |
Modifier and Type | Class and Description |
---|---|
class |
MessageListenerSpec
The JMS MessageListener configuration specification.
|
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.
|
XAResource[] |
ResourceAdapterImpl.getXAResources(ActivationSpec[] specs)
Called during crash recovery.
|
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.
|
XAResource[] |
ResourceAdapter.getXAResources(ActivationSpec[] specs)
Called during crash recovery.
|