org.mobicents.servlet.sip.core.timers
Interface ProxyTimerService

All Known Implementing Classes:
ProxyTimerServiceImpl

public interface ProxyTimerService

Author:
jean.deruelle@gmail.com

Method Summary
 void cancel(ProxyBranchTimerTask task)
           
 boolean isStarted()
           
 void schedule(ProxyBranchTimerTask task, long delay)
           
 void start()
           
 void stop()
           
 

Method Detail

schedule

void schedule(ProxyBranchTimerTask task,
              long delay)

cancel

void cancel(ProxyBranchTimerTask task)

start

void start()

stop

void stop()

isStarted

boolean isStarted()


Copyright © 2011. All Rights Reserved.