

Public Member Functions | |
| SupplierCDBChannelTest (Logger logger, String managerLoc, String clientName) throws Exception | |
| void | doSomeStuff () throws AcsJCouldntPerformActionEx |
| void | cleanupNC () throws Exception |
Static Public Member Functions | |
| static void | main (String[] args) |
Private Attributes | |
| SupplierComp | m_supplier = null |
Client application that accesses a supplier and sends events.
| alma::demo::test::client::SupplierCDBChannelTest::SupplierCDBChannelTest | ( | Logger | logger, | |
| String | managerLoc, | |||
| String | clientName | |||
| ) | throws Exception [inline] |
| logger | ||
| managerLoc | ||
| clientName |
| Exception |
References alma::acs::component::client::ComponentClient::getContainerServices(), and m_supplier.
Referenced by main().
| void alma::demo::test::client::SupplierCDBChannelTest::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::SupplierCDBChannelTest::doSomeStuff | ( | ) | throws AcsJCouldntPerformActionEx [inline] |
References m_supplier, and alma::demo::SupplierCompOperations::sendEvents().
Referenced by main().
| static void alma::demo::test::client::SupplierCDBChannelTest::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(), SupplierCDBChannelTest(), and alma::acs::component::client::ComponentClient::tearDown().
SupplierComp alma::demo::test::client::SupplierCDBChannelTest::m_supplier = null [private] |
Referenced by doSomeStuff(), and SupplierCDBChannelTest().
1.6.2