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

D

DEACTIVATING - Static variable in class com.connecterra.ale.reader.ChannelManager.State
The manager is shutting down communications.
decode(String) - Method in class com.bea.rfid.workflow.util.BarcodeDecoder
Decodes the input bar code string to an EPC identity URI or EPC identity pattern URI.
decodeFromTagList(List) - Method in class com.bea.rfid.workflow.util.BarcodeDecoder
Takes bar code specifed in the given tag list input and decodes the bar code string to an EPC identity URI or EPC identity pattern URI.
DefaultLogicalReader - Class in com.connecterra.ale.reader
DefaultLogicalReader is the concrete implementation of LogicalReader that is paired with AbstractPhysicalDevice.
define(PluginConfig, PluginMeta, boolean) - Method in interface com.bea.rfid.edge.api.workflow.WorkflowManager
Interface to create or reconfigure a workflow module.
delete(List) - Method in class com.bea.rfid.workflow.util.Accumulator
Deletes tags from the list of ECReportGroupListMember from current accumulated tags list, if this accumulator is in active state.
deletionAtPointA(List) - Method in class com.bea.rfid.workflow.util.Directionality
Accepts a list of tags that disappeared from Point A and updates the state of the tags.
deletionAtPointB(List) - Method in class com.bea.rfid.workflow.util.Directionality
Accepts a list of tags that disappeared from Point B and updates the state of the tags.
DELIVER_FOR_FORWARD_TO_GLN_AI - Static variable in class com.bea.rfid.workflow.util.BarcodeDecoder
 
DELIVER_TO_GLN_AI - Static variable in class com.bea.rfid.workflow.util.BarcodeDecoder
 
deserialize(Reader) - Method in interface com.bea.rfid.api.workflow.encoding.MessageDeserializer
Reads XML from the given reader and deserializes to the correct java object.
deserialize(Document) - Method in interface com.bea.rfid.api.workflow.encoding.MessageDeserializer
Deserializes given XML Document to the correct java object.
DeviceCapabilities - Class in com.connecterra.ale.reader
Represents the capabilities of a physical device.
DeviceCapabilities(Capabilities.Capability[]) - Constructor for class com.connecterra.ale.reader.DeviceCapabilities
Creates a new DeviceCapabilities instance with the given capabilities
DeviceCapabilities() - Constructor for class com.connecterra.ale.reader.DeviceCapabilities
Creates a new DeviceCapabilities instance with no capabilities.
DeviceChannel - Class in com.connecterra.ale.reader
This class is the base class for all channels used by the ChannelManager.
DeviceChannel() - Constructor for class com.connecterra.ale.reader.DeviceChannel
 
DeviceChannel.AbstractOpenChannel - Class in com.connecterra.ale.reader
An instance of this class should be instantiated and returned by the channel when the channel is opened.
DeviceChannel.AbstractOpenChannel() - Constructor for class com.connecterra.ale.reader.DeviceChannel.AbstractOpenChannel
 
DeviceChannel.MarkingInputStream - Class in com.connecterra.ale.reader
This class wraps another input stream.
DeviceChannel.MarkingInputStream(InputStream) - Constructor for class com.connecterra.ale.reader.DeviceChannel.MarkingInputStream
 
DeviceOpReport - Class in com.connecterra.ale.reader.access
Base class for the results from DeviceOpSpecs.
DeviceOpReport() - Constructor for class com.connecterra.ale.reader.access.DeviceOpReport
 
DeviceOpSpec - Class in com.connecterra.ale.reader.access
Base class for all operations which may be executed on visible tags.
DeviceOpSpec() - Constructor for class com.connecterra.ale.reader.access.DeviceOpSpec
 
DeviceTagReport - Class in com.connecterra.ale.reader.access
The DeviceTagReport represents the results of a set of operations performed against a tag in the reader's field during Edge event processing.
DeviceTagReport(long[]) - Constructor for class com.connecterra.ale.reader.access.DeviceTagReport
Creates a new DeviceTagReport instance.
DeviceTagReport(long[], int, int) - Constructor for class com.connecterra.ale.reader.access.DeviceTagReport
Creates a new DeviceTagReport instance.
DeviceTagReport(long, long) - Constructor for class com.connecterra.ale.reader.access.DeviceTagReport
 
DeviceUnit - Class in com.connecterra.ale.reader
A logical unit of operation within a physical device.
DeviceUnit(AbstractPhysicalDevice, PluginConfig, String, String, int, DeviceUnitCapabilities) - Constructor for class com.connecterra.ale.reader.DeviceUnit
 
DeviceUnitCapabilities - Class in com.connecterra.ale.reader
Represents the capabilities of a device unit.
DeviceUnitCapabilities(Capabilities.Capability[]) - Constructor for class com.connecterra.ale.reader.DeviceUnitCapabilities
Creates a new DeviceUnitCapabilities instance with the given capabilities
DeviceUnitCapabilities() - Constructor for class com.connecterra.ale.reader.DeviceUnitCapabilities
Creates a new DeviceUnitCapabilities instance with no capabilities.
DeviceUnitRequest - Class in com.connecterra.ale.reader
One application request, in a form easily used by a device driver.
Directionality - Class in com.bea.rfid.workflow.util
Class to determine direction of tags moving between two points.
Directionality(long, Timer, Set, Set, Set, Set) - Constructor for class com.bea.rfid.workflow.util.Directionality
Constructor.
directionDetermined(List) - Method in interface com.bea.rfid.workflow.util.DirectionObserver
Called by the direction detector business object to report the determination of direction for tags.
DirectionObserver - Interface in com.bea.rfid.workflow.util
Interface for observers for A to B direction
DISTINGUISHED_MODE - Static variable in class com.connecterra.ale.reader.DeviceCapabilities
This capability indicates that a polling device is capable of reading from more than one DeviceUnit simultaneously while being able to distinguish which DeviceUnit observed which tags.
doASAP(Event) - Method in class com.connecterra.util.event.AbstractEventProcessor
Queues an Event immediately.
doASAPOrBlock(Event) - Method in class com.connecterra.util.event.AbstractEventProcessor
Queues an Event immediately.
doASAPOrDrop(Event) - Method in class com.connecterra.util.event.AbstractEventProcessor
Queues an Event immediately.
doASAPOrThrow(Event) - Method in class com.connecterra.util.event.AbstractEventProcessor
Queues an Event immediately.
doLater(long, Event) - Method in class com.connecterra.util.event.AbstractEventProcessor
Queues an event to be handled after delay milliseconds.
doPeriodic(AbstractEventProcessor.PeriodicEventHandle, long, PeriodicEvent) - Method in class com.connecterra.util.event.AbstractEventProcessor
Queues an event whose handler will be invoked every interval milliseconds until cancelled, by calling the PeriodicEvent.stop() method on the event or by calling doPeriodic again with the same handle.
doStartup() - Method in class com.bea.rfid.edge.toolkit.workflow.AbstractWorkflowModulePlugin
Any startup operations that need to be done for the module should go into this method.
DRIVER_INCAPABLE - Static variable in class com.connecterra.ale.reader.OpStatus
Write operation failed because the specified antenna could not perform the requested operation.
DROP - Static variable in class com.connecterra.util.event.EventReceiver
 
DuplicateNameException - Exception in com.connecterra.ale.dynamicconfig.api
Thrown if an attempt is made to define a configuration entry with the same name as an existing one.
DuplicateNameException() - Constructor for exception com.connecterra.ale.dynamicconfig.api.DuplicateNameException
Constructs a DuplicateNameException with no detail message or cause.
DuplicateNameException(String, Throwable) - Constructor for exception com.connecterra.ale.dynamicconfig.api.DuplicateNameException
Constructs a DuplicateNameException with the specified detail message.
DuplicateNameException(Throwable) - Constructor for exception com.connecterra.ale.dynamicconfig.api.DuplicateNameException
Constructs a DuplicateNameException with the specified causing exception and a detail message from the causing exception.
DuplicateNameException(String) - Constructor for exception com.connecterra.ale.dynamicconfig.api.DuplicateNameException
Constructs a DuplicateNameException with the specified detail message.
DynamicConfigBeanFactory - Class in com.connecterra.ale.dynamicconfig.bean
An implementation of DynamicConfigFactory.
DynamicConfigBeanFactory() - Constructor for class com.connecterra.ale.dynamicconfig.bean.DynamicConfigBeanFactory
 
DynamicConfigFactory - Interface in com.connecterra.ale.dynamicconfig.api
Factory for creating dynamic configuration classes.
DynamicSetConstants - Interface in com.bea.rfid.api.workflow.config
Interface that defines enumerations for identifiers and parameter names of dynamic sets in WORKFLOW_MODULE role.
DynamicSetConstants.DynamicSetID - Class in com.bea.rfid.api.workflow.config
Defines identifiers for the Dynamic Set types supported by the edge flow system.

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