public class ServiceErrors extends Object implements ServiceErrorsMBean
| Constructor and Description |
|---|
ServiceErrors() |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(Throwable aThrowable) |
long |
getCpcErrors() |
String[] |
getErrors() |
String |
getLabel() |
long |
getMetadataErrors() |
long |
getProcessErrors() |
void |
incrementCpcErrors() |
void |
incrementMetadataErrors() |
void |
incrementProcessErrors() |
void |
reset() |
public String getLabel()
public void addError(Throwable aThrowable)
public String[] getErrors()
getErrors in interface ServiceErrorsMBeanpublic long getProcessErrors()
getProcessErrors in interface ServiceErrorsMBeanpublic void incrementProcessErrors()
public long getMetadataErrors()
getMetadataErrors in interface ServiceErrorsMBeanpublic void incrementMetadataErrors()
public long getCpcErrors()
getCpcErrors in interface ServiceErrorsMBeanpublic void incrementCpcErrors()
public void reset()
reset in interface ServiceErrorsMBeanCopyright © 2016. All rights reserved.