org.jboss.remoting.util
Class TimerUtil

java.lang.Object
  extended byorg.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)
           
 
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)

destroy

public static void destroy()


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