BEA Systems, Inc.

BEA WebLogic SIP Server 3.1 API Reference


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
Copyright © 2006 BEA Systems, Inc. All Rights Reserved.

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

Method Detail

run

public 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

Documentation is available at
http://e-docs.bea.com/wlcp/wlss31/
Copyright 2007 BEA Systems Inc.