

Public Member Functions | |
| boolean | dispatchCallback (int type, Object value, Callback callback, Completion completion, CBDescOut desc) |
| Vector | getResponseQueue () |
Protected Attributes | |
| Vector | responseQueue = new Vector() |
Test callback dispatcher impl. Always sucessfull callback dispatcher.
| boolean alma::ACS::jbaci::test::BACIDispatchActionTest::TestCallbackDispatcher::dispatchCallback | ( | int | type, | |
| Object | value, | |||
| Callback | callback, | |||
| Completion | completion, | |||
| CBDescOut | desc | |||
| ) | [inline] |
Implements alma::ACS::jbaci::CallbackDispatcher.
Reimplemented in alma::ACS::jbaci::test::BACIDispatchActionTest::PerfectCallbackDispatcher, alma::ACS::jbaci::test::BACIDispatchActionTest::DisasterCallbackDispatcher, alma::ACS::jbaci::test::BACIDispatchActionTest::ExceptionCallbackDispatcher, alma::ACS::jbaci::test::BACIDispatchActionTest::FirstFailedCallbackDispatcher, and alma::ACS::jbaci::test::BACIDispatchActionTest::OverrideTestCallbackDispatcher.
References responseQueue.
| Vector alma::ACS::jbaci::test::BACIDispatchActionTest::TestCallbackDispatcher::getResponseQueue | ( | ) | [inline] |
Get response queue.
References responseQueue.
Referenced by alma::ACS::jbaci::test::BACIDispatchActionTest::noErrorOverrideTest(), alma::ACS::jbaci::test::BACIDispatchActionTest::testAlwaysFails(), alma::ACS::jbaci::test::BACIDispatchActionTest::testException(), alma::ACS::jbaci::test::BACIDispatchActionTest::testFirstFailed(), alma::ACS::jbaci::test::BACIDispatchActionTest::testNormal(), and alma::ACS::jbaci::test::BACIDispatchActionTest::testOverrideBlockingFailsNoneToOverrideTest().
Vector alma::ACS::jbaci::test::BACIDispatchActionTest::TestCallbackDispatcher::responseQueue = new Vector() [protected] |
Sync. response queue.
Referenced by alma::ACS::jbaci::test::BACIDispatchActionTest::FirstFailedCallbackDispatcher::dispatchCallback(), dispatchCallback(), and getResponseQueue().
1.6.2