org.apache.uima.aae.jmx
public class ServiceErrors extends java.lang.Object implements ServiceErrorsMBean
Constructor and Description |
---|
ServiceErrors() |
Modifier and Type | Method and 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() |
public java.lang.String getLabel()
public void addError(java.lang.Throwable aThrowable)
public java.lang.String[] getErrors()
getErrors
in interface ServiceErrorsMBean
public long getProcessErrors()
getProcessErrors
in interface ServiceErrorsMBean
public void incrementProcessErrors()
public long getMetadataErrors()
getMetadataErrors
in interface ServiceErrorsMBean
public void incrementMetadataErrors()
public long getCpcErrors()
getCpcErrors
in interface ServiceErrorsMBean
public void incrementCpcErrors()
public void reset()
reset
in interface ServiceErrorsMBean
Copyright © 2014. All Rights Reserved.