obixserver.module
Class NoopModule

java.lang.Object
  extended by obixserver.module.AbstractBaseModule
      extended by 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


Field Summary
 
Fields inherited from class obixserver.module.AbstractBaseModule
properties
 
Constructor Summary
NoopModule()
           
 
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
 

Constructor Detail

NoopModule

public NoopModule()
Method Detail

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.