Public Member Functions | Static Public Member Functions

alma.demo.client.HelloDemoClient Class Reference

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

List of all members.

Public Member Functions

 HelloDemoClient (Logger logger, String managerLoc, String clientName) throws Exception
void doSomeStuff () throws AcsJContainerServicesEx

Static Public Member Functions

static void main (String[] args)

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

Constructor & Destructor Documentation

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

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


Member Function Documentation

void alma.demo.client.HelloDemoClient.doSomeStuff (  )  throws AcsJContainerServicesEx

Calls sayHello() on the hello component.

Exceptions:
AcsJContainerServicesEx 

References alma.acs.component.client.ComponentClient.getContainerServices(), and alma.acs.component.client.ComponentClient.m_logger.

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

static void alma.demo.client.HelloDemoClient.main ( String[]  args  )  [static]

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