public class WorkManagerStatisticsImpl extends java.lang.Object implements WorkManagerStatistics
Constructor and Description |
---|
WorkManagerStatisticsImpl()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear the statistics
|
int |
getDoWorkAccepted()
DoWork: Accepted
|
int |
getDoWorkRejected()
DoWork: Rejected
|
int |
getScheduleWorkAccepted()
ScheduleWork: Accepted
|
int |
getScheduleWorkRejected()
ScheduleWork: Rejected
|
int |
getStartWorkAccepted()
StartWork: Accepted
|
int |
getStartWorkRejected()
StartWork: Rejected
|
int |
getWorkActive()
Work: Active
|
int |
getWorkFailed()
Work: Failed
|
int |
getWorkSuccessful()
Work: Successful
|
java.lang.String |
toString()
String representation
|
public int getWorkActive()
getWorkActive
in interface WorkManagerStatistics
public int getWorkSuccessful()
getWorkSuccessful
in interface WorkManagerStatistics
public int getWorkFailed()
getWorkFailed
in interface WorkManagerStatistics
public int getDoWorkAccepted()
getDoWorkAccepted
in interface WorkManagerStatistics
public int getDoWorkRejected()
getDoWorkRejected
in interface WorkManagerStatistics
public int getScheduleWorkAccepted()
getScheduleWorkAccepted
in interface WorkManagerStatistics
public int getScheduleWorkRejected()
getScheduleWorkRejected
in interface WorkManagerStatistics
public int getStartWorkAccepted()
getStartWorkAccepted
in interface WorkManagerStatistics
public int getStartWorkRejected()
getStartWorkRejected
in interface WorkManagerStatistics
public void clear()
clear
in interface WorkManagerStatistics
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)