org.mobicents.javax.servlet.sip
Interface SipSessionAsynchronousWork

All Superinterfaces:
java.io.Serializable

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

Method Detail

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 © 2011. All Rights Reserved.