

Public Member Functions | |
| void | initialize (ContainerServices containerServices) throws ComponentLifecycleException |
| ROStates | currentState () |
| RWStates | currentStateRW () |
| Completion | diagnose () throws NoSuchTransition |
| Completion | disable () throws NoSuchTransition |
| Completion | enable () throws NoSuchTransition |
| Completion | init () throws NoSuchTransition |
| Completion | off () throws NoSuchTransition |
| Completion | on () throws NoSuchTransition |
| Completion | shutdown () throws NoSuchTransition |
Protected Attributes | |
| DataAccess | dataAccess = new MemoryDataAccess() |
| ROStates | currentState |
| RWStates | currentStateRW |
Implementation of enumeration test component.
| ROStates alma::ACS::jbaci::enumProp::test::EnumTestComponentImpl::currentState | ( | ) | [inline] |
Referenced by initialize().
| RWStates alma::ACS::jbaci::enumProp::test::EnumTestComponentImpl::currentStateRW | ( | ) | [inline] |
Referenced by diagnose(), disable(), enable(), init(), and initialize().
| Completion alma::ACS::jbaci::enumProp::test::EnumTestComponentImpl::diagnose | ( | ) | throws NoSuchTransition [inline] |
References currentStateRW().
| Completion alma::ACS::jbaci::enumProp::test::EnumTestComponentImpl::disable | ( | ) | throws NoSuchTransition [inline] |
References currentStateRW().
| Completion alma::ACS::jbaci::enumProp::test::EnumTestComponentImpl::enable | ( | ) | throws NoSuchTransition [inline] |
References currentStateRW().
| Completion alma::ACS::jbaci::enumProp::test::EnumTestComponentImpl::init | ( | ) | throws NoSuchTransition [inline] |
References currentStateRW().
| void alma::ACS::jbaci::enumProp::test::EnumTestComponentImpl::initialize | ( | ContainerServices | containerServices | ) | throws ComponentLifecycleException [inline] |
| Completion alma::ACS::jbaci::enumProp::test::EnumTestComponentImpl::off | ( | ) | throws NoSuchTransition [inline] |
| Completion alma::ACS::jbaci::enumProp::test::EnumTestComponentImpl::on | ( | ) | throws NoSuchTransition [inline] |
| Completion alma::ACS::jbaci::enumProp::test::EnumTestComponentImpl::shutdown | ( | ) | throws NoSuchTransition [inline] |
ROStates alma::ACS::jbaci::enumProp::test::EnumTestComponentImpl::currentState [protected] |
RWStates alma::ACS::jbaci::enumProp::test::EnumTestComponentImpl::currentStateRW [protected] |
DataAccess alma::ACS::jbaci::enumProp::test::EnumTestComponentImpl::dataAccess = new MemoryDataAccess() [protected] |
Referenced by initialize().
1.6.2