org.ow2.jasmine.monitoring.eos.probemanager.service
Class Probe

java.lang.Object
  extended by 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

Field Summary
protected  String args
           
protected  String cmd
           
protected  String error
           
protected  String filter
           
 String fullcmd
           
protected  List<String> outputId
           
protected  int period
           
static int PROBE_FAILED
           
static int PROBE_RUNNING
           
static int PROBE_STARTED
           
static int PROBE_STOPPED
           
protected  Integer probeId
           
protected  int refreshPeriod
           
protected  boolean selected
           
protected  String separator
           
protected  int state
           
protected  List<String> targetId
           
protected  String which
           
 
Constructor Summary
Probe()
          This constructor is needed for granite: called to rebuild object from the as object.
 
Method Summary
 Object clone()
          return a clone of this Probe
 String getArgs()
           
 String getCmd()
           
 String getError()
           
 String getFilter()
           
 List<String> getOutputId()
           
 int getPeriod()
           
 Integer getProbeId()
           
 int getRefreshPeriod()
           
 boolean getSelected()
           
 String getSeparator()
           
 int getState()
           
 List<String> getTargetId()
           
 String getWhich()
           
 void setArgs(String s)
           
 void setCmd(String s)
           
 void setError(String s)
           
 void setFilter(String s)
           
 void setOutputId(List<String> s)
           
 void setPeriod(int p)
           
 void setProbeId(Integer id)
           
 void setRefreshPeriod(int p)
           
 void setSelected(boolean value)
           
 void setSeparator(String s)
           
 void setState(int s)
           
 void setTargetId(List<String> s)
           
 void setWhich(String s)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Probe

public Probe()
This constructor is needed for granite: called to rebuild object from the as object.

Method Detail

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.