BEA Systems, Inc.

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

Packages that use PluginMeta
com.bea.rfid.edge.api.workflow This package defines interfaces used within the edge flow engine. 
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 PluginMeta in com.bea.rfid.edge.api.workflow
 

Methods in com.bea.rfid.edge.api.workflow with parameters of type PluginMeta
 void WorkflowManager.define(PluginConfig pluginConfig, PluginMeta pluginMeta, boolean redefine)
          Interface to create or reconfigure a workflow module.
 

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

Methods in com.connecterra.ale.dynamicconfig.api that return PluginMeta
 PluginMeta DynamicConfigFactory.createPluginMeta(String classType, String keyName, String displayName, String role)
          Creates a new PluginMeta instance.
 

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

Methods in com.connecterra.ale.dynamicconfig.bean that return PluginMeta
 PluginMeta DynamicConfigBeanFactory.createPluginMeta(String classType, String keyName, String name, String role)
           
 

Uses of PluginMeta in com.connecterra.ale.reader
 

Methods in com.connecterra.ale.reader with parameters of type PluginMeta
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.