|
Message Queue, v4.4 API Specification | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionFactory | |
---|---|
com.sun.messaging | Provides the Sun GlassFish(tm) Message Queue public classes. |
javax.jms | The Java Message Service (JMS) API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages. |
Uses of ConnectionFactory in com.sun.messaging |
---|
Classes in com.sun.messaging that implement ConnectionFactory | |
---|---|
class |
BasicConnectionFactory
A BasicConnectionFactory encapsulates Sun MQ specific configuration information
for Sun MQ ConnectionFactory objects and is used to create Connections with
a Sun MQ Java Message Service (JMS) provider. |
class |
ConnectionFactory
A ConnectionFactory is used to create Connections with
the Sun MQ Java Message Service (JMS) provider. |
class |
QueueConnectionFactory
A QueueConnectionFactory is used to create QueueConnections with
the Sun MQ Java Message Service (JMS) Point-to-Point (PTP) provider. |
class |
TopicConnectionFactory
A TopicConnectionFactory is used to create TopicConnections with
the Sun MQ Java Message Service (JMS) Publish/Subscribe (Pub/Sub) provider. |
class |
XAConnectionFactory
An XAConnectionFactory is used to create XAConnections with
the Sun MQ Java Message Service (JMS) provider. |
class |
XAQueueConnectionFactory
An XAQueueConnectionFactory is used to create XAQueueConnections with
a Java Message Service (JMS) Point-to-Point (PTP) provider. |
class |
XATopicConnectionFactory
An XATopicConnectionFactory is used to create XATopicConnections with
a Java Message Service (JMS) Publish/Subscribe (Pub/Sub) provider. |
Uses of ConnectionFactory in javax.jms |
---|
Subinterfaces of ConnectionFactory in javax.jms | |
---|---|
interface |
QueueConnectionFactory
A client uses a QueueConnectionFactory object to create
QueueConnection objects with a point-to-point JMS provider. |
interface |
TopicConnectionFactory
A client uses a TopicConnectionFactory object to create
TopicConnection objects with a publish/subscribe JMS provider. |
interface |
XAQueueConnectionFactory
An XAQueueConnectionFactory provides the same create options as
a QueueConnectionFactory (optional). |
interface |
XATopicConnectionFactory
An XATopicConnectionFactory provides the same create options as
a TopicConnectionFactory (optional). |
|
Message Queue, v4.4 API Specification | |||||||||
PREV NEXT | FRAMES NO FRAMES |