Class EngineContext.CommandThreadChannel

java.lang.Object
org.epics.archiverappliance.engine.pv.EngineContext.CommandThreadChannel
Enclosing class:
EngineContext

public static class EngineContext.CommandThreadChannel extends Object
Go thru all the contexts and return channels whose names match this This is to be used for for testing purposes only. This may not work in running servers; so, please avoid use outside unit tests.
  • Constructor Details

    • CommandThreadChannel

      public CommandThreadChannel(JCACommandThread commandThread, gov.aps.jca.Channel channel)
  • Method Details

    • getCommandThread

      public JCACommandThread getCommandThread()
    • getChannel

      public gov.aps.jca.Channel getChannel()