public class StatusChecker extends Object
Constructor and Description |
---|
StatusChecker(Context context) |
StatusChecker(StatusManager sm) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsException(Class exceptionType) |
boolean |
containsMatch(int level,
String regex) |
boolean |
containsMatch(long threshold,
int level,
String regex) |
boolean |
containsMatch(String regex) |
int |
getHighestLevel(long threshold) |
boolean |
hasXMLParsingErrors(long threshold) |
boolean |
isErrorFree(long threshold) |
int |
matchCount(String regex) |
boolean |
noXMLParsingErrorsOccurred(long threshold) |
long |
timeOfLastReset()
Return the time of last reset.
|
public StatusChecker(StatusManager sm)
public StatusChecker(Context context)
public boolean hasXMLParsingErrors(long threshold)
public boolean noXMLParsingErrorsOccurred(long threshold)
public int getHighestLevel(long threshold)
public boolean isErrorFree(long threshold)
public boolean containsMatch(long threshold, int level, String regex)
public boolean containsMatch(int level, String regex)
public boolean containsMatch(String regex)
public int matchCount(String regex)
public boolean containsException(Class exceptionType)
public long timeOfLastReset()
Copyright © 2005-2013 QOS.ch. All Rights Reserved.