
Classes | |
| class | CBstringSeqImpl |
| class | ClientImpl |
Public Member Functions | |
| void | run () |
| void | test () |
Static Public Member Functions | |
| static void | main (String[] args) |
Private Member Functions | |
| void | initializeCORBA () |
| void | finalizeCORBA () |
| Manager | resolveManager () |
| ClientInfo | login (Manager manager) |
| void | logout (Manager manager, ClientInfo clientInfo) |
Static Private Member Functions | |
| static String | getStringArray (String[] array) |
Private Attributes | |
| ORB | orb |
| Thread | orbThread |
| void test::jbaci::SimpleMasterComponentTest::finalizeCORBA | ( | ) | [inline, private] |
| static String test::jbaci::SimpleMasterComponentTest::getStringArray | ( | String[] | array | ) | [inline, static, private] |
Helper method to prcreate string array.
| array | array of strings. |
Referenced by test::jbaci::SimpleMasterComponentTest::CBstringSeqImpl::done(), test(), and test::jbaci::SimpleMasterComponentTest::CBstringSeqImpl::working().
| void test::jbaci::SimpleMasterComponentTest::initializeCORBA | ( | ) | [inline, private] |
| ClientInfo test::jbaci::SimpleMasterComponentTest::login | ( | Manager | manager | ) | [inline, private] |
Login to the manager.
| manager | manager reference. |
null on failure. References si::ijs::maci::ClientPOA::_this(), si::ijs::maci::ManagerOperations::login(), and orb.
Referenced by test().
| void test::jbaci::SimpleMasterComponentTest::logout | ( | Manager | manager, | |
| ClientInfo | clientInfo | |||
| ) | [inline, private] |
Logout from the manager.
| manager | manager reference. |
References si::ijs::maci::ClientInfo::h, si::ijs::maci::ManagerOperations::logout(), and orb.
Referenced by test().
| static void test::jbaci::SimpleMasterComponentTest::main | ( | String[] | args | ) | [inline, static] |
Main entry point.
| args |
| Manager test::jbaci::SimpleMasterComponentTest::resolveManager | ( | ) | [inline, private] |
| void test::jbaci::SimpleMasterComponentTest::run | ( | ) | [inline] |
References orb.
| void test::jbaci::SimpleMasterComponentTest::test | ( | ) | [inline] |
Main test routine.
References alma::ACS::PstringSeqOperations::create_monitor(), alma::ACS::SubscriptionOperations::destroy(), finalizeCORBA(), si::ijs::maci::ManagerOperations::get_component(), alma::ACS::PstringSeqOperations::get_sync(), getStringArray(), si::ijs::maci::ClientInfo::h, initializeCORBA(), login(), logout(), orb, si::ijs::maci::ManagerOperations::release_component(), resolveManager(), alma::ACS::MonitorOperations::set_timer_trigger(), and alma::ACS::MonitorstringSeqOperations::set_value_trigger().
ORB test::jbaci::SimpleMasterComponentTest::orb [private] |
CORBA ORB.
Referenced by finalizeCORBA(), initializeCORBA(), login(), logout(), resolveManager(), run(), and test().
Thread test::jbaci::SimpleMasterComponentTest::orbThread [private] |
CORBA ORB.run() event-handler thread.
Referenced by initializeCORBA().
1.6.2