org.mobicents.servlet.sip.core.session
Class SipSessionAsyncTask

java.lang.Object
  extended by org.mobicents.servlet.sip.core.session.SipSessionAsyncTask
All Implemented Interfaces:
java.lang.Runnable

public class SipSessionAsyncTask
extends java.lang.Object
implements java.lang.Runnable

Wrapper around the AsynchronousWork to make sure the work is done in a thread safe manner

Author:
jean.deruelle@gmail.com

Constructor Summary
SipSessionAsyncTask(SipSessionKey key, SipSessionAsynchronousWork work, SipFactoryImpl sipFactory)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SipSessionAsyncTask

public SipSessionAsyncTask(SipSessionKey key,
                           SipSessionAsynchronousWork work,
                           SipFactoryImpl sipFactory)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2010. All Rights Reserved.