public class LampCallbackClient extends ComponentClient
ComponentClient can be used as a base class.m_logger, m_shutdownHook| Constructor and Description |
|---|
LampCallbackClient(java.util.logging.Logger logger,
java.lang.String managerLoc,
java.lang.String clientName) |
| Modifier and Type | Method and Description |
|---|---|
void |
doSomeStuff() |
static void |
main(java.lang.String[] args)
Checks whether the Java property 'ACS.manager' is set and calls the other methods from this class.
|
void |
monitorLampBrightness() |
getContainerServices, initAlarmSystem, initRemoteLogging, registerShutdownHook, tearDown, tearDownAlarmSystempublic LampCallbackClient(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 LampUnavailable
LampUnavailablepublic void monitorLampBrightness()
throws LampUnavailable
LampUnavailablepublic static void main(java.lang.String[] args)