|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivationSpec | |
---|---|
com.caucho.ejb.cfg | |
com.caucho.ejb.message | |
com.caucho.jca.ra | |
com.caucho.jms.jca | |
javax.resource.spi |
Uses of ActivationSpec in com.caucho.ejb.cfg |
---|
Methods in com.caucho.ejb.cfg with parameters of type ActivationSpec | |
---|---|
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 |
Uses of ActivationSpec in com.caucho.ejb.message |
---|
Classes in com.caucho.ejb.message that implement ActivationSpec | |
---|---|
class |
JmsActivationSpec
|
Methods in com.caucho.ejb.message with parameters of type ActivationSpec | |
---|---|
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 |
Uses of ActivationSpec in com.caucho.jca.ra |
---|
Methods in com.caucho.jca.ra that return ActivationSpec | |
---|---|
ActivationSpec |
ConnectorConfig.ConnectionListener.getActivation()
|
ActivationSpec |
ConnectorResource.ConnectionListener.getActivation()
|
Methods in com.caucho.jca.ra with parameters of type ActivationSpec | |
---|---|
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)
|
Uses of ActivationSpec in com.caucho.jms.jca |
---|
Classes in com.caucho.jms.jca that implement ActivationSpec | |
---|---|
class |
MessageListenerSpec
The JMS MessageListener configuration specification. |
Methods in com.caucho.jms.jca with parameters of type ActivationSpec | |
---|---|
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. |
Uses of ActivationSpec in javax.resource.spi |
---|
Methods in javax.resource.spi with parameters of type ActivationSpec | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |