org.ikasan.framework.configuration.service
Interface ConfigurationService<RESOURCE,MODEL>

All Known Implementing Classes:
ConfiguredResourceConfigurationService

public interface ConfigurationService<RESOURCE,MODEL>

ConfigurationService defines the operational contract of any configuration service in Ikasan.

Author:
Ikasan Development Team

Method Summary
 void configure(RESOURCE configuredResource)
          Configure the given resource.
 void update(RESOURCE configuredResource)
          Update the confgiured resources configuration dynamically at runtime.
 

Method Detail

configure

void configure(RESOURCE configuredResource)
Configure the given resource.

Parameters:
configuredResource -

update

void update(RESOURCE configuredResource)
Update the confgiured resources configuration dynamically at runtime.

Parameters:
configuredResource -


Copyright © 2007-2012 Ikasan. All Rights Reserved.