Public Member Functions | |
synchronized void | initSubsysPass1 () throws AcsStateActionException |
synchronized void | initSubsysPass2 () |
synchronized void | reinitSubsystem () |
synchronized void | shutDownSubsysPass1 () |
synchronized void | shutDownSubsysPass2 () |
Package Functions | |
DummyActionImpl (Logger logger) | |
void | throwExInInitPass1 (boolean throwEx) |
int | getCallsToReinit () |
Private Member Functions | |
void | log (String action) |
Private Attributes | |
Logger | m_actionLogger |
boolean | m_throwExInInitPass1 |
int | callsToReinit |
|
|
|
Allows the tests to check how often reinit has been called. : better use a real sync mechanism so that test can wait till the method was called, or fail with a time out. |
|
Implements alma::ACS::MasterComponentImpl::statemachine::AlmaSubsystemActions.
|
|
Implements alma::ACS::MasterComponentImpl::statemachine::AlmaSubsystemActions.
|
|
|
|
Implements alma::ACS::MasterComponentImpl::statemachine::AlmaSubsystemActions.
|
|
Implements alma::ACS::MasterComponentImpl::statemachine::AlmaSubsystemActions.
|
|
Implements alma::ACS::MasterComponentImpl::statemachine::AlmaSubsystemActions.
|
|
Determines the optional test feature of letting initSubsysPass1() throw an exception. |
|
|
|
|
|
|