obixserver.module.external
Class ExternalNoopModule
java.lang.Object
obixserver.module.external.AbstractExternalModule
obixserver.module.external.ExternalNoopModule
- All Implemented Interfaces:
- Service, ExternalModule
public class ExternalNoopModule
- extends AbstractExternalModule
Sample module that only initializes itself in the tree and creates
one sub-object.
Method Summary |
void |
start()
Starts the service. |
void |
stop()
Stops the service. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
private static final Logger logger
ExternalNoopModule
public ExternalNoopModule()
start
public void start()
- Description copied from interface:
Service
- Starts the service.
stop
public void stop()
- Description copied from interface:
Service
- Stops the service.
Copyright © 2006-2008 Peter Michalek All Rights Reserved.