|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.timers.AfterTxCommitRunnable
public abstract class AfterTxCommitRunnable
Base class for Runnable's to be run after tx commit.
| 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 |
|---|
protected final TimerTask task
protected final FaultTolerantScheduler scheduler
| Constructor Detail |
|---|
public AfterTxCommitRunnable(TimerTask task,
FaultTolerantScheduler scheduler)
| Method Detail |
|---|
public abstract AfterTxCommitRunnable.Type getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||