|
jBroker® MQ 2.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.omg.CORBA.portable.ObjectImpl
|
+--com.sssw.jbroker.orb.ValueWrapper
|
+--com.sssw.jms.api.JMQAdministeredObject
|
+--com.sssw.jms.api.JMQConnectionFactory
|
+--com.sssw.jms.api.JMQQueueConnectionFactory
A client uses a JMQQueueConnectionFactory to create
JMQQueueConnection's.
| Fields inherited from class com.sssw.jms.api.JMQConnectionFactory |
IIOP_PROTOCOL, IIOP_SSL_PROTOCOL, QUEUE, TOPIC, XA_QUEUE, XA_TOPIC |
| Constructor Summary | |
JMQQueueConnectionFactory()
Construct a JMQQueueConnectionFactory. |
|
JMQQueueConnectionFactory(String protocol)
Construct a JMQQueueConnectionFactory with a given
protocol. |
|
JMQQueueConnectionFactory(String protocol,
String clientId)
Construct a JMQQueueConnectionFactory with a given
protocol, and client Id. |
|
JMQQueueConnectionFactory(String protocol,
String hostName,
String clientId)
Construct a JMQQueueConnectionFactory with a given
protocol, server hostname, and client id. |
|
JMQQueueConnectionFactory(String protocol,
String hostName,
String clientId,
int port)
Construct a JMQQueueConnectionFactory with a given
protocol, server hostname, server port, client id. |
|
JMQQueueConnectionFactory(String protocol,
String hostName,
String clientId,
int port,
JMQServerInfo[] servers)
Construct a JMQQueueConnectionFactory with a given
protocol, cluster information, and client id. |
|
JMQQueueConnectionFactory(String protocol,
String hostName,
String clientId,
int port,
String userName,
String password)
Construct a JMQQueueConnectionFactory with a given
protocol, server hostname, server port, client id, username, and
password. |
|
JMQQueueConnectionFactory(String protocol,
String hostName,
String clientId,
int port,
String userName,
String password,
JMQServerInfo[] servers)
Construct a JMQQueueConnectionFactory with a given
protocol, cluster information, and client id. |
|
| Method Summary | |
QueueConnection |
createQueueConnection()
Create a QueueConnection using the factory's default
configuration. |
QueueConnection |
createQueueConnection(String user,
String password)
Create a QueueConnection using the factory's default
configuration and specified user name and password. |
String |
toString()
Return a pretty printed string form of this connection factory |
| Methods inherited from class com.sssw.jms.api.JMQConnectionFactory |
addCACertificate, createConnection, createConnection, getCipherSuites, getClientId, getDefaultPassword, getDefaultUserName, getHost, getPort, getProtocol, getReference, getServers, getType, isClientPull, setCertificateChain, setCertificateChain, setCipherSuites, setClientId, setClientPull, setDefaultPassword, setDefaultUserName, setHost, setPort, setProtocol, setServers |
| Methods inherited from class com.sssw.jbroker.orb.ValueWrapper |
_ids |
| Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public JMQQueueConnectionFactory()
JMQQueueConnectionFactory. The protocol
defaults to IIOP_PROTOCOL.JMQQueueConnectionFactory(String),
JMQConnectionFactory.IIOP_PROTOCOLpublic JMQQueueConnectionFactory(String protocol)
JMQQueueConnectionFactory with a given
protocol. The client Id defaults to null.protocol - the protocol used to communicate with the jBroker
MQ serverJMQQueueConnectionFactory(String, String)
public JMQQueueConnectionFactory(String protocol,
String clientId)
JMQQueueConnectionFactory with a given
protocol, and client Id. The hostname defaults to "localhost".protocol - the protocol used to communicate with the jBroker
MQ serverclientId - the client identifier used by default by connections
created using this factoryJMQQueueConnectionFactory(String, String, String)
public JMQQueueConnectionFactory(String protocol,
String hostName,
String clientId)
JMQQueueConnectionFactory with a given
protocol, server hostname, and client id. The default port 3506
is used.protocol - the protocol used to communicate with the jBroker
MQ serverhostName - the host name of jBroker MQ serverclientId - the client identifier used by default by connections
created using this factoryJMQQueueConnectionFactory(String, String, String, int)
public JMQQueueConnectionFactory(String protocol,
String hostName,
String clientId,
int port)
JMQQueueConnectionFactory with a given
protocol, server hostname, server port, client id. The username
and password are set to null.protocol - the protocol used to communicate with the jBroker
MQ serverhostName - the host name of jBroker MQ serverclientId - the client identifier used by default by connections
created using this factoryport - the port where jBroker MQ server is runningJMQQueueConnectionFactory(String, String, String, int, String, String)
public JMQQueueConnectionFactory(String protocol,
String hostName,
String clientId,
int port,
JMQServerInfo[] servers)
JMQQueueConnectionFactory with a given
protocol, cluster information, and client id. The username and
password are set to null.protocol - the protocol used to communicate with the jBroker
MQ serverhostName - the host name of the primary jBroker MQ serverclientId - the client identifier used by default by connections
created using this factoryport - the port where jBroker MQ server is runningservers - an array of host/port pairs for servers in clusterJMQQueueConnectionFactory(String, String, String, int, String, String, JMQServerInfo[])
public JMQQueueConnectionFactory(String protocol,
String hostName,
String clientId,
int port,
String userName,
String password)
JMQQueueConnectionFactory with a given
protocol, server hostname, server port, client id, username, and
password.protocol - the protocol used to communicate with the jBroker
MQ serverhostName - the host name of jBroker MQ serverclientId - the client identifier used by default by connections
created using this factoryport - the port where jBroker MQ server is runninguserName - default user name when creating connections using
this factorypassword - default password when creating connections using
this factory
public JMQQueueConnectionFactory(String protocol,
String hostName,
String clientId,
int port,
String userName,
String password,
JMQServerInfo[] servers)
JMQQueueConnectionFactory with a given
protocol, cluster information, and client id. The username and
password are set to null.protocol - the protocol used to communicate with the jBroker
MQ serverhostName - the host name of the primary jBroker MQ serverclientId - the client identifier used by default by connections
created using this factoryport - the port where jBroker MQ server is runninguserName - default user name when creating connections using
this factorypassword - default password when creating connections using
this factoryservers - an array of host/port pairs for servers in cluster| Method Detail |
public QueueConnection createQueueConnection()
throws JMSException
QueueConnection using the factory's default
configuration.createQueueConnection in interface QueueConnectionFactoryQueueConnection object.
public QueueConnection createQueueConnection(String user,
String password)
throws JMSException
QueueConnection using the factory's default
configuration and specified user name and password.createQueueConnection in interface QueueConnectionFactoryuserName - connection user namepassword - connection passwordQueueConnection object.public String toString()
JMQConnectionFactorytoString in class JMQConnectionFactorycom.sssw.jms.api.JMQConnectionFactory
|
jBroker® MQ 2.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||