WebLogic Integration


Uses of Class
com.bea.wlpi.common.plugin.PluginException

Packages that use PluginException
com.bea.wlpi.common.plugin Provides common classes used by plugins in the WebLogic Process Integrator client and server. 
com.bea.wlpi.server.plugin Provides the server-side WebLogic Process Integrator Plugin framework. 
 

Uses of PluginException in com.bea.wlpi.common.plugin
 

Methods in com.bea.wlpi.common.plugin that throw PluginException
 void PluginField.init(java.lang.String name, java.lang.String eventDescriptor)
          Set the name and event descriptor associated with this field.
 void PluginField.setQualifier(PluginField qualifier)
          Set the field qualifier.
 java.lang.Object PluginField.evaluate(EvaluationContext context)
          Evaluate the field.
 java.lang.Object PluginFunction.evaluate(EvaluationContext context, java.lang.Object[] args)
          Evaluate the function.
 

Uses of PluginException in com.bea.wlpi.server.plugin
 

Methods in com.bea.wlpi.server.plugin that throw PluginException
 EventData[] EventHandler.onEvent(EventData eventData)
          Handle an incoming event.
 void Plugin.init()
          Initialize the Plugin.
 void Plugin.exit()
          Deinitialize the Plugin.
 void Plugin.load(PluginObject config)
          Load the Plugin.
 void Plugin.unload()
          Unload the Plugin.
 java.lang.Class Plugin.classForName(java.lang.String className)
          Return a plugin-defined class.
 java.lang.Object Plugin.getObject(java.util.Locale lc, java.lang.String className)
          Return a plugin-defined object.
 void Plugin.setConfiguration(PluginObject config)
          Set a plugin's configuration.
 void Plugin.templateChanged(TemplateNotification notify)
          Notifies a plugin of a change in a template.
 void Plugin.templateDefinitionChanged(TemplateDefinitionNotification notify)
          Notifies a plugin of a change in a template definition.
 void Plugin.instanceChanged(InstanceNotification notify)
          Notifies a plugin of a change in a workflow instance.
 void Plugin.taskChanged(TaskNotification notify)
          Notifies a plugin of a change in a task instance.
 


WebLogic Integration

WebLogic Integration (WLI)