Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class cornell.slk.jos.manager.GenericSubsystem

java.lang.Object
    |
    +----cornell.slk.jos.manager.GenericSubsystem

public abstract class GenericSubsystem
extends java.lang.Object
implements Subsystem

Constructor Summary
 GenericSubsystem()
 
 

Method Summary
void  start(java.util.Hashtable params)
 
void  stop()
 
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericSubsystem

public GenericSubsystem()
Method Detail

start

public void start(java.util.Hashtable params) throws SubsystemException
Implements:
start in interface Subsystem

stop

public void stop() throws SubsystemException
Implements:
stop in interface Subsystem

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS