Package org.yamcs

Class StreamTcCommandReleaser

java.lang.Object
com.google.common.util.concurrent.AbstractService
org.yamcs.AbstractProcessorService
org.yamcs.StreamTcCommandReleaser
All Implemented Interfaces:
com.google.common.util.concurrent.Service, CommandReleaser, ProcessorService

public class StreamTcCommandReleaser extends AbstractProcessorService implements CommandReleaser
Sends commands to yamcs streams
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.google.common.util.concurrent.Service

    com.google.common.util.concurrent.Service.Listener, com.google.common.util.concurrent.Service.State
  • Field Summary

    Fields inherited from class org.yamcs.AbstractProcessorService

    config, log, processor
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected void
     
    void
    init(Processor proc, YConfiguration config, Object spec)
     
    void
    release a command.
    void
    setCommandHistory(CommandHistoryPublisher commandHistoryPublisher)
    the command releaser has to add the command to the history when it is released.

    Methods inherited from class org.yamcs.AbstractProcessorService

    getConfig, getYamcsInstance

    Methods inherited from class com.google.common.util.concurrent.AbstractService

    addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, doCancelStart, failureCause, isRunning, notifyFailed, notifyStarted, notifyStopped, startAsync, state, stopAsync, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.yamcs.ProcessorService

    getSpec

    Methods inherited from interface com.google.common.util.concurrent.Service

    addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, failureCause, isRunning, startAsync, state, stopAsync
  • Constructor Details

    • StreamTcCommandReleaser

      public StreamTcCommandReleaser()
  • Method Details

    • init

      public void init(Processor proc, YConfiguration config, Object spec)
      Specified by:
      init in interface ProcessorService
      Overrides:
      init in class AbstractProcessorService
      config - service configuration as specified in processor.yaml
      spec - passed by the user when creating the processor (for instance via the REST API)
    • releaseCommand

      public void releaseCommand(PreparedCommand pc)
      Description copied from interface: CommandReleaser
      release a command.
      Specified by:
      releaseCommand in interface CommandReleaser
    • doStart

      protected void doStart()
      Specified by:
      doStart in class com.google.common.util.concurrent.AbstractService
    • setCommandHistory

      public void setCommandHistory(CommandHistoryPublisher commandHistoryPublisher)
      Description copied from interface: CommandReleaser
      the command releaser has to add the command to the history when it is released.
      Specified by:
      setCommandHistory in interface CommandReleaser
    • doStop

      protected void doStop()
      Specified by:
      doStop in class com.google.common.util.concurrent.AbstractService