Class EngineContext.CommandThreadChannel
java.lang.Object
org.epics.archiverappliance.engine.pv.EngineContext.CommandThreadChannel
- Enclosing class:
EngineContext
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 Summary
ConstructorsConstructorDescriptionCommandThreadChannel(JCACommandThread commandThread, gov.aps.jca.Channel channel) -
Method Summary
Modifier and TypeMethodDescriptiongov.aps.jca.Channel
-
Constructor Details
-
CommandThreadChannel
-
-
Method Details
-
getCommandThread
-
getChannel
public gov.aps.jca.Channel getChannel()
-