obixserver.module.external
Class ExternalNoopModule

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


Field Summary
private static Logger logger
           
 
Fields inherited from class obixserver.module.external.AbstractExternalModule
baseObj, properties, session
 
Constructor Summary
ExternalNoopModule()
           
 
Method Summary
 void start()
          Starts the service.
 void stop()
          Stops the service.
 
Methods inherited from class obixserver.module.external.AbstractExternalModule
createObj, getHome, getProperty, init, setBaseObj, setHome, setProperty, setSession, term, updateObj
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static final Logger logger
Constructor Detail

ExternalNoopModule

public ExternalNoopModule()
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.