WebLogic Integration


com.bea.wlpi.server.plugin
Class TaskNotification

java.lang.Object
  |
  +--com.bea.wlpi.server.plugin.PluginNotification
        |
        +--com.bea.wlpi.server.plugin.TaskNotification

public final class TaskNotification
extends PluginNotification

Notification object that describes a change to a task instance.

Since:
WebLogic Process Integrator 2.0
Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Plugin.taskChanged(com.bea.wlpi.server.plugin.TaskNotification), Serialized Form

Fields inherited from class com.bea.wlpi.server.plugin.PluginNotification
eventType, source
 
Method Summary
 TaskInfo getTask()
          Return information about the affected task.
 java.lang.String toString()
          Return a string representation of the notification.
 
Methods inherited from class com.bea.wlpi.server.plugin.PluginNotification
getEventType, getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTask

public TaskInfo getTask()
Return information about the affected task.

Returns:
Task information.

toString

public java.lang.String toString()
Return a string representation of the notification.

Returns:
String representation.
Overrides:
toString in class java.lang.Object
Since:
WebLogic Integration version 2.1

WebLogic Integration

WebLogic Integration (WLI)