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 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 © 2017. All rights reserved.