Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


com.bea.wcp.sip
Interface WlssAsynchronousAction

All Superinterfaces:
java.io.Serializable

public interface WlssAsynchronousAction
extends java.io.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(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(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.0

E18767-01


Copyright © 2005, 2010, Oracle and/or its affiliates. All rights reserved.