Interface WlssAction


public interface WlssAction
Deprecated.
Use JSR-236(Concurrency Utilities for Java EE concurrency) API javax.enterprise.concurrent.ContextService instead
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.
Author:
Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    run()
    Deprecated.
    The implementing classes needs to add their business logic here.
  • Method Details

    • run

      Object run() throws Exception
      Deprecated.
      The implementing classes needs to add their business logic here.
      Returns:
      application specific return value
      Throws:
      Exception