planet.util
Interface BehaviourProperties
- All Superinterfaces:
- PropertiesInitializer, java.io.Serializable
- All Known Implementing Classes:
- BehaviourProperties
public interface BehaviourProperties
- extends PropertiesInitializer
This interface allows to add new behaviours to bad nodes on the overlay.
Each behaviour is binded to the type of message exchanged between nodes.
The message are defined by a type and mode field. It also allow the use
of the wildcard '*', that means, whatever type if is specified in type's
field or either whatever mode if is specified in mode's field. Through
the method init(), so that their values are initialized.
- Author:
- Marc Sanchez
Date: 10/10/2004