|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration | |
org.exolab.jms.config | |
org.exolab.jms.server |
Uses of Configuration in org.exolab.jms.config |
Methods in org.exolab.jms.config that return Configuration | |
static Configuration |
Configuration.unmarshal(java.io.Reader reader)
Method unmarshal |
Configuration |
ConfigurationLoader.load(java.lang.String path)
Load the configuraiton information from the specified file and return it. |
Configuration |
ConfigurationLoader.load(Configuration config)
|
static Configuration |
ConfigurationManager.getConfig()
Returns the configuration |
Methods in org.exolab.jms.config with parameters of type Configuration | |
static JndiConfiguration |
JndiConfigurationFactory.create(Configuration config)
Returns the JNDI configuration deriving the settings from the supplied configuration. |
static JndiConfiguration |
JndiConfigurationFactory.create(Connector connector,
Configuration config)
Returns the JNDI configuration for a particular connector, deriving the settings from the supplied configuration |
static java.lang.String |
ConfigHelper.getServerURL(SchemeType scheme,
Configuration config)
Returns the server URL for the specified scheme |
static java.lang.String |
ConfigHelper.getJndiURL(SchemeType scheme,
Configuration config)
Returns the embedded JNDI URL for the specified scheme |
static java.lang.String |
ConfigHelper.getAdminURL(SchemeType scheme,
Configuration config)
Returns the server administration URL for the specified scheme |
Configuration |
ConfigurationLoader.load(Configuration config)
|
static ConnectorResource |
ConnectorHelper.getConnectorResource(SchemeType scheme,
Configuration config)
Returns the connector resource for the supplied scheme, from the supplied configuration. |
static void |
ConfigurationManager.setConfig(Configuration config)
Set the configuration |
Uses of Configuration in org.exolab.jms.server |
Methods in org.exolab.jms.server with parameters of type Configuration | |
static javax.naming.Context |
NamingHelper.getInitialContext(Configuration config)
Return the initial context. |
Constructors in org.exolab.jms.server with parameters of type Configuration | |
JmsServer(Configuration config)
Construct a new JmsServer |
|
EmbeddedJmsServer(Configuration config)
Construct a new EmbeddedJmsServer |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |