com.mdp.voice
Class Util

java.lang.Object
  extended by com.mdp.voice.Util

public class Util
extends java.lang.Object


Constructor Summary
Util()
           
 
Method Summary
static java.lang.String getFormattedDate()
          Get formatted date
static void logger(java.lang.String s)
           
protected static void sleep(int i)
          Sleep for a period of time.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

logger

public static void logger(java.lang.String s)

getFormattedDate

public static java.lang.String getFormattedDate()
Get formatted date

Returns:

sleep

protected static void sleep(int i)
Sleep for a period of time.

Parameters:
i -