Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.bea.wcp.sip
Interface WlssAsynchronousAction

All Superinterfaces:
Serializable

public interface WlssAsynchronousAction
extends Serializable

This interface represents the work to be done on a SipApplicationSession in an asynch manner. The container executes the run method of this object to perform the work and gurantees that this work is done in a thread-safe manner.


Method Summary
 void run(javax.servlet.sip.SipApplicationSession session)
          The run method contains the business logic to be executed on the SipApplicationSession for a given applicationSessionId in an asynchronous manner.

 

Method Detail

run

void run(javax.servlet.sip.SipApplicationSession session)
The run method contains the business logic to be executed on the SipApplicationSession for a given applicationSessionId in an asynchronous manner.
Parameters:
session - the SipApplicationSession that needs to be accessed or updated asynchronously.
See Also:
WlssSipApplicationSession.doAsynchronousAction(WlssAsynchronousAction)

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.