com.buglabs.osgi.filesystem.control
Class BounceAction

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

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

Stop and start a bundle.


Constructor Summary
BounceAction(BundleContext context, LogService log)
           
 
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

BounceAction

public BounceAction(BundleContext context,
                    LogService log)
Method Detail

inputReceived

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