Static Public Member Functions

cern.cmw.mom.pubsub.impl.JMSTopicConnectionFactory Class Reference

List of all members.

Static Public Member Functions

static JMSTopicConnection createJMSTopicConnection (String username, String password, String brokerList, Boolean loadBalancing, Boolean sequential, Boolean selectorAtBroker) throws ConnectionException

Detailed Description

Factory class. Creates instances of JMSTopicConnection.

Version:
1.0 23 Jan 2001
Author:
Controls Middleware Project
See also:
JMSTopicConnection

Member Function Documentation

static JMSTopicConnection cern.cmw.mom.pubsub.impl.JMSTopicConnectionFactory.createJMSTopicConnection ( String  username,
String  password,
String  brokerList,
Boolean  loadBalancing,
Boolean  sequential,
Boolean  selectorAtBroker 
) throws ConnectionException [static]

Factory method.

Parameters:
username the user name
password the password
brokerList the coma separated broker URLs list (in the form [protocol://]hostname[:port])
loadBalancing if true, indicates that the client is willing to have a connect request re-directed to another broker within the list
sequential if true, the broker list will be scanned sequentially
selectorAtBroker if true, selectors will be evaluated on the broker side
Returns:
JMSTopicConnection the JMSTopicConnection instance.
Exceptions:
ConnectionException the system was unable to create the instance.

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties