org.mobicents.util
Class LocalTimer

java.lang.Object
  extended by org.mobicents.util.LocalTimer

public class LocalTimer
extends java.lang.Object

Author:
Oleg Kulikov

Constructor Summary
LocalTimer()
          Creates a new instance of Timer
 
Method Summary
 void reset(int delay)
           
 void schedule(java.lang.Runnable task, int delay)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalTimer

public LocalTimer()
Creates a new instance of Timer

Method Detail

schedule

public void schedule(java.lang.Runnable task,
                     int delay)

stop

public void stop()

reset

public void reset(int delay)


Copyright © 2010. All Rights Reserved.