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

Packages that use Configuration
org.exolab.jms.authentication   
org.exolab.jms.config   
org.exolab.jms.gc   
org.exolab.jms.messagemgr   
org.exolab.jms.persistence   
org.exolab.jms.scheduler   
org.exolab.jms.server   
org.exolab.jms.server.net   
 

Uses of Configuration in org.exolab.jms.authentication
 

Constructors in org.exolab.jms.authentication with parameters of type Configuration
UserManager(Configuration config, DatabaseService database)
          Construct a new UserManager.
 

Uses of Configuration in org.exolab.jms.config
 

Methods in org.exolab.jms.config that return Configuration
 Configuration ConfigurationLoader.load(java.lang.String path)
          Loads the configuration information from the specified file.
 Configuration ConfigurationLoader.load(Configuration config)
          Loads unpopulated elements in the supplied configuration with default values.
static Configuration ConfigurationManager.getConfig()
          Deprecated. Returns the configuration
static Configuration ConfigurationReader.read(java.lang.String path)
          Loads the configuration information from the specified file.
static Configuration ConfigurationReader.read(java.io.InputStream stream)
          Loads the configuration from a stream.
static Configuration ConfigurationReader.setDefaults(Configuration config)
          Sets unpopulated elements in the supplied configuration with default values.
static Configuration Configuration.unmarshal(java.io.Reader)
           
 

Methods in org.exolab.jms.config with parameters of type Configuration
static ConnectorResource ConnectorHelper.getConnectorResource(org.exolab.jms.config.types.SchemeType scheme, Configuration config)
          Returns the connector resource for the supplied scheme, from the supplied 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(org.exolab.jms.config.types.SchemeType scheme, Configuration config)
          Returns the server URL for the specified scheme.
static java.lang.String ConfigHelper.getJndiURL(org.exolab.jms.config.types.SchemeType scheme, Configuration config)
          Returns the embedded JNDI URL for the specified scheme.
static java.lang.String ConfigHelper.getAdminURL(org.exolab.jms.config.types.SchemeType scheme, Configuration config)
          Returns the server administration URL for the specified scheme.
 Configuration ConfigurationLoader.load(Configuration config)
          Loads unpopulated elements in the supplied configuration with default values.
static void ConfigurationManager.setConfig(Configuration config)
          Deprecated. Set the configuration
static Configuration ConfigurationReader.setDefaults(Configuration config)
          Sets unpopulated elements in the supplied configuration with default values.
 

Uses of Configuration in org.exolab.jms.gc
 

Constructors in org.exolab.jms.gc with parameters of type Configuration
GarbageCollectionService(Configuration config, EventManager eventMgr)
          Create an instance of a garbage collection service.
 

Uses of Configuration in org.exolab.jms.messagemgr
 

Constructors in org.exolab.jms.messagemgr with parameters of type Configuration
DestinationConfigurator(Configuration config, DestinationManager destinations, ConsumerManager consumers)
          Create a new DestinationConfigurator.
 

Uses of Configuration in org.exolab.jms.persistence
 

Constructors in org.exolab.jms.persistence with parameters of type Configuration
DatabaseService(Configuration config)
          Construct a new DatabaseService.
 

Uses of Configuration in org.exolab.jms.scheduler
 

Constructors in org.exolab.jms.scheduler with parameters of type Configuration
Scheduler(Configuration config, org.exolab.jms.common.threads.ThreadPoolFactory factory)
          Construct a new Scheduler.
 

Uses of Configuration in org.exolab.jms.server
 

Constructors in org.exolab.jms.server with parameters of type Configuration
ConnectorService(Configuration config, org.exolab.jms.net.connector.Authenticator authenticator, ServerConnectionFactory factory, AdminConnectionManager manager, NameService names, org.exolab.jms.common.threads.ThreadPoolFactory threads)
          Construct a new ConnectorService.
AdminConnection(Configuration config, AuthenticationMgr authenticator, DestinationManager destinations, ConsumerManager consumers, DatabaseService database, Services services)
          Construct a new AdminConnection.
JmsServer(Configuration config)
          Construct a new JmsServer.
EmbeddedJmsServer(Configuration config)
          Deprecated. Construct a new EmbeddedJmsServer
NameService(Configuration config)
          Construct a new NameService.
AdminConnectionFactory(Configuration config, AuthenticationMgr authMgr, DestinationManager destMgr, ConsumerManager consumers, DatabaseService database, Services services)
          Construct a new AdminConnectionManager.
 

Uses of Configuration in org.exolab.jms.server.net
 

Methods in org.exolab.jms.server.net with parameters of type Configuration
static ConnectorCfg ConnectorCfgFactory.create(org.exolab.jms.config.types.SchemeType scheme, Configuration config)
          Creates a new ConnectorCfg.
 

Constructors in org.exolab.jms.server.net with parameters of type Configuration
RemoteServerConnector(org.exolab.jms.config.types.SchemeType scheme, Configuration config, org.exolab.jms.net.connector.Authenticator authenticator, ServerConnectionFactory factory, AdminConnectionManager manager, NameService names, org.exolab.jms.common.threads.ThreadPoolFactory threads)
          Construct a new RemoteServerConnector.
 



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