org.prevayler.foundation
Class Cool

java.lang.Object
  extended by org.prevayler.foundation.Cool

public class Cool
extends Object

Cool things that are often needed.


Constructor Summary
Cool()
           
 
Method Summary
static void sleep(long milliseconds)
           
static void startDaemon(Runnable runnable)
           
static void unexpected(Exception e)
           
static void wait(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cool

public Cool()
Method Detail

wait

public static void wait(Object object)

sleep

public static void sleep(long milliseconds)

unexpected

public static void unexpected(Exception e)

startDaemon

public static void startDaemon(Runnable runnable)


Copyright © 2001-2013. All Rights Reserved.