org.mobicents.javax.servlet.sip
Interface SipApplicationSessionAsynchronousWork

All Superinterfaces:
java.io.Serializable

public interface SipApplicationSessionAsynchronousWork
extends java.io.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
 

Method Detail

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.