net.sf.bigyo.api
Interface ReconfigurationManager


public interface ReconfigurationManager

Author:
zsombor This interface is used to notify the container, when the component configuration changed from other component. For example, the JMX publisher have to call this method when attributes are changed.

Method Summary
 void 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.
 

Method Detail

reconfigureComponent

void 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. After notify the component about the new component (with the help of ConfigurationStrategy) and if all succeed, then try to persist the new config.

Parameters:
newConfig -


Copyright © 2004 Sourceforge.net. All Rights Reserved.