

Public Member Functions | |
| EventComponentTest (String managerLoc) throws Exception | |
| void | doSomeStuff () throws AcsJCouldntPerformActionEx |
| void | cleanupNC () throws Exception |
Static Public Member Functions | |
| static void | main (String[] args) |
Private Attributes | |
| final SupplierComp | m_supplierComp |
| final ConsumerComp | m_consumerComp |
| alma::demo::test::client::EventComponentTest::EventComponentTest | ( | String | managerLoc | ) | throws Exception [inline] |
| managerLoc |
References alma::acs::component::client::ComponentClient::getContainerServices(), m_consumerComp, and m_supplierComp.
Referenced by main().
| void alma::demo::test::client::EventComponentTest::cleanupNC | ( | ) | throws Exception [inline] |
References alma::acs::component::client::ComponentClient::getContainerServices(), and alma::acs::container::ContainerServices::releaseComponent().
Referenced by main().
| void alma::demo::test::client::EventComponentTest::doSomeStuff | ( | ) | throws AcsJCouldntPerformActionEx [inline] |
Gets the supplier component to send out events
References alma::FRIDGE::TemperatureStatus::ATREF, m_supplierComp, alma::demo::SupplierCompOperations::sendEvents(), alma::demo::SupplierCompOperations::sendEventsSpecial(), and alma::FRIDGE::FridgeControlPackage::NestedFridgeEvent::status.
Referenced by main().
| static void alma::demo::test::client::EventComponentTest::main | ( | String[] | args | ) | [inline, static] |
Checks whether the Java property 'ACS.manager' is set and calls the other methods from this class.
References cleanupNC(), doSomeStuff(), EventComponentTest(), and alma::acs::component::client::ComponentClient::tearDown().
Referenced by EventComponentTest().
Referenced by doSomeStuff(), and EventComponentTest().
1.6.2