public class HelloDemoClient extends ComponentClient
ComponentClientcan be used as a base class.m_logger, m_shutdownHook| Constructor and Description |
|---|
HelloDemoClient(java.util.logging.Logger logger,
java.lang.String managerLoc,
java.lang.String clientName) |
| Modifier and Type | Method and Description |
|---|---|
void |
doSomeStuff()
Calls sayHello() on the hello component.
|
static void |
main(java.lang.String[] args)
Checks whether the Java property 'ACS.manager' is set and calls the
other methods from this class.
|
getContainerServices, initAlarmSystem, initRemoteLogging, registerShutdownHook, tearDown, tearDownAlarmSystempublic HelloDemoClient(java.util.logging.Logger logger,
java.lang.String managerLoc,
java.lang.String clientName)
throws java.lang.Exception
logger - managerLoc - clientName - java.lang.Exceptionpublic void doSomeStuff()
throws AcsJContainerServicesEx
AcsJContainerServicesExpublic static void main(java.lang.String[] args)