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 |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8