public class DistributedWorkManagerStatisticsValues
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DistributedWorkManagerStatisticsValues(int successful,
int failed,
int doWorkAccepted,
int doWorkRejected,
int scheduleWorkAccepted,
int scheduleWorkRejected,
int startWorkAccepted,
int startWorkRejected)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDoWorkAccepted() |
int |
getDoWorkRejected() |
int |
getScheduleWorkAccepted() |
int |
getScheduleWorkRejected() |
int |
getStartWorkAccepted() |
int |
getStartWorkRejected() |
int |
getWorkFailed() |
int |
getWorkSuccessful() |
java.lang.String |
toString()
String representation
|
public DistributedWorkManagerStatisticsValues(int successful,
int failed,
int doWorkAccepted,
int doWorkRejected,
int scheduleWorkAccepted,
int scheduleWorkRejected,
int startWorkAccepted,
int startWorkRejected)
successful - successfulfailed - faileddoWorkAccepted - doWorkAccepteddoWorkRejected - doWorkRejectedscheduleWorkAccepted - scheduleWorkAcceptedscheduleWorkRejected - scheduleWorkRejectedstartWorkAccepted - startWorkAcceptedstartWorkRejected - startWorkRejectedpublic int getWorkSuccessful()
public int getWorkFailed()
public int getDoWorkAccepted()
public int getDoWorkRejected()
public int getScheduleWorkAccepted()
public int getScheduleWorkRejected()
public int getStartWorkAccepted()
public int getStartWorkRejected()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014 IronJacamar (http://www.ironjacamar.org)