Introduction and Roadmap
Document Scope and Audience
Guide to This Document
Related Documentation
Using BEA WebLogic RFID Edge Mobile SDK Sample to Develop Applications
BEA WebLogic RFID Edge Mobile SDK Overview
Overview of the BEA WebLogic RFID Edge Mobile SDK
BEA WebLogic RFID Edge Mobile SDK Components
BEA WebLogic RFID Edge Mobile APIs
Sample Application
Third Party Components
Symbol Mobility Developer Kit for .NET
Microsoft .NET Compact Framework
Microsoft Windows Mobile Platform
Microsoft Windows CE Operating System
BEA WebLogic RFID Edge Mobile SDK APIs
Tag Reading API
com.bea.mobile.rfid.reader Package
com.bea.mobile.rfid.reader.PhysicalReader Interface
com.bea.mobile.rfid.reader.LogicalReader Interface
com.bea.mobile.rfid.reader.ReadBuffer Class
com.bea.mobile.rfid.reader.TagReport Class
com.bea.mobile.rfid.reader.Attribute Class
com.bea.mobile.rfid.reader.ReaderManager Class
com.bea.mobile.rfid.readertypes Package
com.bea.mobile.rfid.readertypes.SymbolMC9000PhysicalReader Class
com.bea.mobile.rfid.readertypes.SymbolMC9000LogicalReader Class
com.bea.mobile.rfid.eventhandler Package
com.bea.mobile.rfid.eventhandler.EventType Class
Workflow API
com.bea.mobile.rfid.workflow Package
com.bea.mobile.rfid.workflow.WorkflowFactory Class
com.bea.rfid.workflow.WorkflowFactoryImpl Class
com.bea.mobile.rfid.workflow.Workflow Interface
com.bea.mobile.rfid.workflow.AbstractWorkflow Class
com.bea.mobile.rfid.workflow.WorkflowEventArgs Class
com.bea.mobile.rfid.workflow.WorkflowException Class
Filter API
com.bea.mobile.rfid.filter Package
com.bea.mobile.rfid.filter.Filter Interface
com.bea.mobile.rfid.filter.FilterException Class
com.bea.mobile.rfid.filtertypes Package
com.bea.mobile.rfid.filtertypes.UniqueEPCFilter Class
com.bea.mobile.rfid.filtertypes.UniqueEPCReadPointFilter Class
com.bea.mobile.rfid.filtertypes.UniqueEPCBusinessLocationFilter Class
com.bea.mobile.rfid.filtertypes.UniqueEPCReadPtBizLocFilter Class
Configuration API
com.bea.mobile.rfid.config Package
com.bea.mobile.rfid.config.ConfigManager Interface
com.bea.rfid.config.ConfigManagerImpl Class
com.bea.mobile.rfid.config.ReaderConfig Class
com.bea.mobile.rfid.config.ReaderConfig.ReaderConfigData Struct
com.bea.mobile.rfid.config.WorkflowConfig Class
com.bea.mobile.rfid.config.WorkflowConfig.WorkflowConfigData Struct
com.bea.mobile.rfid.config.PersistenceConfig Class
com.bea.mobile.rfid.config.EPCISCaptureConfig Class
com.bea.mobile.rfid.config.ConfigException Class
Persistence API
com.bea.mobile.rfid.persistence Package
com.bea.mobile.rfid.persistence.PersistenceManager Interface
com.bea.mobile.rfid.persistence.PersistenceManagerImpl Class
com.bea.mobile.rfid.persistence.PersistenceException Class
EPCIS Capture API
com.bea.mobile.rfid.epcis Package
com.bea.mobile.rfid.epcis.EPCISCapture Interface
com.bea.mobile.rfid.epcis.EPCISCaptureImpl Class
com.bea.mobile.rfid.epcis.EPCISEvent Interface
com.bea.mobile.rfid.epcis.EPCISEventImpl Class
com.bea.mobile.rfid.epcis.ObjectEvent Interface
com.bea.mobile.rfid.epcis.ObjectEventImpl Class
com.bea.mobile.rfid.epcis.BusinessTransaction Interface
com.bea.mobile.rfid.epcis.BusinessTransactionImpl Class
com.bea.mobile.rfid.epcis.EPCISAction Class
com.bea.mobile.rfid.epcis.EPCISTransport Class
com.bea.mobile.rfid.epcis.EPCISCaptureException Class
ALE EPC API
com.connecterra.ale.epc Package
com.connecterra.ale.epc.EPCFactory Class
com.connecterra.ale.epc.EPC Class
com.connecterra.ale.epchelpers Package
com.connecterra.ale.epchelpers.EPCIndexTableLoader Class
com.connecterra.ale.epchelpers.CompanyPrefixTable Class
Sample C# Application
Overview of Sample C# Applications
Setting Up Your Development Environment
Compiling and Running the Samples
BEAMobileTagRead: UML Diagrams
Class Diagrams
com.bea.mobile.rfid.samples.tagread.BEAMobileTagReadForm Class
com.bea.mobile.rfid.samples.tagread.BEAMobileTagReadForm.MobileTagReadWorkflow Nested Class
com.bea.mobile.rfid.samples.tagread.ConfigForm Class
Sequence Diagram
BEAMobileTagRead: How to Use the BEA WebLogic RFID Edge Mobile SDK APIs to Read Tags and Send EPCIS Events
Tag Reading API Usage
Workflow API Usage
Filter API Usage
Persistence API Usage
Configuration API Usage
ALE EPC API Usage
EPCIS Capture API Usage