Oracle Fusion Middleware
Oracle WebLogic SIP Server API Reference
11g Release 1 (10.3.4)

Part Number E17873-02

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)

Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic SIP Server API Reference
11g Release 1 (10.3.4)

Part Number E17873-02