BEA Systems, Inc.

Uses of Interface
com.connecterra.ale.dynamicconfig.api.DynamicConfigFactory

Packages that use DynamicConfigFactory
com.bea.rfid.edge.toolkit.workflow This class contains abstract classes and helper classes for writing edge flow modules. 
com.connecterra.ale.dynamicconfig.bean   
com.connecterra.ale.reader   
 

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

Methods in com.bea.rfid.edge.toolkit.workflow with parameters of type DynamicConfigFactory
static PluginParameterMeta AbstractWorkflowModulePlugin.createInputPortsSubConfig(DynamicConfigFactory factory, List ports)
          Utility method to create input ports sub-configuration parameter meta.
protected static PluginParameterMeta AbstractWorkflowModulePlugin.createOutputPortsSubConfig(DynamicConfigFactory factory, List ports)
          Utility method to create output ports sub-configuration parameter meta.
 

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

Classes in com.connecterra.ale.dynamicconfig.bean that implement DynamicConfigFactory
 class AbstractDynamicConfigFactory
          Abstract class that defines the convenience methods in the factory interface using the other required methods in the factory.
 class DynamicConfigBeanFactory
          An implementation of DynamicConfigFactory.
 

Uses of DynamicConfigFactory in com.connecterra.ale.reader
 

Methods in com.connecterra.ale.reader with parameters of type DynamicConfigFactory
static void AbstractPhysicalDevice.addAFIParametersToPluginMeta(DynamicConfigFactory factory, PluginMeta pm)
          Adds the "Read Tag AFI" and "Forced AFI value" parameters to the PluginMeta.
static void AbstractPhysicalDevice.addForceAFIParameterToPluginMeta(DynamicConfigFactory factory, PluginMeta pm)
          Adds the "Forced AFI value" parameter to the PluginMeta.
static void AbstractPhysicalDevice.addReadAFIParameterToPluginMeta(DynamicConfigFactory factory, PluginMeta pm)
          Adds the "Read Tag AFI" parameter to the PluginMeta.
static void AbstractPhysicalDevice.addToPluginMeta(DynamicConfigFactory factory, PluginMeta pm)
          Adds appropriate PluginParameterMeta objects to the PluginMeta as needed by the framework.
static void AbstractPrinterPhysicalReader.addToPluginMeta(DynamicConfigFactory factory, PluginMeta pm)
           
static void DeviceUnit.addToPluginMeta(DynamicConfigFactory factory, PluginMeta pluginMeta, String deviceUnitKeyNamePrefix, MessageFormat deviceUnitParameterPattern, int deviceUnitNumber, DeviceUnitCapabilities caps)
           
static void DeviceUnit.addToPluginMeta(DynamicConfigFactory factory, PluginMeta pluginMeta, String deviceUnitKeyNamePrefix, MessageFormat deviceUnitParameterPattern, int deviceUnitNumber, DeviceUnitCapabilities caps, boolean isRequired)
          Adds appropriate PluginParameterMeta objects to the PluginMeta as needed by the framework.
static void SocketAcceptorDeviceChannel.addToPluginMeta(DynamicConfigFactory factory, PluginMeta pm, String portKeyName, String portDisplayName, String defaultPort)
          Adds PluginParameterMeta to the specified PluginMeta for each parameter read by the channel.
 


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