org.ow2.jasmine.probe.shell
Class ProbeChangeCommandParams

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

public class ProbeChangeCommandParams
extends JasmineProbeCommandParams

Parameters for probe-change command.

Author:
danesa

Field Summary
 String name
           
 
Constructor Summary
ProbeChangeCommandParams()
           
 
Method Summary
 List<String> getIndicators()
           
 String getName()
           
 List<String> getOutputs()
           
 int getPeriod()
           
 List<String> getTargets()
           
 void reset()
           
 
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

ProbeChangeCommandParams

public ProbeChangeCommandParams()
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()

reset

public void reset()


Copyright © 2013 OW2 Consortium. All Rights Reserved.