com.nhncorp.neptune.client.shell.action
Class StopActionCommand

java.lang.Object
  extended by com.nhncorp.neptune.client.shell.NeptuneShellCommand
      extended by com.nhncorp.neptune.client.shell.action.StopActionCommand

public class StopActionCommand
extends NeptuneShellCommand


Constructor Summary
StopActionCommand()
           
 
Method Summary
 ReturnMsg execute(java.lang.String inputStr)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopActionCommand

public StopActionCommand()
Method Detail

execute

public ReturnMsg execute(java.lang.String inputStr)
Specified by:
execute in class NeptuneShellCommand