Uses of Class
org.exolab.jms.config.Connector

Packages that use Connector
org.exolab.jms.config   
org.exolab.jms.server   
 

Uses of Connector in org.exolab.jms.config
 

Methods in org.exolab.jms.config that return Connector
static Connector ConfigurationManager.getConnector()
          Deprecated. This method relies on users knowing that the first connector is the one that will be used.
 Connector[] Connectors.getConnector()
          Method getConnector
 Connector Connectors.getConnector(int index)
          Method getConnector
static Connector ConfigurationManager.getConnector(SchemeType scheme)
          Returns the connector configuration for the supplied scheme
 

Methods in org.exolab.jms.config with parameters of type Connector
 void Connectors.addConnector(Connector vConnector)
          Method addConnector
 void Connectors.addConnector(int index, Connector vConnector)
          Method addConnector
static JndiConfiguration JndiConfigurationFactory.create(Connector connector, Configuration config)
          Returns the JNDI configuration for a particular connector, deriving the settings from the supplied configuration
 boolean Connectors.removeConnector(Connector vConnector)
          Method removeConnector
 void Connectors.setConnector(Connector[] connectorArray)
          Method setConnector
 void Connectors.setConnector(int index, Connector vConnector)
          Method setConnector
 

Uses of Connector in org.exolab.jms.server
 

Methods in org.exolab.jms.server with parameters of type Connector
protected  JmsServerIfc JmsServer.initConnector(Connector connector, javax.naming.Context context)
          Create an interface to the server for the specified connector
 



Copyright © 1999-2005 The OpenJMS Group. All Rights Reserved.