

Public Member Functions | |
| void | cleanUp () |
| void | dummyComponentsCanDoCloseToNothing () |
| void | callThatTakesSomeTime (int timeInMillisec) |
Private Member Functions | |
| Logger | getLogger () |
Private Attributes | |
| Logger | myLogger |
| void alma::jconttest::DummyComponentImpl::DummyComponentImpl::callThatTakesSomeTime | ( | int | timeInMillisec | ) | [inline] |
Reimplemented in alma::acs::container::corba::SyncDummyComponentImpl.
References getLogger().
| void alma::jconttest::DummyComponentImpl::DummyComponentImpl::cleanUp | ( | ) | [inline] |
Logs a message, which should facilitate debugging the logs when the synchronization of deactivation with long-running methods is being tested.
Reimplemented from alma::acs::component::ComponentImplBase.
References getLogger().
| void alma::jconttest::DummyComponentImpl::DummyComponentImpl::dummyComponentsCanDoCloseToNothing | ( | ) | [inline] |
Reimplemented in alma::acs::container::corba::SyncDummyComponentImpl.
| Logger alma::jconttest::DummyComponentImpl::DummyComponentImpl::getLogger | ( | ) | [inline, private] |
Gets a logger, even if this component does not run inside a container and thus no ContainerServices are provided. This is a special hack for this test component which should never be used for any real components.
References myLogger.
Referenced by callThatTakesSomeTime(), and cleanUp().
Logger alma::jconttest::DummyComponentImpl::DummyComponentImpl::myLogger [private] |
Referenced by getLogger().
1.6.2