|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface JPPFNodeTaskMonitorMBean
MBean interface for task-level monitoring on each node.
| Field Summary | |
|---|---|
static String |
TASK_MONITOR_MBEAN_NAME
Name of the node's task monitor MBean. |
| Method Summary | |
|---|---|
Long |
getTotalTaskCpuTime()
The total cpu time used by the tasks in milliseconds. |
Long |
getTotalTaskElapsedTime()
The total elapsed time used by the tasks in milliseconds. |
Integer |
getTotalTasksExecuted()
Get the total number of tasks executed by the node. |
Integer |
getTotalTasksInError()
The total number of tasks that ended in error. |
Integer |
getTotalTasksSucessfull()
The total number of tasks that executed sucessfully. |
| Methods inherited from interface javax.management.NotificationEmitter |
|---|
removeNotificationListener |
| Methods inherited from interface javax.management.NotificationBroadcaster |
|---|
addNotificationListener, getNotificationInfo, removeNotificationListener |
| Field Detail |
|---|
static final String TASK_MONITOR_MBEAN_NAME
| Method Detail |
|---|
Integer getTotalTasksExecuted()
Integer getTotalTasksInError()
Integer getTotalTasksSucessfull()
Long getTotalTaskCpuTime()
Long getTotalTaskElapsedTime()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||