org.mobicents.javax.servlet.sip
Interface SipApplicationSessionAsynchronousWork
- All Superinterfaces:
- Serializable
public interface SipApplicationSessionAsynchronousWork
- extends Serializable
Applications that wants to schedule asynchronous work against a SipApplicationSession in a thread safe manner
should implement this interface.
- Author:
- jean.deruelle@gmail.com
|
Method Summary |
void |
doAsynchronousWork(SipApplicationSession sipApplicationSession)
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 SipApplicationSession mode |
doAsynchronousWork
void doAsynchronousWork(SipApplicationSession sipApplicationSession)
- 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 SipApplicationSession mode
- Parameters:
sipApplicationSession - the sip application session against which the asynchronous work is being executed
Copyright © 2011. All Rights Reserved.