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

Part Number E17873-02

com.bea.wcp.sip
Interface WlssAction


public interface WlssAction

WlssAction is intended for use in converged applications where multiple interactions with the SipApplicationSession or SipSession require concurrency control with respect to the SIP call state.

See Also:
WlssSipApplicationSession

Method Summary
 java.lang.Object run()
          The implementing classes needs to add their business logic here.
 

Method Detail

run

java.lang.Object run()
                     throws java.lang.Exception
The implementing classes needs to add their business logic here.

Returns:
application specific return value
Throws:
java.lang.Exception

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