|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OverlayProperties
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 | |
---|---|
int |
getTypeForApplicationMessage()
Returns RouteMessage type for Application level. |
java.lang.String |
modeToString(int mode)
Returns a string representation of each of event mode and RouteMessage mode. |
java.lang.String |
typeToString(int type)
Returns a String representation of the constant specific values of type the RouteMessage. |
Methods inherited from interface planet.util.PropertiesInitializer |
---|
init |
Method Detail |
---|
java.lang.String typeToString(int type)
type
- Value to get its String representation.
java.lang.String modeToString(int mode)
mode
- Mode of the RouteMessage to get its
String representation.
int getTypeForApplicationMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |