Package org.apache.uima.aae.jmx
Class ServiceErrors
- java.lang.Object
-
- org.apache.uima.aae.jmx.ServiceErrors
-
- All Implemented Interfaces:
java.io.Serializable,ServiceErrorsMBean
public class ServiceErrors extends java.lang.Object implements ServiceErrorsMBean
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceErrors()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddError(java.lang.Throwable aThrowable)longgetCpcErrors()java.lang.String[]getErrors()java.lang.StringgetLabel()longgetMetadataErrors()longgetProcessErrors()voidincrementCpcErrors()voidincrementMetadataErrors()voidincrementProcessErrors()voidreset()
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
-
addError
public void addError(java.lang.Throwable aThrowable)
-
getErrors
public java.lang.String[] getErrors()
- Specified by:
getErrorsin interfaceServiceErrorsMBean
-
getProcessErrors
public long getProcessErrors()
- Specified by:
getProcessErrorsin interfaceServiceErrorsMBean
-
incrementProcessErrors
public void incrementProcessErrors()
-
getMetadataErrors
public long getMetadataErrors()
- Specified by:
getMetadataErrorsin interfaceServiceErrorsMBean
-
incrementMetadataErrors
public void incrementMetadataErrors()
-
getCpcErrors
public long getCpcErrors()
- Specified by:
getCpcErrorsin interfaceServiceErrorsMBean
-
incrementCpcErrors
public void incrementCpcErrors()
-
reset
public void reset()
- Specified by:
resetin interfaceServiceErrorsMBean
-
-