BEA Systems, Inc.
A B C D E F G H I K L M N O P Q R S T U V W X

A

AbstractDispatchingPollingPhysicalDevice - Class in com.connecterra.ale.reader
Adds to AbstractPhysicalDevice support for sequenced polling for inventorying and automatic calls to AbstractPhysicalDevice.TagProcessor methods for each method returned from the inventory method.
AbstractDispatchingPollingPhysicalDevice() - Constructor for class com.connecterra.ale.reader.AbstractDispatchingPollingPhysicalDevice
 
AbstractDynamicConfigFactory - Class in com.connecterra.ale.dynamicconfig.bean
Abstract class that defines the convenience methods in the factory interface using the other required methods in the factory.
AbstractDynamicConfigFactory() - Constructor for class com.connecterra.ale.dynamicconfig.bean.AbstractDynamicConfigFactory
 
AbstractEventProcessor - Class in com.connecterra.util.event
This class encapsulates a common pattern of use of EventReceiver and EventProcessor.
AbstractEventProcessor.PeriodicEventHandle - Class in com.connecterra.util.event
This class contains the state for a periodic event.
AbstractEventProcessor.PeriodicEventHandle() - Constructor for class com.connecterra.util.event.AbstractEventProcessor.PeriodicEventHandle
 
AbstractPhysicalDevice - Class in com.connecterra.ale.reader
This is the base class for the device driver framework.
AbstractPhysicalDevice() - Constructor for class com.connecterra.ale.reader.AbstractPhysicalDevice
Creates a new AbstractPhysicalDevice instance.
AbstractPhysicalDevice.AFIReadingTagProcessor - Interface in com.connecterra.ale.reader
A AbstractPhysicalDevice.TagProcessor should implement this interface if the device provides special support for efficiently reading the AFI value of a tag that has already been inventoried.
AbstractPhysicalDevice.BankReadTagProcessor - Interface in com.connecterra.ale.reader
TagProcessors should implement this interface if the device can read data from memory banks on the associated tag.
AbstractPhysicalDevice.BankTagProcessor - Interface in com.connecterra.ale.reader
A convenience interface that combines AbstractPhysicalDevice.BankReadTagProcessor and AbstractPhysicalDevice.BankWriteTagProcessor
AbstractPhysicalDevice.BankWriteTagProcessor - Interface in com.connecterra.ale.reader
TagProcessors should implement this interface if the device can write data to memory banks on the associated tag.
AbstractPhysicalDevice.EPCglobalClass1Gen2TagProcessor - Interface in com.connecterra.ale.reader
TagProcessors should implement this interface if the device supports full EPCglobal Class 1 Gen 2 tag functionality.
AbstractPhysicalDevice.EPCglobalTagProcessor - Interface in com.connecterra.ale.reader
A convenience interface that combines AbstractPhysicalDevice.EPCglobalTagReadProcessor and AbstractPhysicalDevice.EPCglobalTagWriteProcessor
AbstractPhysicalDevice.EPCglobalTagReadProcessor - Interface in com.connecterra.ale.reader
TagProcessors should implement this interface if the object in question is identified by an EPC or otherwise contains an EPC value.
AbstractPhysicalDevice.EPCglobalTagWriteProcessor - Interface in com.connecterra.ale.reader
TagProcessors should implement this interface if the device has the capability of modifying the associated tag's EPC value.
AbstractPhysicalDevice.EPCTagData - Class in com.connecterra.ale.reader
Base class for TagProcessors that are associated with a DeviceUnit, and which contain DeviceTagReports that always store EPC data as the tag identity.
AbstractPhysicalDevice.EPCTagData(DeviceUnit, DeviceTagReport) - Constructor for class com.connecterra.ale.reader.AbstractPhysicalDevice.EPCTagData
 
AbstractPhysicalDevice.Requests - Class in com.connecterra.ale.reader
Represents all of the subscribed DeviceUnitRequests on a device, and all the tags which have been reported for any of those DeviceUnitRequests.
AbstractPhysicalDevice.Requests() - Constructor for class com.connecterra.ale.reader.AbstractPhysicalDevice.Requests
 
AbstractPhysicalDevice.TagData - Class in com.connecterra.ale.reader
Base class for TagProcessors that are associated with a DeviceUnit
AbstractPhysicalDevice.TagData(DeviceUnit, DeviceTagReport) - Constructor for class com.connecterra.ale.reader.AbstractPhysicalDevice.TagData
 
AbstractPhysicalDevice.TagProcessor - Class in com.connecterra.ale.reader
The base class of objects which can be passed to AbstractPhysicalDevice.processOpSpecs(com.connecterra.ale.reader.AbstractPhysicalDevice.TagProcessor, java.util.List).
AbstractPhysicalDevice.TagProcessor() - Constructor for class com.connecterra.ale.reader.AbstractPhysicalDevice.TagProcessor
 
AbstractPhysicalDevice.TagResultException - Exception in com.connecterra.ale.reader
This exception should be thrown from a TagProcessor exception with an appropriate OpStatus, and failure info String if the OpStatus is not OK.
AbstractPhysicalDevice.TagResultException(OpStatus, String) - Constructor for exception com.connecterra.ale.reader.AbstractPhysicalDevice.TagResultException
 
AbstractPollingPhysicalDevice - Class in com.connecterra.ale.reader
Adds support for sequenced polling to the AbstractPhysicalDevice.
AbstractPollingPhysicalDevice() - Constructor for class com.connecterra.ale.reader.AbstractPollingPhysicalDevice
 
AbstractPrinterPhysicalReader - Class in com.connecterra.ale.reader
Base class for rfid printers.
AbstractPrinterPhysicalReader() - Constructor for class com.connecterra.ale.reader.AbstractPrinterPhysicalReader
 
AbstractWorkflowModulePlugin - Class in com.bea.rfid.edge.toolkit.workflow
Abstract base class for edge flow modules.
AbstractWorkflowModulePlugin() - Constructor for class com.bea.rfid.edge.toolkit.workflow.AbstractWorkflowModulePlugin
 
AbstractWorkflowModulePlugin.OneWayInputPortImpl - Class in com.bea.rfid.edge.toolkit.workflow
Inner class implementation of OneWayInputPort.
AbstractWorkflowModulePlugin.OneWayInputPortImpl(String, String, PortType) - Constructor for class com.bea.rfid.edge.toolkit.workflow.AbstractWorkflowModulePlugin.OneWayInputPortImpl
Constructor.
AbstractWorkflowModulePlugin.OneWayInputPortImpl(Port) - Constructor for class com.bea.rfid.edge.toolkit.workflow.AbstractWorkflowModulePlugin.OneWayInputPortImpl
Constructor that just takes in a Port and constructs OneWayInputPort using it.
acceptorError(SocketAcceptorDeviceChannel, IOException) - Method in interface com.connecterra.ale.reader.SocketAcceptorDeviceChannel.SocketAcceptorListener
This callback is invoked when the accept throws an IOException.
AccumulationObserver - Interface in com.bea.rfid.workflow.util
Interface for observers of Accumulator.
Accumulator - Class in com.bea.rfid.workflow.util
Plain java class for accumulating tags.
Accumulator(long, int, Timer) - Constructor for class com.bea.rfid.workflow.util.Accumulator
Constructor.
ACTIVATING - Static variable in class com.connecterra.ale.reader.ChannelManager.State
The manager is in the process of activating the channels and initializing the proxy.
ACTIVE - Static variable in class com.connecterra.ale.reader.ChannelManager.State
Communications with the device are online, that is, the channels are active and proxy initialization has completed.
add(List) - Method in class com.bea.rfid.workflow.util.Accumulator
Add unique tags from the list of ECReportGroupListMember to current accumulated tags list, if this accumulator is in active state.
add(long, EventReceiver, Object) - Method in class com.connecterra.util.event.AlarmClock
Schedules an event for delivery at a specified time from now to a specified event receiver.
addAFIParametersToPluginMeta(DynamicConfigFactory, PluginMeta) - Static method in class com.connecterra.ale.reader.AbstractPhysicalDevice
Adds the "Read Tag AFI" and "Forced AFI value" parameters to the PluginMeta.
addBusinessTransaction(URI, URI) - Method in class com.bea.rfid.workflow.epcis.EventGenerator
Creates a business transaction for the given type and ID and adds it to the list of business transactions to be used on the generated event.
addBusinessTransaction(BusinessTransaction) - Method in class com.bea.rfid.workflow.epcis.EventGenerator
Adds a business transaction entry to list of business transactions to be used on the generated event.
addChannel(DeviceChannel) - Method in class com.connecterra.ale.reader.ChannelManager
Adds a DeviceChannel to the manager.
addChildParameter(PluginConfigParameter) - Method in class com.connecterra.ale.dynamicconfig.api.PluginConfigParameter
Specifies the value on one child parameter.
addChildParameterMeta(PluginParameterMeta) - Method in interface com.connecterra.ale.dynamicconfig.api.PluginParameterMeta
Adds a parameter to this parameter's child parameter list.
addDeviceChannel(DeviceChannel) - Method in class com.connecterra.ale.reader.AbstractPhysicalDevice
Add a new DeviceChannel to the device.
addDeviceUnit(DeviceUnit) - Method in class com.connecterra.ale.reader.AbstractPhysicalDevice
Add a new DeviceUnit to the physical device.
addEventExtension(String, String, String) - Method in class com.bea.rfid.workflow.epcis.EventGenerator
Creates an EPCIS event extension for the given namespace, name and values and adds it to the list of event extensions to be used on the generated event.
addForceAFIParameterToPluginMeta(DynamicConfigFactory, PluginMeta) - Static method in class com.connecterra.ale.reader.AbstractPhysicalDevice
Adds the "Forced AFI value" parameter to the PluginMeta.
additionAtPointA(List) - Method in class com.bea.rfid.workflow.util.Directionality
Accepts a list of tags seen at Point A and updates the state of the tags.
additionAtPointB(List) - Method in class com.bea.rfid.workflow.util.Directionality
Accepts a list of tags seen at Point B and updates the state of the tags.
addParameter(PluginConfigParameter) - Method in class com.connecterra.ale.dynamicconfig.api.PluginConfig
Adds a PluginConfigParameter representing a configuration parameter value of the plugin.
addParameterMeta(PluginParameterMeta) - Method in interface com.connecterra.ale.dynamicconfig.api.PluginMeta
Adds a configuration parameter description to the list of supported by this plugin type.
addReadAFIParameterToPluginMeta(DynamicConfigFactory, PluginMeta) - Static method in class com.connecterra.ale.reader.AbstractPhysicalDevice
Adds the "Read Tag AFI" parameter to the PluginMeta.
addReaderThread(Thread) - Method in class com.connecterra.ale.reader.AbstractPhysicalDevice
Inform the framework about a thread created by the device driver.
addReportNames(Collection) - Method in class com.bea.rfid.workflow.util.TagListBuilder
Adds the given report names to the set of filter report names for ECReports inputs.
addTagData(AbstractPhysicalDevice.TagData) - Method in class com.connecterra.ale.reader.AbstractPhysicalDevice
 
addToPluginMeta(DynamicConfigFactory, PluginMeta) - Static method in class com.connecterra.ale.reader.AbstractPhysicalDevice
Adds appropriate PluginParameterMeta objects to the PluginMeta as needed by the framework.
addToPluginMeta(DynamicConfigFactory, PluginMeta) - Static method in class com.connecterra.ale.reader.AbstractPrinterPhysicalReader
 
addToPluginMeta(DynamicConfigFactory, PluginMeta, String, MessageFormat, int, DeviceUnitCapabilities, boolean) - Static method in class com.connecterra.ale.reader.DeviceUnit
Adds appropriate PluginParameterMeta objects to the PluginMeta as needed by the framework.
addToPluginMeta(DynamicConfigFactory, PluginMeta, String, MessageFormat, int, DeviceUnitCapabilities) - Static method in class com.connecterra.ale.reader.DeviceUnit
 
addToPluginMeta(DynamicConfigFactory, PluginMeta, String, String, String) - Static method in class com.connecterra.ale.reader.SocketAcceptorDeviceChannel
Adds PluginParameterMeta to the specified PluginMeta for each parameter read by the channel.
AggregationEventGenerator - Class in com.bea.rfid.workflow.epcis
Java class to generate EPCIS Aggregation Events for input tags.
AggregationEventGenerator() - Constructor for class com.bea.rfid.workflow.epcis.AggregationEventGenerator
 
AggregationReconciler - Class in com.bea.rfid.workflow.epcis
Compares an aggregation with its manifest (expected elements in an aggregation).
AggregationReconciler(double, boolean, boolean, boolean) - Constructor for class com.bea.rfid.workflow.epcis.AggregationReconciler
Constructor.
AlarmClock - Class in com.connecterra.util.event
The alarm clock sends events at specified times in the future.
AlarmClock() - Constructor for class com.connecterra.util.event.AlarmClock
 
ALWAYS_QUEUE - Static variable in class com.connecterra.util.event.EventReceiver
 
ANTENNA - Static variable in interface com.connecterra.ale.dynamicconfig.api.PluginParameterMeta.Type
Type representing antennae of devices.
ANTENNA_FAILURE - Static variable in class com.connecterra.ale.reader.OpStatus
Write operation failed because the specified antenna was not present.
ANY_OBJECT - Static variable in class com.bea.rfid.edge.toolkit.workflow.SimpleOneWayPortType
Type that sends/receives objects of type Object.
AnyPortType - Class in com.bea.rfid.edge.toolkit.workflow
Represents the type of a Port that sends or receives messages of any type.
AnyPortType() - Constructor for class com.bea.rfid.edge.toolkit.workflow.AnyPortType
 

Documentation is available at
${DOCSWEBROOT}
Copyright 2007 BEA Systems Inc.
A B C D E F G H I K L M N O P Q R S T U V W X