org.ow2.jasmine.monitoring.eos.probemanager.service
Class Probe
java.lang.Object
org.ow2.jasmine.monitoring.eos.probemanager.service.Probe
- All Implemented Interfaces:
- Serializable, Cloneable
public class Probe
- extends Object
- implements Serializable, Cloneable
Value Object representing a Probe.
A corresponding ActionScript object has been defined for flex access:
Check that fields have the same name and the matching type !
- Author:
- durieuxp
- See Also:
- Serialized Form
|
Constructor Summary |
Probe()
This constructor is needed for granite:
called to rebuild object from the as object. |
probeId
protected Integer probeId
cmd
protected String cmd
which
protected String which
filter
protected String filter
period
protected int period
refreshPeriod
protected int refreshPeriod
separator
protected String separator
args
protected String args
error
protected String error
targetId
protected List<String> targetId
outputId
protected List<String> outputId
state
protected int state
PROBE_STOPPED
public static final int PROBE_STOPPED
- See Also:
- Constant Field Values
PROBE_STARTED
public static final int PROBE_STARTED
- See Also:
- Constant Field Values
PROBE_RUNNING
public static final int PROBE_RUNNING
- See Also:
- Constant Field Values
PROBE_FAILED
public static final int PROBE_FAILED
- See Also:
- Constant Field Values
selected
protected boolean selected
fullcmd
public String fullcmd
Probe
public Probe()
- This constructor is needed for granite:
called to rebuild object from the as object.
clone
public Object clone()
- return a clone of this Probe
- Overrides:
clone in class Object
getProbeId
public Integer getProbeId()
setProbeId
public void setProbeId(Integer id)
getCmd
public String getCmd()
setCmd
public void setCmd(String s)
getWhich
public String getWhich()
setWhich
public void setWhich(String s)
getFilter
public String getFilter()
setFilter
public void setFilter(String s)
getPeriod
public int getPeriod()
setPeriod
public void setPeriod(int p)
getRefreshPeriod
public int getRefreshPeriod()
setRefreshPeriod
public void setRefreshPeriod(int p)
getSeparator
public String getSeparator()
setSeparator
public void setSeparator(String s)
getArgs
public String getArgs()
setArgs
public void setArgs(String s)
getTargetId
public List<String> getTargetId()
setTargetId
public void setTargetId(List<String> s)
getOutputId
public List<String> getOutputId()
setOutputId
public void setOutputId(List<String> s)
getState
public int getState()
setState
public void setState(int s)
getSelected
public boolean getSelected()
setSelected
public void setSelected(boolean value)
getError
public String getError()
setError
public void setError(String s)
Copyright © 2012 OW2 Consortium. All Rights Reserved.