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
 Connector Connectors.getConnector(int index)
          Method getConnector
 Connector[] Connectors.getConnector()
          Method getConnector
static Connector Connector.unmarshal(java.io.Reader reader)
          Method unmarshal
static Connector ConfigurationManager.getConnector(SchemeType scheme)
          Returns the connector configuration for the supplied scheme
static Connector ConfigurationManager.getConnector()
          Deprecated. This method relies on users knowing that the first connector is the one that will be used.
 

Methods in org.exolab.jms.config with parameters of type Connector
static JndiConfiguration JndiConfigurationFactory.create(Connector connector, Configuration config)
          Returns the JNDI configuration for a particular connector, deriving the settings from the supplied configuration
 void Connectors.addConnector(Connector vConnector)
          Method addConnector
 void Connectors.addConnector(int index, Connector vConnector)
          Method addConnector
 boolean Connectors.removeConnector(Connector vConnector)
          Method removeConnector
 void Connectors.setConnector(int index, Connector vConnector)
          Method setConnector
 void Connectors.setConnector(Connector[] connectorArray)
          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-2004 The OpenJMS Group. All Rights Reserved.