Package | Description |
---|---|
com.caucho.jms.connection | |
javax.jms |
Modifier and Type | Class and Description |
---|---|
class |
TopicConnectionImpl
A sample queue connection factory.
|
Modifier and Type | Method and Description |
---|---|
TopicConnection |
XAConnectionFactoryImpl.createTopicConnection()
Creates a new queue connection
|
TopicConnection |
ConnectionFactoryImpl.createTopicConnection()
Creates a new queue connection
|
TopicConnection |
XAConnectionFactoryImpl.createTopicConnection(java.lang.String username,
java.lang.String password)
Creates a new queue connection
|
TopicConnection |
ConnectionFactoryImpl.createTopicConnection(java.lang.String username,
java.lang.String password)
Creates a new queue connection
|
Modifier and Type | Interface and Description |
---|---|
interface |
XATopicConnection
The main destination.
|
Modifier and Type | Method and Description |
---|---|
TopicConnection |
TopicConnectionFactory.createTopicConnection() |
TopicConnection |
TopicConnectionFactory.createTopicConnection(java.lang.String userName,
java.lang.String password) |