org.mobicents.servlet.sip.core.timers
Class ProxyTimerServiceImpl

java.lang.Object
  extended by java.util.Timer
      extended by org.mobicents.servlet.sip.core.timers.ProxyTimerServiceImpl
All Implemented Interfaces:
ProxyTimerService

public class ProxyTimerServiceImpl
extends java.util.Timer
implements ProxyTimerService

Author:
jean.deruelle@gmail.com

Constructor Summary
ProxyTimerServiceImpl()
           
 
Method Summary
 void cancel(ProxyBranchTimerTask task)
           
 boolean isStarted()
           
 void schedule(ProxyBranchTimerTask task, long delay)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.util.Timer
cancel, purge, schedule, schedule, schedule, schedule, scheduleAtFixedRate, scheduleAtFixedRate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyTimerServiceImpl

public ProxyTimerServiceImpl()
Method Detail

cancel

public void cancel(ProxyBranchTimerTask task)
Specified by:
cancel in interface ProxyTimerService

isStarted

public boolean isStarted()
Specified by:
isStarted in interface ProxyTimerService

schedule

public void schedule(ProxyBranchTimerTask task,
                     long delay)
Specified by:
schedule in interface ProxyTimerService

stop

public void stop()
Specified by:
stop in interface ProxyTimerService

start

public void start()
Specified by:
start in interface ProxyTimerService


Copyright © 2011. All Rights Reserved.