

Public Member Functions | |
| LaserSelectionException (String code) | |
| String | getCode () |
Static Public Attributes | |
| static final String | CONNECTION_DROPPED = "CONNECTION_DROPPED" |
| static final String | CONNECTION_REESTABILISHED = "CONNECTION_REESTABILISHED" |
Private Attributes | |
| String | code = null |
The alarm selection exception. It is asynchronously triggered on communication loss/recovery.
| cern::laser::client::services::selection::LaserSelectionException::LaserSelectionException | ( | String | code | ) | [inline] |
Constructor.
| code | The exception code |
| String cern::laser::client::services::selection::LaserSelectionException::getCode | ( | ) | [inline] |
Accessor method.
References code.
Referenced by cern::laser::test::TestSelectionAndConfiguration::onException(), cern::laser::test::TestSelection::onException(), cern::laser::client::TestSelection::onException(), alma::acsplugins::alarmsystem::gui::table::AlarmTableModel::onException(), cern::laser::guiplatform::alarms::AlarmContainer::onException(), and cern::laser::client::TestSearch::onSearchException().
String cern::laser::client::services::selection::LaserSelectionException::code = null [private] |
Reimplemented in cern::laser::client::services::selection::LaserHeartbeatException.
Referenced by getCode().
final String cern::laser::client::services::selection::LaserSelectionException::CONNECTION_DROPPED = "CONNECTION_DROPPED" [static] |
Connection dropped code.
final String cern::laser::client::services::selection::LaserSelectionException::CONNECTION_REESTABILISHED = "CONNECTION_REESTABILISHED" [static] |
Connection reestabilished code.
1.6.2