Package | Description |
---|---|
com.aquenos.cassandra.pvarchiver.controlsystem |
Provides the link between the archive server and the control-system specific
support modules.
|
Modifier and Type | Method and Description |
---|---|
static ControlSystemChannelStatus |
ControlSystemChannelStatus.connected()
Returns a status that indicates that the channel is connected.
|
static ControlSystemChannelStatus |
ControlSystemChannelStatus.disabled()
Returns a status that indicates that archiving for the channel has been
temporarily disabled.
|
static ControlSystemChannelStatus |
ControlSystemChannelStatus.disconnected()
Returns a status that indicates that the channel is disconnected.
|
static ControlSystemChannelStatus |
ControlSystemChannelStatus.error(Throwable error)
Returns a status that indicates that the channel is in the error state.
|
ControlSystemChannelStatus |
ControlSystemChannel.getStatus()
Returns the channel status.
|
Copyright © 2011–2017 aquenos GmbH. All rights reserved.