public class TaskExecutionNotification extends Notification
source| Constructor and Description |
|---|
TaskExecutionNotification(ObjectName source,
long sequenceNumber,
TaskInformation taskInformation)
Initialize this notification with the specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
TaskInformation |
getTaskInformation()
Get the object encapsulating information about the task.
|
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toStringgetSourcepublic TaskExecutionNotification(ObjectName source, long sequenceNumber, TaskInformation taskInformation)
source - the emitter MBean's object name.sequenceNumber - the notification sequence number.taskInformation - information about the task that triggered this notification.public TaskInformation getTaskInformation()
TaskInformation instance.Copyright © 2005-2012 JPPF Team.