WebLogic Integration


com.bea.wlpi.server.plugin
Class TemplateNotification

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

public final class TemplateNotification
extends PluginNotification

Notification object that describes a change to a template.

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

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

getTemplate

public TemplateInfo getTemplate()
Return information about the affected template.

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