WebLogic Integration


com.bea.wlpi.server.plugin
Class InstanceNotification

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

public final class InstanceNotification
extends PluginNotification

Notification object that describes a change to a workflow instance.

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

Fields inherited from class com.bea.wlpi.server.plugin.PluginNotification
eventType, source
 
Method Summary
 InstanceInfo getInstance()
          Return information about the affected workflow instance.
 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

getInstance

public InstanceInfo getInstance()
Return information about the affected workflow instance.

Returns:
Instance 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)