AdroitLogic UltraESB v1.7.0

org.adroitlogic.ultraesb.api
Interface ConfigurationWatcher


public interface ConfigurationWatcher

This is expected to be implemented for watching the configuration changes like add or remove of configuration elements. These elements includes endpoints, proxy services, sequences, etc..

Since:
1.5.0
See Also:
ConfigurationEvent

Method Summary
 void process(ConfigurationEvent event)
          This will be called on a change of the configuration with the respective event.
 

Method Detail

process

void process(ConfigurationEvent event)
This will be called on a change of the configuration with the respective event. The implementing party should inspect the event and take the necessary actions at processing. This is a synchronized call.

Parameters:
event - the configuration event describing the change

Copyright (c) 2010-2012 AdroitLogic Private Ltd. All rights reserved.