com.buglabs.osgi.filesystem.control
Class RunlevelAction

java.lang.Object
  extended by com.buglabs.osgi.filesystem.control.RunlevelAction
All Implemented Interfaces:
PipeReaderThread.InputAction

public class RunlevelAction
extends java.lang.Object
implements PipeReaderThread.InputAction


Constructor Summary
RunlevelAction(BundleContext context, LogService log, StartLevel startLevel)
           
 
Method Summary
 void inputReceived(java.lang.String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunlevelAction

public RunlevelAction(BundleContext context,
                      LogService log,
                      StartLevel startLevel)
Method Detail

inputReceived

public void inputReceived(java.lang.String input)
Specified by:
inputReceived in interface PipeReaderThread.InputAction