|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.client.jms.admin.AdministeredObject
org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
org.objectweb.joram.client.jms.QueueConnectionFactory
ConnectionFactory
.
public abstract class QueueConnectionFactory
Implements the javax.jms.QueueConnectionFactory
interface.
Field Summary |
---|
Fields inherited from class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory |
---|
identity, identityClassName, params, reliableClass |
Constructor Summary | |
---|---|
|
QueueConnectionFactory()
Deprecated. Constructs an empty QueueConnectionFactory . |
protected |
QueueConnectionFactory(java.lang.String url)
Deprecated. Constructs a QueueConnectionFactory dedicated to a given server. |
protected |
QueueConnectionFactory(java.lang.String host,
int port)
Deprecated. Constructs a QueueConnectionFactory dedicated to a given
server. |
Method Summary | |
---|---|
java.lang.String |
toString()
Deprecated. Returns a string view of the connection factory. |
Methods inherited from class org.objectweb.joram.client.jms.admin.AdministeredObject |
---|
getReference |
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()
QueueConnectionFactory
.
Needed by ObjectFactory, should only be used for internal purposes.
protected QueueConnectionFactory(java.lang.String host, int port)
QueueConnectionFactory
dedicated to a given
server.
host
- Name or IP address of the server's host.port
- Server's listening port.protected QueueConnectionFactory(java.lang.String url)
QueueConnectionFactory
dedicated to a given server.
url
- joram url.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |