

Public Member Functions | |
| LampCallbackClient (Logger logger, String managerLoc, String clientName) throws Exception | |
| void | doSomeStuff () throws LampUnavailable |
| void | monitorLampBrightness () throws LampUnavailable |
Static Public Member Functions | |
| static void | main (String[] args) |
Private Attributes | |
| LampCallback | m_lampCallback |
Client application that accesses the HelloDemo component. It demonstrates how the class ComponentClient can be used as a base class.
| alma::demo::client::LampCallbackClient::LampCallbackClient | ( | Logger | logger, | |
| String | managerLoc, | |||
| String | clientName | |||
| ) | throws Exception [inline] |
| logger | ||
| managerLoc | ||
| clientName |
| Exception |
References alma::acs::component::client::ComponentClient::getContainerServices(), and m_lampCallback.
Referenced by main().
| void alma::demo::client::LampCallbackClient::doSomeStuff | ( | ) | throws LampUnavailable [inline] |
| static void alma::demo::client::LampCallbackClient::main | ( | String[] | args | ) | [inline, static] |
Checks whether the Java property 'ACS.manager' is set and calls the other methods from this class.
References doSomeStuff(), LampCallbackClient(), and alma::acs::component::client::ComponentClient::tearDown().
| void alma::demo::client::LampCallbackClient::monitorLampBrightness | ( | ) | throws LampUnavailable [inline] |
References m_lampCallback, and alma::demo::LampCallbackOperations::monitorLampBrightness().
Referenced by doSomeStuff().
Referenced by doSomeStuff(), LampCallbackClient(), and monitorLampBrightness().
1.6.2