ALMA Computing Group

alma::demo::client::LampCallbackClient Class Reference

Client application that accesses the HelloDemo component. More...

List of all members.

Public Member Functions

 LampCallbackClient (Logger logger, String managerLoc, String clientName) throws Exception
void doSomeStuff () throws LampUnavailable
void monitorLampBrightness () throws LampUnavailable

Static Public Member Functions

void main (String[] args)
 Checks whether the Java property 'ACS.manager' is set and calls the other methods from this class.

Private Attributes

LampCallback m_lampCallback


Detailed Description

Client application that accesses the HelloDemo component.

It demonstrates how the class ComponentClient can be used as a base class.

Author:
hsommer Nov 21, 2002 5:53:05 PM

Definition at line 38 of file LampCallbackClient.java.


Constructor & Destructor Documentation

alma::demo::client::LampCallbackClient::LampCallbackClient Logger  logger,
String  managerLoc,
String  clientName
throws Exception [inline]
 

Parameters:
logger 
managerLoc 
clientName 
Exceptions:
Exception 
Definition at line 48 of file LampCallbackClient.java.

References m_lampCallback.

Referenced by main().


Member Function Documentation

void alma::demo::client::LampCallbackClient::doSomeStuff  )  throws LampUnavailable [inline]
 

Definition at line 58 of file LampCallbackClient.java.

References m_lampCallback, and monitorLampBrightness().

Referenced by main().

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.

Definition at line 116 of file LampCallbackClient.java.

References doSomeStuff(), and LampCallbackClient().

void alma::demo::client::LampCallbackClient::monitorLampBrightness  )  throws LampUnavailable [inline]
 

Definition at line 90 of file LampCallbackClient.java.

References m_lampCallback.

Referenced by doSomeStuff().


Member Data Documentation

LampCallback alma::demo::client::LampCallbackClient::m_lampCallback [private]
 

Definition at line 40 of file LampCallbackClient.java.

Referenced by doSomeStuff(), LampCallbackClient(), and monitorLampBrightness().


The documentation for this class was generated from the following file: