|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.mscontrol.impl.MsActionPerformer
public abstract class MsActionPerformer
Start time:16:25:53 2008-12-10
Project: mobicents-media-server-core
This class is super class which should be extendsed by all elements that performs some actions - send events, schedule transactions etc. It enforces synced execution without sync
| Field Summary | |
|---|---|
protected java.util.LinkedList<java.lang.Runnable> |
taskList
This list holds submited actions |
| Constructor Summary | |
|---|---|
MsActionPerformer()
|
|
| Method Summary | |
|---|---|
void |
run()
|
void |
submit(java.lang.Runnable r)
Adds runnable to queue, schedules to execution |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.LinkedList<java.lang.Runnable> taskList
| Constructor Detail |
|---|
public MsActionPerformer()
| Method Detail |
|---|
public void submit(java.lang.Runnable r)
r - public void run()
run in interface java.lang.Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||