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

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 ConfigurationManager.getConfig()
          Returns the configuration
 Configuration ConfigurationLoader.load(Configuration config)
           
 Configuration ConfigurationLoader.load(java.lang.String path)
          Load the configuraiton information from the specified file and return it.
 

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.getAdminURL(SchemeType scheme, Configuration config)
          Returns the server administration URL for the specified scheme
static ConnectorResource ConnectorHelper.getConnectorResource(SchemeType scheme, Configuration config)
          Returns the connector resource for the supplied scheme, from the supplied configuration.
static java.lang.String ConfigHelper.getJndiURL(SchemeType scheme, Configuration config)
          Returns the embedded JNDI URL for the specified scheme
static java.lang.String ConfigHelper.getServerURL(SchemeType scheme, Configuration config)
          Returns the server URL for the specified scheme
 Configuration ConfigurationLoader.load(Configuration config)
           
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
EmbeddedJmsServer(Configuration config)
          Construct a new EmbeddedJmsServer
JmsServer(Configuration config)
          Construct a new JmsServer
 



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