ALMA Computing Group

alma::demo::client::HelloDemoClient Class Reference

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

List of all members.

Public Member Functions

 HelloDemoClient (Logger logger, String managerLoc, String clientName) throws Exception
void doSomeStuff () throws AcsJContainerServicesEx
 Calls sayHello() on the hello component.

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

HelloDemo m_helloComp


Detailed Description

Client application that accesses the HelloDemo component.

It demonstrates how the class ComponentClientcan be used as a base class.

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

Definition at line 35 of file HelloDemoClient.java.


Constructor & Destructor Documentation

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

Parameters:
logger 
managerLoc 
clientName 
Exceptions:
Exception 
Definition at line 45 of file HelloDemoClient.java.

Referenced by main().


Member Function Documentation

void alma::demo::client::HelloDemoClient::doSomeStuff  )  throws AcsJContainerServicesEx [inline]
 

Calls sayHello() on the hello component.

Exceptions:
AcsJContainerServicesEx 
Definition at line 54 of file HelloDemoClient.java.

References m_helloComp.

Referenced by main().

void alma::demo::client::HelloDemoClient::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 66 of file HelloDemoClient.java.

References doSomeStuff(), and HelloDemoClient().


Member Data Documentation

HelloDemo alma::demo::client::HelloDemoClient::m_helloComp [private]
 

Definition at line 37 of file HelloDemoClient.java.

Referenced by doSomeStuff().


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