
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 WorkManagerStatisticspublic int getWorkSuccessful()
getWorkSuccessful in interface WorkManagerStatisticspublic int getWorkFailed()
getWorkFailed in interface WorkManagerStatisticspublic int getDoWorkAccepted()
getDoWorkAccepted in interface WorkManagerStatisticspublic int getDoWorkRejected()
getDoWorkRejected in interface WorkManagerStatisticspublic int getScheduleWorkAccepted()
getScheduleWorkAccepted in interface WorkManagerStatisticspublic int getScheduleWorkRejected()
getScheduleWorkRejected in interface WorkManagerStatisticspublic int getStartWorkAccepted()
getStartWorkAccepted in interface WorkManagerStatisticspublic int getStartWorkRejected()
getStartWorkRejected in interface WorkManagerStatisticspublic void clear()
clear in interface WorkManagerStatisticspublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014 IronJacamar (http://www.ironjacamar.org)