org.apache.uima.aae.jmx
Class ServiceErrors

java.lang.Object
  extended by 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
ServiceErrors()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceErrors

public ServiceErrors()
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 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 © 2012. All Rights Reserved.