Package | Description |
---|---|
com.caucho.jms.connection | |
javax.jms |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionImpl
A connection.
|
class |
QueueConnectionImpl
A sample queue connection factory.
|
class |
TopicConnectionImpl
A sample queue connection factory.
|
Modifier and Type | Method and Description |
---|---|
XAConnection |
ConnectionFactoryImpl.createXAConnection() |
XAConnection |
ConnectionFactoryImpl.createXAConnection(java.lang.String username,
java.lang.String password) |
Modifier and Type | Interface and Description |
---|---|
interface |
XAQueueConnection
The main destination.
|
interface |
XATopicConnection
The main destination.
|
Modifier and Type | Method and Description |
---|---|
XAConnection |
XAConnectionFactory.createXAConnection() |
XAConnection |
XAConnectionFactory.createXAConnection(java.lang.String userName,
java.lang.String password) |