org.mobicents.media.server.spi.clock
Interface TimerTask


public interface TimerTask

Author:
kulikov

Method Summary
 void cancel()
          Cancels task execution.
 boolean isActive()
          Indicates is this task is active or canceled.
 

Method Detail

cancel

void cancel()
Cancels task execution.


isActive

boolean isActive()
Indicates is this task is active or canceled.

Returns:
true if this task is still active and false if this task is canceled.


Copyright © 2011. All Rights Reserved.