Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

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

List of all members.

Static Public Member Functions

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

JMSTopicConnection cern::cmw::mom::pubsub::impl::JMSTopicConnectionFactory::createJMSTopicConnection String  username,
String  password,
String  brokerList,
Boolean  loadBalancing,
Boolean  sequential,
Boolean  selectorAtBroker
throws ConnectionException [inline, 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:
Generated on Thu Apr 30 03:08:03 2009 for ACS Java API by doxygen 1.3.8