|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface permits to implement as static form This interficie allows to implement all the own properties of configuration of the overlay network under a same instance. It establishes a minimum contract, the method init(), so that their values are initialized. For this reason, cast will have to be made in each place where it is necessary, to the concrete implementation.
Method Summary | |
void |
init(java.lang.String propertiesFile)
Initialize correctly the overlay configuration properties. |
java.lang.String |
typeToString(int type)
Returns a String representation of the constant specific values of type and mode of the RouteMessage. |
Method Detail |
public void init(java.lang.String propertiesFile) throws InitializationException
propertiesFile
- File with all configuration properties
of the concrete overlay. This file must to follow the
java.util.Properties contract.
InitializationException
- if an error occurs during
the initialization of the different properties.public java.lang.String typeToString(int type)
type
- Value to get its String representation.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |