|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(org.exolab.jms.config.types.SchemeType scheme)
Deprecated. |
static Connector |
ConfigurationManager.getConnector()
Deprecated. This method relies on users knowing that the first connector is the one that will be used. |
static Connector |
Connector.unmarshal(java.io.Reader)
|
Connector |
Connectors.getConnector(int)
|
Connector[] |
Connectors.getConnector()
|
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)
|
void |
Connectors.addConnector(int,
Connector)
|
boolean |
Connectors.removeConnector(Connector)
|
void |
Connectors.setConnector(int,
Connector)
|
void |
Connectors.setConnector(Connector[])
|
Uses of Connector in org.exolab.jms.server |
Methods in org.exolab.jms.server with parameters of type Connector | |
protected ServerConnector |
ConnectorService.initConnector(Connector connector,
javax.naming.Context context)
Create an interface to the server for the specified connector. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |