BEA Systems, Inc.

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

Packages that use PluginConfig
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. 
com.connecterra.ale.dynamicconfig.bean   
com.connecterra.ale.reader   
 

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

Methods in com.bea.rfid.edge.api.workflow with parameters of type PluginConfig
 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.
 

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

Methods in com.bea.rfid.edge.toolkit.workflow with parameters of type PluginConfig
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.
static List AbstractWorkflowModulePlugin.getStringList(PluginConfig config, String paramName)
          Utility method to get a List value for the given parameter from the given plugin config.
static String AbstractWorkflowModulePlugin.getStringValue(PluginConfig config, String paramName)
          Utility method to get the string value for a given configuration parameter from the given plugin configuration.
static String AbstractWorkflowModulePlugin.getStringValue(PluginConfig config, String subConfigName, String paramName)
          Utility method to get the string value for a given configuration parameter with in the given sub-configuration from a plugin configuration.
protected  void AbstractWorkflowModulePlugin.setupErrorOutputs(PluginConfig config)
          Extracts error destination configuration parameter values and saves it within the module.
 

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

Methods in com.connecterra.ale.dynamicconfig.api that return PluginConfig
 PluginConfig DynamicConfigFactory.createPluginConfig(String metaKeyName, String name, String role)
          Creates a new PluginConfig instance.
 

Uses of PluginConfig in com.connecterra.ale.dynamicconfig.bean
 

Methods in com.connecterra.ale.dynamicconfig.bean that return PluginConfig
 PluginConfig DynamicConfigBeanFactory.createPluginConfig(String metaName, String name, String role)
           
 

Uses of PluginConfig in com.connecterra.ale.reader
 

Methods in com.connecterra.ale.reader with parameters of type PluginConfig
 void AbstractPhysicalDevice.initialize(PluginConfig config)
           
 

Constructors in com.connecterra.ale.reader with parameters of type PluginConfig
ByteStreamDeviceChannel(PluginConfig rc, String portName)
          Creates a new ByteStreamDeviceChannel instance where the remote host is read from the hostname parameter and the remote port is read from the parameter named by the portName argument in the given PluginConfig.
CharacterStreamDeviceChannel(PluginConfig config)
          Creates a new CharacterStreamDeviceChannel instance where the remote host is read from the hostname and port parameters in the given PluginConfig.
CharacterStreamDeviceChannel(PluginConfig config, String portName)
          Creates a new CharacterStreamDeviceChannel instance where the remote host is read from the hostname parameter and the remote port is read from the parameter named by the portName argument in the given PluginConfig.
DeviceUnit(AbstractPhysicalDevice pr, PluginConfig config, String deviceUnitKeyNamePrefix, String telemetryDeviceName, int deviceUnitNumber, DeviceUnitCapabilities deviceUnitCaps)
           
SocketAcceptorDeviceChannel(PluginConfig config, String defaultPort)
          Like SocketAcceptorDeviceChannel.SocketAcceptorDeviceChannel(PluginConfig, String, String), with portKeyName set to "port".
SocketAcceptorDeviceChannel(PluginConfig config, String defaultPort, String portKeyName)
          Creates a new SocketAcceptorDeviceChannel instance.
 


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