Package | Description |
---|---|
com.caucho.jms.connection | |
javax.jms |
Modifier and Type | Class and Description |
---|---|
class |
QueueConnectionImpl
A sample queue connection factory.
|
Modifier and Type | Method and Description |
---|---|
QueueConnection |
XAConnectionFactoryImpl.createQueueConnection()
Creates a new queue connection
|
QueueConnection |
ConnectionFactoryImpl.createQueueConnection()
Creates a new queue connection
|
QueueConnection |
XAConnectionFactoryImpl.createQueueConnection(java.lang.String username,
java.lang.String password)
Creates a new queue connection
|
QueueConnection |
ConnectionFactoryImpl.createQueueConnection(java.lang.String username,
java.lang.String password)
Creates a new queue connection
|
Modifier and Type | Interface and Description |
---|---|
interface |
XAQueueConnection
The main destination.
|
Modifier and Type | Method and Description |
---|---|
QueueConnection |
QueueConnectionFactory.createQueueConnection() |
QueueConnection |
QueueConnectionFactory.createQueueConnection(java.lang.String userName,
java.lang.String password) |