|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionFactoryImpl | |
---|---|
com.caucho.jms | |
com.caucho.jms.connection |
Uses of ConnectionFactoryImpl in com.caucho.jms |
---|
Subclasses of ConnectionFactoryImpl in com.caucho.jms | |
---|---|
class |
ConnectionFactoryImpl
Deprecated. |
class |
JmsConnectionFactory
Top-level JMS connection |
Uses of ConnectionFactoryImpl in com.caucho.jms.connection |
---|
Subclasses of ConnectionFactoryImpl in com.caucho.jms.connection | |
---|---|
class |
JVMQueueConnectionFactory
Deprecated. Use ConnectionFactoryImpl |
class |
JVMTopicConnectionFactory
Deprecated. Use ConnectionFactoryImpl |
class |
XAConnectionFactoryImpl
A sample connection factory. |
Methods in com.caucho.jms.connection that return ConnectionFactoryImpl | |
---|---|
ConnectionFactoryImpl |
ConnectionImpl.getConnectionFactory()
Returns the connection factory. |
Constructors in com.caucho.jms.connection with parameters of type ConnectionFactoryImpl | |
---|---|
ConnectionImpl(ConnectionFactoryImpl factory)
|
|
ConnectionImpl(ConnectionFactoryImpl factory,
boolean isXA)
|
|
QueueConnectionImpl(ConnectionFactoryImpl factory)
Create a new queue connection. |
|
QueueConnectionImpl(ConnectionFactoryImpl factory,
boolean isXA)
Create a new queue connection. |
|
TopicConnectionImpl(ConnectionFactoryImpl factory)
Create a new topic connection. |
|
TopicConnectionImpl(ConnectionFactoryImpl factory,
boolean isXA)
Create a new topic connection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |