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 String probeId
period
protected int period
error
protected String error
targetId
protected List<String> targetId
outputId
protected List<String> outputId
indicatorId
protected List<String> indicatorId
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
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 String getProbeId()
setProbeId
public void setProbeId(String id)
getPeriod
public int getPeriod()
setPeriod
public void setPeriod(int p)
getTargetId
public List<String> getTargetId()
setTargetId
public void setTargetId(List<String> s)
getOutputId
public List<String> getOutputId()
setOutputId
public void setOutputId(List<String> s)
getIndicatorId
public List<String> getIndicatorId()
setIndicatorId
public void setIndicatorId(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 © 2013 OW2 Consortium. All Rights Reserved.