org.mobicents.timers
Class CancelTimerAfterTxCommitRunnable

java.lang.Object
  extended by org.mobicents.timers.AfterTxCommitRunnable
      extended by org.mobicents.timers.CancelTimerAfterTxCommitRunnable
All Implemented Interfaces:
Runnable

public class CancelTimerAfterTxCommitRunnable
extends AfterTxCommitRunnable

Runnable to cancel a timer task after the tx commits.

Author:
martins

Nested Class Summary
 
Nested classes/interfaces inherited from class org.mobicents.timers.AfterTxCommitRunnable
AfterTxCommitRunnable.Type
 
Field Summary
 
Fields inherited from class org.mobicents.timers.AfterTxCommitRunnable
scheduler, task
 
Method Summary
 AfterTxCommitRunnable.Type getType()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public AfterTxCommitRunnable.Type getType()
Specified by:
getType in class AfterTxCommitRunnable

run

public void run()


Copyright © 2011. All Rights Reserved.