Kieker 1.6

kieker.monitoring.core.controller
Class ProbeController

java.lang.Object
  extended by kieker.monitoring.core.controller.AbstractController
      extended by kieker.monitoring.core.controller.ProbeController
All Implemented Interfaces:
IProbeController

public class ProbeController
extends AbstractController
implements IProbeController

Author:
Jan Waller, Bjoern Weissenfels

Method Summary
 boolean activateProbe(String pattern)
          Activates a probe.
 boolean deactivateProbe(String pattern)
          Deactivates a probe.
 List<String> getProbePatternList()
           
 boolean isProbeActivated(String signature)
           
 void setProbePatternList(List<String> strPatternList)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Specified by:
toString in class AbstractController

activateProbe

public boolean activateProbe(String pattern)
Description copied from interface: IProbeController
Activates a probe.

Specified by:
activateProbe in interface IProbeController
Parameters:
pattern - pattern for the probe
Returns:
true on success

deactivateProbe

public boolean deactivateProbe(String pattern)
Description copied from interface: IProbeController
Deactivates a probe.

Specified by:
deactivateProbe in interface IProbeController
Parameters:
pattern - pattern for the probe
Returns:
true on success

isProbeActivated

public boolean isProbeActivated(String signature)
Specified by:
isProbeActivated in interface IProbeController
Parameters:
signature - signature of the probe
Returns:
true if the probe with this signature is active

setProbePatternList

public void setProbePatternList(List<String> strPatternList)
Specified by:
setProbePatternList in interface IProbeController
Parameters:
strPatternList - list of strings with patterns where each string starts either with a + or -

getProbePatternList

public List<String> getProbePatternList()
Specified by:
getProbePatternList in interface IProbeController
Returns:
list of strings with patterns where each string starts either with a + or -

Kieker 1.6

Copyright 2012 Kieker Project, http://kieker-monitoring.net