Class LinkAction

java.lang.Object
org.yamcs.actions.Action<Link>
org.yamcs.tctm.LinkAction

public abstract class LinkAction extends Action<Link>
  • Constructor Details

  • Method Details

    • execute

      public void execute(Link target, com.google.gson.JsonObject request, ActionResult result)
      Description copied from class: Action
      Execute an action.

      When successful, use the result parameter to provide the action result (which may be null).

      When an error occurs, use the result parameter to provide the exception.

      Specified by:
      execute in class Action<Link>
      Parameters:
      target - The target of this action
      request - Optional request options
      result - Object where to mark the successful end of an action.
    • execute

      @Deprecated public com.google.gson.JsonObject execute(Link target, com.google.gson.JsonObject request)
      Deprecated.