Class ThreadContextProcedure


@Deprecated(forRemoval=true) public class ThreadContextProcedure extends Procedure
Deprecated, for removal: This API element is subject to removal in a future version.
Thread introspection will be removed in a future release.
The built-in thread context retrieval procedure.
Version:
1.0
  • Constructor Details

    • ThreadContextProcedure

      public ThreadContextProcedure(String id, String type, Dict dict)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Creates a new procedure from a serialized representation.
      Parameters:
      id - the object identifier
      type - the object type name
      dict - the serialized representation
  • Method Details

    • call

      public Object call(CallContext cx, Bindings bindings) throws ProcedureException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Executes a call of this procedure in the specified context and with the specified call bindings. The semantics of what the procedure actually does, is up to each implementation. Note that the call bindings are normally inherited from the procedure bindings with arguments bound to their call values.
      Specified by:
      call in class Procedure
      Parameters:
      cx - the procedure call context
      bindings - the call bindings to use
      Returns:
      the result of the call, or null if the call produced no result
      Throws:
      ProcedureException - if the call execution caused an error