org.ow2.jasmine.probe.shell
Class ProbeCreateCommandParams

java.lang.Object
  extended by org.ow2.jasmine.probe.shell.JasmineProbeCommandParams
      extended by org.ow2.jasmine.probe.shell.ProbeCreateCommandParams

public class ProbeCreateCommandParams
extends JasmineProbeCommandParams

Parameters for probe command.

Author:
danesa

Field Summary
 String name
           
 
Constructor Summary
ProbeCreateCommandParams()
           
 
Method Summary
 List<String> getIndicators()
           
 String getName()
           
 List<String> getOutputs()
           
 int getPeriod()
           
 List<String> getTargets()
           
 void reset()
           
 boolean toStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name
Constructor Detail

ProbeCreateCommandParams

public ProbeCreateCommandParams()
Method Detail

getName

public String getName()

getIndicators

public List<String> getIndicators()

getOutputs

public List<String> getOutputs()

getTargets

public List<String> getTargets()

getPeriod

public int getPeriod()

toStart

public boolean toStart()

reset

public void reset()


Copyright © 2013 OW2 Consortium. All Rights Reserved.