Uses of Class
net.sf.bigyo.model.ComponentConfig

Packages that use ComponentConfig
net.sf.bigyo.api   
net.sf.bigyo.container   
net.sf.bigyo.container.config   
net.sf.bigyo.container.jmx   
 

Uses of ComponentConfig in net.sf.bigyo.api
 

Methods in net.sf.bigyo.api with parameters of type ComponentConfig
 void LifecycleListener.componentCreated(Object obj, ComponentConfig config)
           
 void LifecycleListener.componentReconfigured(Object obj, Object oldConfigBean, ComponentConfig newConfig)
           
 void ReconfigurationManager.reconfigureComponent(ComponentConfig newConfig)
          From the supplied ComponentConfig the container get the instanceName, than looks up the component, and try to get the persistent storage of it.
 

Uses of ComponentConfig in net.sf.bigyo.container
 

Methods in net.sf.bigyo.container with parameters of type ComponentConfig
 String Main.getAsXML(ComponentConfig conf)
          Deprecated. @param conf
protected  void Main.notifyReconfigurationListeners(Object component, Object oldConfigBean, ComponentConfig newConfig)
           
 

Uses of ComponentConfig in net.sf.bigyo.container.config
 

Methods in net.sf.bigyo.container.config with parameters of type ComponentConfig
 boolean ConfigurationStrategy.isModifiedSince(ComponentConfig configBean)
           
 boolean PreGeneratedWrapperStrategy.isModifiedSince(ComponentConfig oldConfigBean)
           
 boolean SimpleConfigurationStrategy.isModifiedSince(ComponentConfig configBean)
           
 void ConfigurationStrategy.reconfigureService(Object service, ComponentConfig oldConfigBean, ComponentConfig newConfigBean)
           
 void PreGeneratedWrapperStrategy.reconfigureService(Object service, ComponentConfig oldConfigBean, ComponentConfig newConfigBean)
           
 void SimpleConfigurationStrategy.reconfigureService(Object service, ComponentConfig oldConfig, ComponentConfig newConfig)
           
 

Uses of ComponentConfig in net.sf.bigyo.container.jmx
 

Methods in net.sf.bigyo.container.jmx with parameters of type ComponentConfig
 void JMXPublisher.componentCreated(Object obj, ComponentConfig config)
           
 void JMXPublisher.componentReconfigured(Object obj, Object oldConfigBean, ComponentConfig newConfig)
           
protected  String JMXPublisher.generateName(ComponentConfig config)
           
 void JMXEnabled.setConfig(ComponentConfig obj)
           
 



Copyright © 2004 Sourceforge.net. All Rights Reserved.