org.jboss.remoting.util
Class TimerUtil

java.lang.Object
  extended by org.jboss.remoting.util.TimerUtil

public class TimerUtil
extends java.lang.Object

Author:
Tom Elrod

Constructor Summary
TimerUtil()
           
 
Method Summary
static void destroy()
           
static void schedule(java.util.TimerTask task, long period)
           
static void unschedule(java.util.TimerTask task)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerUtil

public TimerUtil()
Method Detail

schedule

public static void schedule(java.util.TimerTask task,
                            long period)

unschedule

public static void unschedule(java.util.TimerTask task)

destroy

public static void destroy()


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.