|
Message Queue, v4.4 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.messaging.AdministeredObject
com.sun.messaging.BasicConnectionFactory
com.sun.messaging.ConnectionFactory
com.sun.messaging.QueueConnectionFactory
public class QueueConnectionFactory
A QueueConnectionFactory
is used to create QueueConnections with
the Sun MQ Java Message Service (JMS) Point-to-Point (PTP) provider.
javax.jms.QueueConnectionFactory
,
Serialized FormField Summary |
---|
Fields inherited from class com.sun.messaging.AdministeredObject |
---|
AO_PROPERTY_TYPE_BOOLEAN, AO_PROPERTY_TYPE_INTEGER, AO_PROPERTY_TYPE_LIST, AO_PROPERTY_TYPE_LONG, AO_PROPERTY_TYPE_PROPERTYOWNER, AO_PROPERTY_TYPE_STRING, configuration, configurationLabels, configurationTypes, cr, storedVersion, VERSION |
Constructor Summary | |
---|---|
|
QueueConnectionFactory()
Constructs a QueueConnectionFactory with the default configuration. |
protected |
QueueConnectionFactory(java.lang.String defaultsBase)
Constructs a QueueConnectionFactory with the specified configuration. |
Method Summary |
---|
Methods inherited from class com.sun.messaging.ConnectionFactory |
---|
createQueueConnection, createQueueConnection, createTopicConnection, createTopicConnection, getReference |
Methods inherited from class com.sun.messaging.BasicConnectionFactory |
---|
createConnection, createConnection, getConnectionType, setConnectionType, setDefaultConfiguration, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.jms.QueueConnectionFactory |
---|
createQueueConnection, createQueueConnection |
Methods inherited from interface javax.jms.ConnectionFactory |
---|
createConnection, createConnection |
Constructor Detail |
---|
public QueueConnectionFactory()
protected QueueConnectionFactory(java.lang.String defaultsBase)
|
Message Queue, v4.4 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |