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


Field Summary
(package private)  ActionObservable actionObs
           
(package private)  int col
           
private  String command
           
private  int exitVal
           
private  Process p
           
(package private)  int row
           
private  Runtime runTime
           
(package private)  String status
           
 
Constructor Summary
(package private) EventsPerformAction()
           
(package private) EventsPerformAction(String cmd)
           
 
Method Summary
 void executeCommand()
           
 int getExitCode()
           
 String getStatus()
           
static void main(String[] args)
           
 Observable observable()
           
 void run()
           
 void setCommand(String cmd)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

EventsPerformAction

EventsPerformAction()

EventsPerformAction

EventsPerformAction(String cmd)
Method Detail

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