|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.servlet.sip.core.dispatchers.DispatchTask
public abstract class DispatchTask
Generic class that allows async execution of tasks in one of the executors depending on what session isolation you need. Error handling is also done here.
| Constructor Summary | |
|---|---|
DispatchTask(SipServletMessageImpl sipServletMessage,
javax.sip.SipProvider sipProvider)
|
|
| Method Summary | |
|---|---|
abstract void |
dispatch()
|
void |
dispatchAndHandleExceptions()
|
void |
run()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DispatchTask(SipServletMessageImpl sipServletMessage,
javax.sip.SipProvider sipProvider)
| Method Detail |
|---|
public abstract void dispatch()
throws DispatcherException
DispatcherExceptionpublic void run()
run in interface java.lang.Runnablepublic void dispatchAndHandleExceptions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||