org.mobicents.javax.servlet.sip
Interface SipSessionAsynchronousWork
- All Superinterfaces:
- Serializable
public interface SipSessionAsynchronousWork
- extends Serializable
Applications that wants to schedule asynchronous work against a SipSession in a thread safe manner
should implement this interface.
- Author:
- jean.deruelle@gmail.com
|
Method Summary |
void |
doAsynchronousWork(SipSession sipSession)
The container guarantees that the business logic contained within this method
will be executed in a thread-safe manner when using Mobicents Concurrency Control
in SipSession mode |
doAsynchronousWork
void doAsynchronousWork(SipSession sipSession)
- The container guarantees that the business logic contained within this method
will be executed in a thread-safe manner when using Mobicents Concurrency Control
in SipSession mode
- Parameters:
sipSession - the Sip Session against which the asynchronous work is being executed
Copyright © 2010. All Rights Reserved.