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 void
addError(java.lang.Throwable aThrowable)
long
getCpcErrors()
java.lang.String[]
getErrors()
java.lang.String
getLabel()
long
getMetadataErrors()
long
getProcessErrors()
void
incrementCpcErrors()
void
incrementMetadataErrors()
void
incrementProcessErrors()
void
reset()
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
-
addError
public void addError(java.lang.Throwable aThrowable)
-
getErrors
public java.lang.String[] getErrors()
- Specified by:
getErrors
in interfaceServiceErrorsMBean
-
getProcessErrors
public long getProcessErrors()
- Specified by:
getProcessErrors
in interfaceServiceErrorsMBean
-
incrementProcessErrors
public void incrementProcessErrors()
-
getMetadataErrors
public long getMetadataErrors()
- Specified by:
getMetadataErrors
in interfaceServiceErrorsMBean
-
incrementMetadataErrors
public void incrementMetadataErrors()
-
getCpcErrors
public long getCpcErrors()
- Specified by:
getCpcErrors
in interfaceServiceErrorsMBean
-
incrementCpcErrors
public void incrementCpcErrors()
-
reset
public void reset()
- Specified by:
reset
in interfaceServiceErrorsMBean
-
-