

Public Member Functions | |
| void | callThatTakesSomeTime (int timeInMillisec) |
| void | dummyComponentsCanDoCloseToNothing () |
Package Functions | |
| void | setMethodCallSync (CountDownLatch sync) |
Private Member Functions | |
| void | callSyncNotify () |
Private Attributes | |
| volatile CountDownLatch | sync |
Special version of this component for local use. The CountDownLatch set in setMethodCallSync can be used to synchronize between the client and method invocations on the servant. This allows the client to block until the servant method is actually being executed.
| void alma::acs::container::corba::SyncDummyComponentImpl::callSyncNotify | ( | ) | [inline, private] |
References sync.
Referenced by callThatTakesSomeTime(), and dummyComponentsCanDoCloseToNothing().
| void alma::acs::container::corba::SyncDummyComponentImpl::callThatTakesSomeTime | ( | int | timeInMillisec | ) | [inline] |
Reimplemented from alma::jconttest::DummyComponentImpl::DummyComponentImpl.
References callSyncNotify().
| void alma::acs::container::corba::SyncDummyComponentImpl::dummyComponentsCanDoCloseToNothing | ( | ) | [inline] |
Reimplemented from alma::jconttest::DummyComponentImpl::DummyComponentImpl.
References callSyncNotify().
| void alma::acs::container::corba::SyncDummyComponentImpl::setMethodCallSync | ( | CountDownLatch | sync | ) | [inline, package] |
volatile CountDownLatch alma::acs::container::corba::SyncDummyComponentImpl::sync [private] |
Referenced by callSyncNotify().
1.6.2