Package | Description |
---|---|
com.caucho.jms | |
com.caucho.jms.connection | |
javax.jms |
Modifier and Type | Method and Description |
---|---|
Connection |
Jms.createConnection() |
Modifier and Type | Method and Description |
---|---|
Session |
Jms.createListener(Connection conn,
Destination queue,
MessageListener listener)
Creates a session and listener.
|
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 |
---|---|
Connection |
XAConnectionFactoryImpl.createConnection()
Creates a new queue connection
|
Connection |
ConnectionFactoryImpl.createConnection()
Creates a new queue connection
|
Connection |
XAConnectionFactoryImpl.createConnection(java.lang.String username,
java.lang.String password)
Creates a new connection
|
Connection |
ConnectionFactoryImpl.createConnection(java.lang.String username,
java.lang.String password)
Creates a new connection
|
Modifier and Type | Interface and Description |
---|---|
interface |
QueueConnection
The main destination.
|
interface |
TopicConnection
The main destination.
|
interface |
XAConnection
The main destination.
|
interface |
XAQueueConnection
The main destination.
|
interface |
XATopicConnection
The main destination.
|
Modifier and Type | Method and Description |
---|---|
Connection |
ConnectionFactory.createConnection() |
Connection |
ConnectionFactory.createConnection(java.lang.String userName,
java.lang.String password) |