|
Kieker 1.10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.monitoring.core.controller.AbstractController
kieker.monitoring.core.controller.ProbeController
public class ProbeController
| Method Summary | |
|---|---|
boolean |
activateProbe(String pattern)
Activates a probe. |
boolean |
deactivateProbe(String pattern)
Deactivates a probe. |
List<String> |
getProbePatternList()
Returns the current list of patterns with a prefix indicating whether the pattern is active or not. |
boolean |
isProbeActivated(String signature)
Tests if a probe is active. |
void |
setProbePatternList(List<String> strPatternList)
Overwrites the current list of patterns with a new pattern list. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String toString()
toString in class AbstractControllerpublic boolean activateProbe(String pattern)
activateProbe in interface IProbeControllerpattern - pattern for the probe
public boolean deactivateProbe(String pattern)
deactivateProbe in interface IProbeControllerpattern - pattern for the probe
public boolean isProbeActivated(String signature)
isProbeActivated in interface IProbeControllersignature - signature of the probe
public void setProbePatternList(List<String> strPatternList)
setProbePatternList in interface IProbeControllerstrPatternList - list of strings with patterns where each string starts either with a + or -. The list can be empty (in which case the internal pattern list and the
internal cache are cleared) - but not null.public List<String> getProbePatternList()
getProbePatternList in interface IProbeController
|
Kieker 1.10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||