|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageEndpointFactory | |
---|---|
com.caucho.ejb.message | |
com.caucho.jca.ra | |
com.caucho.jms.jca | |
javax.resource.spi |
Uses of MessageEndpointFactory in com.caucho.ejb.message |
---|
Classes in com.caucho.ejb.message that implement MessageEndpointFactory | |
---|---|
class |
MessageManager<X>
JCA activation-spec server container for a message bean. |
Methods in com.caucho.ejb.message with parameters of type MessageEndpointFactory | |
---|---|
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. |
Uses of MessageEndpointFactory in com.caucho.jca.ra |
---|
Methods in com.caucho.jca.ra that return MessageEndpointFactory | |
---|---|
MessageEndpointFactory |
ConnectorConfig.ConnectionListener.getEndpoint()
|
MessageEndpointFactory |
ConnectorResource.ConnectionListener.getEndpoint()
|
Methods in com.caucho.jca.ra with parameters of type MessageEndpointFactory | |
---|---|
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)
|
Uses of MessageEndpointFactory in com.caucho.jms.jca |
---|
Classes in com.caucho.jms.jca that implement MessageEndpointFactory | |
---|---|
class |
ListenerEndpointFactory
The JMS MessageListener endpoing factory |
Methods in com.caucho.jms.jca with parameters of type MessageEndpointFactory | |
---|---|
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. |
Uses of MessageEndpointFactory in javax.resource.spi |
---|
Methods in javax.resource.spi with parameters of type MessageEndpointFactory | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |