Public Member Functions | Static Public Member Functions

alma.demo.client.LampCallbackClient Class Reference

Inheritance diagram for alma.demo.client.LampCallbackClient:
alma.acs.component.client.ComponentClient

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

static void main (String[] args)

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

Constructor & Destructor Documentation

alma.demo.client.LampCallbackClient.LampCallbackClient ( Logger  logger,
String  managerLoc,
String  clientName 
) throws Exception
Parameters:
logger 
managerLoc 
clientName 
Exceptions:
Exception 

References alma.acs.component.client.ComponentClient.getContainerServices().

Referenced by alma.demo.client.LampCallbackClient.main().


Member Function Documentation

void alma.demo.client.LampCallbackClient.doSomeStuff (  )  throws LampUnavailable
static void alma.demo.client.LampCallbackClient.main ( String[]  args  )  [static]

Checks whether the Java property 'ACS.manager' is set and calls the other methods from this class.

References alma.demo.client.LampCallbackClient.doSomeStuff(), alma.demo.client.LampCallbackClient.LampCallbackClient(), and alma.acs.component.client.ComponentClient.tearDown().

void alma.demo.client.LampCallbackClient.monitorLampBrightness (  )  throws LampUnavailable

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties