|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--universal.Debug
Permit to choose if we want to print some debugging message in the screen or not.
Field Summary | |
private static boolean |
COMM
True if we want to print also some message for debugging but which are more related to the communication beetween the different host. |
private static boolean |
DEBUG
True if we want to print all the message for debugging |
Constructor Summary | |
Debug()
|
Method Summary | |
static void |
printCommunication(java.lang.String s)
Print the message for communication |
static void |
println(java.lang.String s)
Print the message for debugging |
static java.lang.Object[] |
v2a(java.util.Vector v)
for compatibility with java 1.1.8 toArray() method did not exist in Vector |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final boolean DEBUG
private static final boolean COMM
Constructor Detail |
public Debug()
Method Detail |
public static void printCommunication(java.lang.String s)
public static void println(java.lang.String s)
public static java.lang.Object[] v2a(java.util.Vector v)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |