

Classes | |
| class | readbackDoubleSeqDataAccess |
| class | readbackFloatSeqDataAccess |
| class | readbackLongSeqDataAccess |
| class | StatusDataAccess |
Public Member Functions | |
| void | initialize (ContainerServices containerServices) throws ComponentLifecycleException |
| synchronized void | onImpl () throws AcsJException |
| synchronized void | offImpl () throws AcsJException |
| void | resetImpl () throws AcsJException |
| RWdoubleSeq | doubleSeqRW () |
| ROdoubleSeq | doubleSeqRO () |
| RWfloatSeq | floatSeqRW () |
| ROfloatSeq | floatSeqRO () |
| RWlongSeq | longSeqRW () |
| ROlongSeq | longSeqRO () |
| ROpattern | status () |
Protected Attributes | |
| ROpattern | status |
| ROlongSeq | longSeqRO |
| RWlongSeq | longSeqRW |
| ROdoubleSeq | doubleSeqRO |
| RWdoubleSeq | doubleSeqRW |
| ROfloatSeq | floatSeqRO |
| RWfloatSeq | floatSeqRW |
| AtomicBoolean | onState = new AtomicBoolean(false) |
Implementation of test.jbaci.SimpleMasterComponent.
| ROdoubleSeq alma::TT::SeqComponentImpl::doubleSeqRO | ( | ) | [inline] |
Referenced by initialize().
| RWdoubleSeq alma::TT::SeqComponentImpl::doubleSeqRW | ( | ) | [inline] |
Methods for returning the properties
Referenced by initialize().
| ROfloatSeq alma::TT::SeqComponentImpl::floatSeqRO | ( | ) | [inline] |
Referenced by initialize().
| RWfloatSeq alma::TT::SeqComponentImpl::floatSeqRW | ( | ) | [inline] |
Referenced by initialize().
| void alma::TT::SeqComponentImpl::initialize | ( | ContainerServices | containerServices | ) | throws ComponentLifecycleException [inline] |
Reimplemented from alma::ACS::impl::CharacteristicComponentImpl.
References doubleSeqRO(), doubleSeqRW(), floatSeqRO(), floatSeqRW(), longSeqRO(), longSeqRW(), alma::ACS::impl::CharacteristicComponentImpl::registerProperty(), and status().
| ROlongSeq alma::TT::SeqComponentImpl::longSeqRO | ( | ) | [inline] |
Referenced by initialize().
| RWlongSeq alma::TT::SeqComponentImpl::longSeqRW | ( | ) | [inline] |
Referenced by initialize().
| synchronized void alma::TT::SeqComponentImpl::offImpl | ( | ) | throws AcsJException [inline] |
Implementation of 'off' method.
| ACS | exception on any failure. |
References onState.
Referenced by alma::TT::SeqComponentImpl::StatusDataAccess::set().
| synchronized void alma::TT::SeqComponentImpl::onImpl | ( | ) | throws AcsJException [inline] |
Implementation of 'on' method.
| ACS | exception on any failure. |
References onState.
Referenced by alma::TT::SeqComponentImpl::StatusDataAccess::set().
| void alma::TT::SeqComponentImpl::resetImpl | ( | ) | throws AcsJException [inline] |
| ROpattern alma::TT::SeqComponentImpl::status | ( | ) | [inline] |
Referenced by initialize().
ROdoubleSeq alma::TT::SeqComponentImpl::doubleSeqRO [protected] |
RWdoubleSeq alma::TT::SeqComponentImpl::doubleSeqRW [protected] |
ROfloatSeq alma::TT::SeqComponentImpl::floatSeqRO [protected] |
RWfloatSeq alma::TT::SeqComponentImpl::floatSeqRW [protected] |
ROlongSeq alma::TT::SeqComponentImpl::longSeqRO [protected] |
RWlongSeq alma::TT::SeqComponentImpl::longSeqRW [protected] |
AtomicBoolean alma::TT::SeqComponentImpl::onState = new AtomicBoolean(false) [protected] |
On/off state.
Referenced by alma::TT::SeqComponentImpl::StatusDataAccess::get(), offImpl(), onImpl(), and resetImpl().
ROpattern alma::TT::SeqComponentImpl::status [protected] |
1.6.2