BEA Systems, Inc.

Uses of Class
com.connecterra.ale.dynamicconfig.api.PluginException

Packages that use PluginException
com.bea.rfid.edge.api.workflow This package defines interfaces used within the edge flow engine. 
com.bea.rfid.edge.toolkit.workflow This class contains abstract classes and helper classes for writing edge flow modules. 
com.connecterra.ale.dynamicconfig.api Contains classes and interfaces representing plugin types and configurations of plugins in the edge server. 
 

Uses of PluginException in com.bea.rfid.edge.api.workflow
 

Methods in com.bea.rfid.edge.api.workflow that throw PluginException
 void WorkflowModulePlugin.configure(PluginConfig pluginConfig)
          Configures the module with parameter values specifed by the user.
 void WorkflowManager.define(PluginConfig pluginConfig, PluginMeta pluginMeta, boolean redefine)
          Interface to create or reconfigure a workflow module.
 List WorkflowManager.getDynamicSet(PluginParameterConstraintDynamicSet setConstraint)
          Gets the dynamic set defined by the input dynamic set constraint.
 void WorkflowManager.undefine(String name)
          Undefines (deletes) a workflow module.
 

Uses of PluginException in com.bea.rfid.edge.toolkit.workflow
 

Methods in com.bea.rfid.edge.toolkit.workflow that throw PluginException
protected static List AbstractWorkflowModulePlugin.getOutputModulesList(PluginConfig config, String paramName)
          Utility method to get output modules list for a given output port parameter from a pluginconfig.
protected  void AbstractWorkflowModulePlugin.setupErrorOutputs(PluginConfig config)
          Extracts error destination configuration parameter values and saves it within the module.
 

Uses of PluginException in com.connecterra.ale.dynamicconfig.api
 

Subclasses of PluginException in com.connecterra.ale.dynamicconfig.api
 class DuplicateNameException
          Thrown if an attempt is made to define a configuration entry with the same name as an existing one.
 class NoSuchNameException
          Thrown when a non existent name is referenced.
 


Documentation is available at
${DOCSWEBROOT}
Copyright 2007 BEA Systems Inc.