Uses of Interface
org.jmux.app.component.config.Config

Packages that use Config
org.jmux.app   
org.jmux.app.component   
org.jmux.app.component.config   
org.jmux.app.component.jmx   
 

Uses of Config in org.jmux.app
 

Classes in org.jmux.app that implement Config
 class ConfigImpl
           
 

Methods in org.jmux.app that return Config
 Config ConfigImpl.getConf(java.lang.String name)
           
 Config ConfigSAXParser.getConfig()
           
 

Methods in org.jmux.app that return types with arguments of type Config
 java.util.List<Config> ConfigImpl.getConfs(java.lang.String name)
           
 

Constructors in org.jmux.app with parameters of type Config
AppImpl(Config config)
           
 

Uses of Config in org.jmux.app.component
 

Methods in org.jmux.app.component that return Config
protected  Config AbstractComponent.getConfig()
           
 

Methods in org.jmux.app.component with parameters of type Config
 void SingletonProcess.configure(Config config, App app)
           
 void Persister.configure(Config config, App app)
           
 void MailSender.configure(Config config, App app)
           
 void JettyControl.configure(Config config, App app)
           
 void Inspector.configure(Config config, App app)
           
 void ControlManager.configure(Config config, App app)
           
 void Component.configure(Config config, App app)
           
 void ClusterProcess.configure(Config config, App app)
           
 void AbstractLoopingComponent.configure(Config config, App app)
           
 void AbstractComponent.configure(Config config, App app)
           
 

Uses of Config in org.jmux.app.component.config
 

Methods in org.jmux.app.component.config that return Config
 Config Config.getConf(java.lang.String name)
           
 

Methods in org.jmux.app.component.config that return types with arguments of type Config
 java.util.List<Config> Config.getConfs(java.lang.String name)
           
 

Uses of Config in org.jmux.app.component.jmx
 

Methods in org.jmux.app.component.jmx with parameters of type Config
 void JMXComponent.configure(Config config, App app)
           
 



Copyright © 2006-2008 jmux.org. All Rights Reserved.