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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceErrors
public ServiceErrors()
getLabel
public java.lang.String getLabel()
addError
public void addError(java.lang.Throwable aThrowable)
getErrors
public java.lang.String[] getErrors()
- Specified by:
getErrors
in interface ServiceErrorsMBean
getProcessErrors
public long getProcessErrors()
- Specified by:
getProcessErrors
in interface ServiceErrorsMBean
incrementProcessErrors
public void incrementProcessErrors()
getMetadataErrors
public long getMetadataErrors()
- Specified by:
getMetadataErrors
in interface ServiceErrorsMBean
incrementMetadataErrors
public void incrementMetadataErrors()
getCpcErrors
public long getCpcErrors()
- Specified by:
getCpcErrors
in interface ServiceErrorsMBean
incrementCpcErrors
public void incrementCpcErrors()
reset
public void reset()
- Specified by:
reset
in interface ServiceErrorsMBean
Copyright © 2011. All Rights Reserved.