org.pf.bif.lifecycle
Interface IConfigurable<K,V>


public interface IConfigurable<K,V>

Defines a generic configuration method

Version:
1.0
Author:
M.Duchrow

Method Summary
 void configure(Map<K,V> configuration)
          Configure the receiver with the data provided by the given map
 

Method Detail

configure

void configure(Map<K,V> configuration)
Configure the receiver with the data provided by the given map

Parameters:
configuration - Contains the configuration data as key/value pairs


Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.