

Classes | |
| class | MyManager |
Public Member Functions | |
| ManagerImplSerializationTest (String arg0) | |
| PrevalentSystem | deserializeManager (PrevalentSystem system) |
| void | testClientLogin () |
| void | testClientDie () |
| void | testContainerDie () throws Throwable |
Static Public Member Functions | |
| static void | main (String[] args) |
Public Attributes | |
| final String | clientName = "testClient" |
| final String | managerReference = "corbaloc::" + ACSPorts.getIP() + ":" + ACSPorts.getManagerPort() + "/Manager" |
Protected Member Functions | |
| void | setUp () throws Exception |
| void | tearDown () throws Exception |
Protected Attributes | |
| ORB | orb |
| Manager | manager |
| String | recoveryLocation |
| MyManager | myManager |
To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
| com::cosylab::acs::maci::test::ManagerImplSerializationTest::ManagerImplSerializationTest | ( | String | arg0 | ) | [inline] |
Constructor for ManagerImplSerializationTest.
| arg0 |
| PrevalentSystem com::cosylab::acs::maci::test::ManagerImplSerializationTest::deserializeManager | ( | PrevalentSystem | system | ) | [inline] |
References recoveryLocation.
Referenced by testClientDie(), testClientLogin(), and testContainerDie().
| static void com::cosylab::acs::maci::test::ManagerImplSerializationTest::main | ( | String[] | args | ) | [inline, static] |
| void com::cosylab::acs::maci::test::ManagerImplSerializationTest::setUp | ( | ) | throws Exception [inline, protected] |
References manager, managerReference, myManager, orb, and recoveryLocation.
| void com::cosylab::acs::maci::test::ManagerImplSerializationTest::tearDown | ( | ) | throws Exception [inline, protected] |
References manager, myManager, orb, and com::cosylab::acs::maci::Manager::shutdown().
| void com::cosylab::acs::maci::test::ManagerImplSerializationTest::testClientDie | ( | ) | [inline] |
References clientName, deserializeManager(), com::cosylab::acs::maci::manager::HandleDataStore::first, com::cosylab::acs::maci::manager::ManagerImpl::getClients(), com::cosylab::acs::maci::manager::app::Manager::getManagerEngine(), com::cosylab::acs::maci::manager::ManagerImpl::initialize(), com::cosylab::acs::maci::plug::ClientProxyImpl::login(), manager, and myManager.
| void com::cosylab::acs::maci::test::ManagerImplSerializationTest::testClientLogin | ( | ) | [inline] |
References com::cosylab::acs::maci::ClientInfo::ClientInfo(), clientName, deserializeManager(), com::cosylab::acs::maci::manager::HandleDataStore::first, com::cosylab::acs::maci::manager::HandleDataStore::get(), com::cosylab::acs::maci::manager::ManagerImpl::getClients(), com::cosylab::acs::maci::manager::app::Manager::getManagerEngine(), com::cosylab::acs::maci::plug::ClientProxyImpl::login(), com::cosylab::acs::maci::plug::ClientProxyImpl::logout(), manager, myManager, and orb.
| void com::cosylab::acs::maci::test::ManagerImplSerializationTest::testContainerDie | ( | ) | throws Throwable [inline] |
References si::ijs::maci::ContainerPOA::_this(), clientName, deserializeManager(), com::cosylab::acs::maci::manager::HandleDataStore::first, com::cosylab::acs::maci::manager::ManagerImpl::getClients(), com::cosylab::acs::maci::manager::ManagerImpl::getContainers(), com::cosylab::acs::maci::manager::ManagerImpl::initialize(), com::cosylab::acs::maci::Manager::login(), and manager.
| final String com::cosylab::acs::maci::test::ManagerImplSerializationTest::clientName = "testClient" |
Referenced by testClientDie(), testClientLogin(), and testContainerDie().
Referenced by setUp(), tearDown(), testClientDie(), testClientLogin(), and testContainerDie().
| final String com::cosylab::acs::maci::test::ManagerImplSerializationTest::managerReference = "corbaloc::" + ACSPorts.getIP() + ":" + ACSPorts.getManagerPort() + "/Manager" |
Referenced by setUp().
Referenced by setUp(), tearDown(), testClientDie(), and testClientLogin().
ORB com::cosylab::acs::maci::test::ManagerImplSerializationTest::orb [protected] |
Referenced by setUp(), tearDown(), and testClientLogin().
Referenced by deserializeManager(), and setUp().
1.6.2