kieker.monitoring.core.controller
Class ProbeController
java.lang.Object
kieker.monitoring.core.controller.AbstractController
kieker.monitoring.core.controller.ProbeController
- All Implemented Interfaces:
- IProbeController
public class ProbeController
- extends AbstractController
- implements IProbeController
- Author:
- Jan Waller, Bjoern Weissenfels
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 -
Copyright 2012 Kieker Project, http://kieker-monitoring.net>