edu.ufl.osg.httppoll.data
Class Shell

java.lang.Object
  |
  +--edu.ufl.osg.httppoll.data.BaseAlert
        |
        +--edu.ufl.osg.httppoll.data.Shell
All Implemented Interfaces:
java.lang.Cloneable

public class Shell
extends BaseAlert

Data representing a shell command to run when an HTTPPoll alert is triggered.


Constructor Summary
Shell()
           
 
Method Summary
 java.lang.String getCommand()
           
 void setCommand(java.lang.String command)
           
 
Methods inherited from class edu.ufl.osg.httppoll.data.BaseAlert
getClone, getEnabled, getRepeatable, setEnabled, setRepeatable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shell

public Shell()
Method Detail

setCommand

public void setCommand(java.lang.String command)

getCommand

public java.lang.String getCommand()