|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProbeController
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> patternList)
Overwrites the current list of patterns with a new pattern list. |
Method Detail |
---|
boolean activateProbe(String pattern)
pattern
- pattern for the probe
boolean deactivateProbe(String pattern)
pattern
- pattern for the probe
boolean isProbeActivated(String signature)
signature
- signature of the probe
void setProbePatternList(List<String> patternList)
patternList
- 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.List<String> getProbePatternList()
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |