org.opennms.bb.eui.operator.components
Class EventsPerformAction
java.lang.Object
|
+--org.opennms.bb.eui.operator.components.EventsPerformAction
- All Implemented Interfaces:
- Runnable
- class EventsPerformAction
- extends Object
- implements Runnable
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
command
private String command
p
private Process p
runTime
private Runtime runTime
exitVal
private int exitVal
actionObs
ActionObservable actionObs
status
String status
row
int row
col
int col
EventsPerformAction
EventsPerformAction()
EventsPerformAction
EventsPerformAction(String cmd)
observable
public Observable observable()
setCommand
public void setCommand(String cmd)
getStatus
public String getStatus()
getExitCode
public int getExitCode()
main
public static void main(String[] args)
executeCommand
public void executeCommand()
run
public void run()
- Specified by:
run
in interface Runnable