org.tres.monitor.actions
Class RuntimeCommand

java.lang.Object
  extended by org.tres.monitor.actions.AbstractAction
      extended by org.tres.monitor.actions.RuntimeCommand

public class RuntimeCommand
extends AbstractAction

Author:
javades To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
RuntimeCommand()
           
 
Method Summary
 void execute()
           
 java.lang.String getCommand()
           
 void setCommand(java.lang.String string)
           
 
Methods inherited from class org.tres.monitor.actions.AbstractAction
getAgente, log, setAgente
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeCommand

public RuntimeCommand()
Method Detail

getCommand

public java.lang.String getCommand()
Returns:

setCommand

public void setCommand(java.lang.String string)
Parameters:
string -

execute

public void execute()
             throws AccionException
Specified by:
execute in class AbstractAction
Throws:
AccionException