obixserver.module
Class NoopModule
java.lang.Object
obixserver.module.AbstractBaseModule
obixserver.module.NoopModule
- All Implemented Interfaces:
- Service, Module
public class NoopModule
- extends AbstractBaseModule
Sample module that only load a tree - which is done via configuration
and base class.
see obix-server.properties
Method Summary |
void |
start()
Starts the service. |
void |
stop()
Stops the service. |
Methods inherited from class obixserver.module.AbstractBaseModule |
getBase, getBaseObj, getObjBroker, getObjResource, getProperty, init, loadObjFromResource, setBase, setBaseObj, setObjBroker, setObjResource, setProperty, term |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoopModule
public NoopModule()
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.