Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
EJBServer.getConnectionFactory()
Gets the jndi name of the jmsQueueConnectionFactory
|
Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
EjbMessageBean.getConnectionFactory()
Returns the destination.
|
Modifier and Type | Method and Description |
---|---|
void |
EjbMessageBean.setConnectionFactoryValue(ConnectionFactory factory)
Sets the connection factory.
|
Modifier and Type | Method and Description |
---|---|
void |
EjbManager.setJmsConnectionFactory(ConnectionFactory factory)
The JMS connection factory for the container.
|
Modifier and Type | Method and Description |
---|---|
void |
BamJmsService.setConnectionFactory(ConnectionFactory factory)
Sets the connection factory
|
Modifier and Type | Class and Description |
---|---|
class |
JmsConnectionFactory
Top-level JMS connection
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionFactoryImpl
A sample connection factory.
|
class |
JVMQueueConnectionFactory
Deprecated.
Use ConnectionFactoryImpl
|
class |
JVMTopicConnectionFactory
Deprecated.
Use ConnectionFactoryImpl
|
class |
XAConnectionFactoryImpl
A sample connection factory.
|
Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
ResourceAdapterImpl.getConnectionFactory()
Gets the connection factory.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceAdapterImpl.setConnectionFactory(ConnectionFactory factory)
Sets the connection factory.
|
Constructor and Description |
---|
ManagedSessionImpl(ConnectionFactory factory,
Destination destination) |
Modifier and Type | Method and Description |
---|---|
void |
JmsBlockingQueue.setFactory(ConnectionFactory factory) |
Constructor and Description |
---|
JmsBlockingQueue(ConnectionFactory factory,
Destination destination) |
Modifier and Type | Method and Description |
---|---|
void |
MessageSenderResource.setConnectionFactory(ConnectionFactory factory)
Sets the JMS connection factory.
|
void |
ListenerResource.setConnectionFactory(ConnectionFactory factory)
Sets the JMS connection factory.
|
Modifier and Type | Method and Description |
---|---|
void |
JMSServlet.setConnectionFactory(ConnectionFactory connectionFactory) |
void |
HessianListener.setConnectionFactory(ConnectionFactory connectionFactory)
Sets the name of the connection factory.
|
Modifier and Type | Method and Description |
---|---|
void |
JmsHandler.setConnectionFactory(ConnectionFactory factory)
Sets the connection factory
|
Constructor and Description |
---|
JMSQueue(ConnectionFactory connectionFactory,
Destination queue)
Connects to a named queue.
|
Modifier and Type | Interface and Description |
---|---|
interface |
QueueConnectionFactory
The main destination.
|
interface |
TopicConnectionFactory
The main destination.
|
interface |
XAQueueConnectionFactory
The main destination.
|
interface |
XATopicConnectionFactory
The main destination.
|