org.jppf.management
Class TaskExecutionNotification
java.lang.Object
java.util.EventObject
javax.management.Notification
org.jppf.management.TaskExecutionNotification
- All Implemented Interfaces:
- Serializable
public class TaskExecutionNotification
- extends Notification
Notification sent to provide information about a task that was executed in a node.
- Author:
- Laurent Cohen
- See Also:
- Serialized Form
TaskExecutionNotification
public TaskExecutionNotification(ObjectName source,
long sequenceNumber,
TaskInformation taskInformation)
- Initialize this notification with the specified parameters.
- Parameters:
source - the emitter MBean's object name.sequenceNumber - the notification sequence number.taskInformation - information about the task that triggered this notification.
getTaskInformation
public TaskInformation getTaskInformation()
- Get the object encapsulating information about the task.
- Returns:
- a
TaskInformation instance.
Copyright © 2005-2010 JPPF Team.