|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectserver.framework.Utils
public abstract class Utils
Utility class used to print server info to the console.
Constructor Summary | |
---|---|
Utils()
|
Method Summary | |
---|---|
static java.lang.String |
getCurrentTime()
|
static void |
printTimeStampedInfo(java.lang.String info)
Prints time stamped info using System.out . |
static void |
printTimeStampedInfo(java.lang.String info,
boolean error)
Method that prints the provided information with a timestamp, in the format " |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Utils()
Method Detail |
---|
public static java.lang.String getCurrentTime()
public static void printTimeStampedInfo(java.lang.String info, boolean error)
public static void printTimeStampedInfo(java.lang.String info)
System.out
.
info
- The message to print.printTimeStampedInfo(String, boolean)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |