org.mobicents.timers
Class AfterTxCommitRunnable

java.lang.Object
  extended by org.mobicents.timers.AfterTxCommitRunnable
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
CancelTimerAfterTxCommitRunnable, SetTimerAfterTxCommitRunnable

public abstract class AfterTxCommitRunnable
extends Object
implements Runnable

Base class for Runnable's to be run after tx commit.

Author:
martins

Nested Class Summary
static class AfterTxCommitRunnable.Type
           
 
Field Summary
protected  FaultTolerantScheduler scheduler
           
protected  TimerTask task
           
 
Constructor Summary
AfterTxCommitRunnable(TimerTask task, FaultTolerantScheduler scheduler)
           
 
Method Summary
abstract  AfterTxCommitRunnable.Type getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Field Detail

task

protected final TimerTask task

scheduler

protected final FaultTolerantScheduler scheduler
Constructor Detail

AfterTxCommitRunnable

public AfterTxCommitRunnable(TimerTask task,
                             FaultTolerantScheduler scheduler)
Method Detail

getType

public abstract AfterTxCommitRunnable.Type getType()


Copyright © 2011. All Rights Reserved.