A B C D E F G H I J K L M N O P Q R S T U V W X _

A

AbstractSQLRepository - Class in org.fosstrak.llrp.client.repository.sql
The AbstractSQLRepository represents a common super class for all SQL based Repositories.
AbstractSQLRepository() - Constructor for class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
 
AbstractSQLROAccessReportsRepository - Class in org.fosstrak.llrp.client.repository.sql.roaccess
Gives access to the database holding logged RO_ACCESS_REPORTS.
AbstractSQLROAccessReportsRepository() - Constructor for class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
creates a new handle to the RO_ACCESS_REPORTS repository.
Adaptor - Interface in org.fosstrak.llrp.adaptor
The interface Adaptor provides a general interface how to access a set of LLRP readers.
AdaptorCallback - Class in org.fosstrak.llrp.adaptor
creates a callback instance that retrieves asynchronous messages.
AdaptorCallback(boolean) - Constructor for class org.fosstrak.llrp.adaptor.AdaptorCallback
creates a callback instance that retrieves asynchronous messages.
AdaptorConfiguration - Class in org.fosstrak.llrp.adaptor.config
a prototype class holding all information to create a adaptor.
AdaptorConfiguration(String, String, boolean, String) - Constructor for class org.fosstrak.llrp.adaptor.config.AdaptorConfiguration
constructor for a configuration prototype.
AdaptorImpl - Class in org.fosstrak.llrp.adaptor
This adaptor implements the Adaptor interface.
AdaptorImpl(String) - Constructor for class org.fosstrak.llrp.adaptor.AdaptorImpl
Constructor for a adaptor.
AdaptorManagement - Class in org.fosstrak.llrp.adaptor
The AdaptorManagement handles your adaptors, enqueues LLRPMessages, handles errors from the reader site and notifies you about incoming LLRPMessages.
adaptorName - Variable in class org.fosstrak.llrp.adaptor.AdaptorImpl
the name of this adaptor.
adaptorNameInRegistry - Static variable in class org.fosstrak.llrp.adaptor.Constants
the name of the llrp adaptor in the rmi registry.
AdaptorWorker - Class in org.fosstrak.llrp.adaptor
an LLRPAdaptorWorker holds an Adaptor and a callback. the worker enqueues messages and dispatches them to the corresponding reader.
AdaptorWorker(AdaptorCallback, Adaptor) - Constructor for class org.fosstrak.llrp.adaptor.AdaptorWorker
creates a new LLRPAdaptorWorker.
add(AsynchronousNotifiable) - Method in class org.fosstrak.llrp.adaptor.util.AsynchronousNotifiableList
add a new receiver to the list.
addCancelButton(Composite) - Method in class org.fosstrak.llrp.commander.dialogs.ConnectDialog
adds a Cancel button.
addChild(List<LLRPParameter>, LLRPParameter) - Method in class org.fosstrak.llrp.commander.util.LLRPTreeMaintainer
Adds the given parameter to the given parameter list.
addChild(MessageBoxTreeObject) - Method in class org.fosstrak.llrp.commander.views.ReaderTreeObject
 
AddFCDialog - Class in org.fosstrak.llrp.commander.dialogs
dialog to add a new adaptor to the reader explorer.
AddFCDialog(Shell) - Constructor for class org.fosstrak.llrp.commander.dialogs.AddFCDialog
create a new add adaptor dialog.
addInvisibleButton(Composite) - Method in class org.fosstrak.llrp.commander.dialogs.ConnectDialog
adds an invisible button to the grid to keep the alignment.
addMessage(LLRPMessageItem) - Method in class org.fosstrak.llrp.commander.ResourceCenter
Add LLRP Message Item to Repository and Content Provider.
addOKButton(Composite) - Method in class org.fosstrak.llrp.commander.dialogs.AddFCDialog
 
addOKButton(Composite) - Method in class org.fosstrak.llrp.commander.dialogs.AddReaderDialog
 
addOKButton(Composite) - Method in class org.fosstrak.llrp.commander.dialogs.ConnectDialog
adds a OK button and installs the necessary listeners.
addPages() - Method in class org.fosstrak.llrp.commander.editors.LLRPEditor
Extends FormEditor.addPages() Initial three pages involved in this FormEditor
addPages() - Method in class org.fosstrak.llrp.commander.wizards.NewLLRPMessageWizard
Adding the page to the wizard.
AddParameterAction - Class in org.fosstrak.llrp.commander.editors.graphical.actions
This class represents the action to add a new LLRP parameter to a message or to a parameter.
AddParameterAction(TreeViewer, LLRPTreeMaintainer, Object, String, String) - Constructor for class org.fosstrak.llrp.commander.editors.graphical.actions.AddParameterAction
 
addRange(TextPresentation, int, int, TextAttribute) - Method in class org.fosstrak.llrp.commander.editors.NonRuleBasedDamagerRepairer
Adds style information to the given text presentation.
addReaderConfig(String, String, String) - Method in class org.fosstrak.llrp.commander.ResourceCenter
 
AddReaderDialog - Class in org.fosstrak.llrp.commander.dialogs
dialog to add a new reader to the reader explorer.
AddReaderDialog(Shell) - Constructor for class org.fosstrak.llrp.commander.dialogs.AddReaderDialog
create a new add reader dialog.
addReaderROSpec(String, String, String) - Method in class org.fosstrak.llrp.commander.ResourceCenter
 
addReportItem(String, int) - Method in class org.fosstrak.llrp.commander.check.CheckItem
add a specific error report.
addReportItem(ArrayList<String>) - Method in class org.fosstrak.llrp.commander.check.CheckItem
adds a list of error reports to the current error list.
addTextFields(Composite) - Method in class org.fosstrak.llrp.commander.dialogs.ConnectDialog
adds the text fields.
addToMessageMetadataList(LLRPMessageItem) - Method in class org.fosstrak.llrp.commander.ResourceCenter
Add new message meta data item into list
adjustForNumColumns(int) - Method in class org.fosstrak.llrp.commander.preferences.pref.GroupedStringFieldEditor
 
ARG_DB_CLASSNAME - Static variable in class org.fosstrak.llrp.client.RepositoryFactory
class name in the arguments table.
ARG_JDBC_STRING - Static variable in class org.fosstrak.llrp.client.RepositoryFactory
JDBC string in the arguments table.
ARG_LOG_RO_ACCESS_REPORT - Static variable in class org.fosstrak.llrp.client.RepositoryFactory
parameter whether to log RO_ACCESS_REPORT.
ARG_PASSWRD - Static variable in class org.fosstrak.llrp.client.RepositoryFactory
password in the arguments table.
ARG_REPO_LOCATION - Static variable in class org.fosstrak.llrp.client.repository.sql.DerbyRepository
the name of the property for the repository location in the args map.
ARG_USERNAME - Static variable in class org.fosstrak.llrp.client.RepositoryFactory
user-name in the arguments table.
ARG_WIPE_DB - Static variable in class org.fosstrak.llrp.client.RepositoryFactory
parameter whether to wipe DB in the arguments table.
ARG_WIPE_RO_ACCESS_REPORTS_DB - Static variable in class org.fosstrak.llrp.client.RepositoryFactory
parameter whether to wipe RO_ACCESS_REPORTS DB in the arguments table.
args - Variable in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
map with additional arguments to be passed to the initializer.
arrayConstraints - Static variable in class org.fosstrak.llrp.commander.util.LLRPConstraints
An array of array constraints that are not modeled in llrpdef.xml
asCSV() - Method in class org.fosstrak.llrp.commander.views.roaccess.ROAccessReportsView
 
AsynchronousNotifiable - Interface in org.fosstrak.llrp.adaptor
if you want to receive asynchronous message notifications you can implement this interface.
AsynchronousNotifiableList - Class in org.fosstrak.llrp.adaptor.util
helper class to maintain a list of asynchronous message receivers. the helper checks whether there are transmission exception, and if so then the respective receivers get dropped after a certain number of erroneous transmissions.
AsynchronousNotifiableList() - Constructor for class org.fosstrak.llrp.adaptor.util.AsynchronousNotifiableList
 

B

BACKGROUND - Static variable in interface org.fosstrak.llrp.commander.editors.IXMLColorConstants
 
BinaryMessage - Class in org.fosstrak.llrp.commander.editors
This is a wrapper class for LLRP Binary Message.
BinaryMessage() - Constructor for class org.fosstrak.llrp.commander.editors.BinaryMessage
Constructor, to set the default values.
BinaryMessage(String) - Constructor for class org.fosstrak.llrp.commander.editors.BinaryMessage
Constructor, with XML Message as input.
BinaryMessageHelper - Class in org.fosstrak.llrp.commander.editors
This is a helper class for LLRP Binary Message, which transform the XML message to binary bit list by calling LTK Java APIs.
BinaryMessageHelper(String) - Constructor for class org.fosstrak.llrp.commander.editors.BinaryMessageHelper
Constructor, initialize the valid Message in binary format
BinarySingleValue - Class in org.fosstrak.llrp.commander.editors
Single entry in Binary Viewer.
BinarySingleValue(BinaryMessage) - Constructor for class org.fosstrak.llrp.commander.editors.BinarySingleValue
Constructor, initialize with one BinaryMessage node as parent.

C

canOccurMultipleTimes(Object, String) - Static method in class org.fosstrak.llrp.commander.util.LLRP
Returns true if the parameter/choice with the given name can occur multiple times in the message/parameter with the given definition, and false otherwise.
caption - Variable in class org.fosstrak.llrp.commander.dialogs.ConnectDialog
the caption.
CATEGORY_ERROR - Static variable in class org.fosstrak.llrp.commander.check.CheckItem
 
CATEGORY_FIX - Static variable in class org.fosstrak.llrp.commander.check.CheckItem
 
CATEGORY_INFO - Static variable in class org.fosstrak.llrp.commander.check.CheckItem
 
CATEGORY_WARN - Static variable in class org.fosstrak.llrp.commander.check.CheckItem
 
CheckEclipseProject - Class in org.fosstrak.llrp.commander.check
Performs a sanity check on the eclipse folder required by the LLRP Commander.
CheckEclipseProject() - Constructor for class org.fosstrak.llrp.commander.check.CheckEclipseProject
 
checkIfTableOk() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
checks whether the required tables exist or not.
CheckItem - Class in org.fosstrak.llrp.commander.check
Common interface that helps to run "check-processes" (processes that shall ensure the integrity of the LLRP commander and its folders/files).
CheckItem() - Constructor for class org.fosstrak.llrp.commander.check.CheckItem
 
CheckRepository - Class in org.fosstrak.llrp.commander.check
Helper that checks the derby database folder.
CheckRepository() - Constructor for class org.fosstrak.llrp.commander.check.CheckRepository
 
checkStatus() - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
check whether the AdaptorManagement is ok or not.
cICon - Variable in class org.fosstrak.llrp.commander.dialogs.AddReaderDialog
handle to the client initiated connection button.
CINDEX_AccessSpecID - Static variable in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
column index of the access spec ID.
CINDEX_ADAPTER - Static variable in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
column index of the adapter name.
CINDEX_AntennaID - Static variable in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
column index of the antenna ID.
CINDEX_C1G2_CRC - Static variable in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
column index of the c1g2 crc.
CINDEX_C1G2_PC - Static variable in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
column index of the c1g2 pc.
CINDEX_ChannelIndex - Static variable in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
column index of the channel index.
CINDEX_EPC - Static variable in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
column index of the EPC value.
CINDEX_FirstSeenTimestampUptime - Static variable in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
column index of the first seen time stamp since uptime.
CINDEX_FirstSeenTimestampUTC - Static variable in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
column index of the first seen time stamp in UTC.
CINDEX_InventoryParameterSpecID - Static variable in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
column index of the inventory parameter spec ID.
CINDEX_LastSeenTimestampUptime - Static variable in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
column index of the last seen time stamp since uptime.
CINDEX_LastSeenTimestampUTC - Static variable in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
column index of the last seen time stamp in UTC.
CINDEX_LOGTIME - Static variable in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
column index of the log time.
CINDEX_PeakRSSI - Static variable in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
column index of the peak RSSI.
CINDEX_READER - Static variable in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
column index of the reader name.
CINDEX_ROSpecID - Static variable in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
column index of the RO spec ID.
CINDEX_SpecIndex - Static variable in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
column index of the spec index.
CINDEX_TagSeenCount - Static variable in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
column index of the tag seen count.
cleanConnFailure() - Method in class org.fosstrak.llrp.adaptor.AdaptorWorker
resets the connection failure counter to zero.
clear() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
 
clear() - Method in interface org.fosstrak.llrp.client.ROAccessReportsRepository
drop all the messages in the repository.
clearAdapter(String) - Method in interface org.fosstrak.llrp.client.Repository
clear all the items that belong to a given adapter.
clearAdapter(String) - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
clear the repository from entries to a given adapter.
clearAll() - Method in interface org.fosstrak.llrp.client.Repository
Clear all the items in repository.
clearAll() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
remove all the messages from the repository.
clearAllReport() - Method in class org.fosstrak.llrp.commander.check.CheckItem
clear out all the reports collected from previous health checks.
clearMessageMetadataList() - Method in class org.fosstrak.llrp.commander.ResourceCenter
Clear all data in meta data list
clearReader(String, String) - Method in interface org.fosstrak.llrp.client.Repository
clear all the items that belong to a given reader on a given adapter.
clearReader(String, String) - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
clear the repository from entries to a given adapter and a given reader.
close() - Method in interface org.fosstrak.llrp.client.Repository
Closing the repository.
close() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
Close the database connection.
close() - Method in class org.fosstrak.llrp.commander.ResourceCenter
tear down the resource center.
COL_MSG_ADAPTER - Static variable in class org.fosstrak.llrp.commander.views.MessageboxView
column for the adapter.
COL_MSG_COMMENT - Static variable in class org.fosstrak.llrp.commander.views.MessageboxView
Column ID for Message Comments.
COL_MSG_ID - Static variable in class org.fosstrak.llrp.commander.views.MessageboxView
Column ID for Message ID.
COL_MSG_MARK - Static variable in class org.fosstrak.llrp.commander.views.MessageboxView
Column ID for User Marks.
COL_MSG_READER - Static variable in class org.fosstrak.llrp.commander.views.MessageboxView
Column ID for Message Type.
COL_MSG_TIME - Static variable in class org.fosstrak.llrp.commander.views.MessageboxView
Column ID for Message Issue Time.
COL_MSG_TYPE - Static variable in class org.fosstrak.llrp.commander.views.MessageboxView
Column ID for Message Type.
COL_STATUS_CODE - Static variable in class org.fosstrak.llrp.commander.views.MessageboxView
Column ID for Status Code.
ColorManager - Class in org.fosstrak.llrp.commander.editors
A helper class for supporting the color table used in XML Editor.
ColorManager() - Constructor for class org.fosstrak.llrp.commander.editors.ColorManager
 
COLUMN_NAMES_AND_TYPES - Static variable in class org.fosstrak.llrp.client.repository.sql.roaccess.DerbyROAccessReportsRepository
the columns of the RO_ACCESS_REPORTS table and the data types used in the database to store the values from the LLRP message.
commit() - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
commits the configuration to the properties file.
commit(boolean) - Method in class org.fosstrak.llrp.commander.editors.graphical.LLRPDetailsPage
 
computeCompletionProposals(ITextViewer, int) - Method in class org.fosstrak.llrp.commander.editors.LLRPContentAssistant
 
computeContextInformation(ITextViewer, int) - Method in class org.fosstrak.llrp.commander.editors.LLRPContentAssistant
 
CONFIG_SUBFOLDER - Static variable in class org.fosstrak.llrp.commander.ResourceCenter
folder storing the configuration files.
ConfigurationLoader - Class in org.fosstrak.llrp.adaptor.config
The ConfigurationLoader acts as a gateway to the configuration file. it tries to mask away the structure of the configuration file by providing prototypes for the adaptors and their readers. it provides reading and writing of configuration files.
ConfigurationLoader() - Constructor for class org.fosstrak.llrp.adaptor.config.ConfigurationLoader
creates a configuration loader.
ConfigurationModel - Class in org.fosstrak.llrp.commander.editors
...
ConfigurationModel(String) - Constructor for class org.fosstrak.llrp.commander.editors.ConfigurationModel
 
conImmed - Variable in class org.fosstrak.llrp.commander.dialogs.AddReaderDialog
handle to the connect immediately button.
conn - Variable in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
the JDBC connection.
connect(boolean) - Method in interface org.fosstrak.llrp.adaptor.Reader
connects this reader to the real physical llrp reader.
connect(boolean) - Method in class org.fosstrak.llrp.adaptor.ReaderImpl
 
ConnectDialog - Class in org.fosstrak.llrp.commander.dialogs
superclass for all the connect dialogs. all subclasses have to instantiate the two members FIELDS and DEFAULTS as arrays providing the labels and the default values for the fields available.
ConnectDialog(Shell, String) - Constructor for class org.fosstrak.llrp.commander.dialogs.ConnectDialog
create a new connect dialog.
connectURL - Variable in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
the connection URL.
Constants - Class in org.fosstrak.llrp.adaptor
basic constants.
Constants() - Constructor for class org.fosstrak.llrp.adaptor.Constants
 
Constants - Class in org.fosstrak.llrp.client
basic constants.
Constants() - Constructor for class org.fosstrak.llrp.client.Constants
 
containsAdaptor(String) - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
tells whether an adaptorName already exists.
containsReader(String) - Method in interface org.fosstrak.llrp.adaptor.Adaptor
checks whether a readerName already exists.
containsReader(String) - Method in class org.fosstrak.llrp.adaptor.AdaptorImpl
 
contributeToActionBars() - Method in class org.fosstrak.llrp.commander.views.TableViewPart
 
count(String, String) - Method in interface org.fosstrak.llrp.client.Repository
returns the number of messages in the repository to a given filter.
count(String, String) - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
the method computes the number of messages stored in the repository depending on the input parameters: (adaptor == null) then compute all messages in the repository.
create(Properties) - Static method in class org.fosstrak.llrp.client.RepositoryFactory
create a new repository and read the configuration from a Properties data structure.
create(Map<String, String>) - Static method in class org.fosstrak.llrp.client.RepositoryFactory
create a new repository with the configuration parameters provided via the parameters hash map.
createActions() - Method in class org.fosstrak.llrp.commander.views.MessageboxView
 
createActions() - Method in class org.fosstrak.llrp.commander.views.TableViewPart
 
createColumns() - Method in class org.fosstrak.llrp.commander.views.TableViewPart
 
createContents(Composite) - Method in class org.fosstrak.llrp.commander.dialogs.AddFCDialog
 
createContents(Composite) - Method in class org.fosstrak.llrp.commander.dialogs.AddReaderDialog
Create GUI elements in the dialog.
createContents(Composite) - Method in class org.fosstrak.llrp.commander.dialogs.ConnectDialog
Create GUI elements in the dialog.
createContents(Composite) - Method in class org.fosstrak.llrp.commander.dialogs.HealthCheckDialog
Initialize the GUI components.
createContents(Composite) - Method in class org.fosstrak.llrp.commander.dialogs.MessageboxViewOptionsDialog
Create GUI elements in the dialog.
createContents(Composite) - Method in class org.fosstrak.llrp.commander.dialogs.ReaderSettingsDialog
Create GUI elements in the dialog.
createContents(Composite) - Method in class org.fosstrak.llrp.commander.dialogs.SendMessageDialog
Initialize the GUI components.
createContents(Composite) - Method in class org.fosstrak.llrp.commander.editors.graphical.LLRPDetailsPage
 
createContents(Composite) - Method in class org.fosstrak.llrp.commander.views.roaccess.DetailsDialog
 
createControl(Composite) - Method in class org.fosstrak.llrp.commander.preferences.pref.GroupedStringFieldEditor
 
createControl(Composite) - Method in class org.fosstrak.llrp.commander.wizards.NewLLRPMessageWizardPage
 
createDocument(Object) - Method in class org.fosstrak.llrp.commander.editors.XMLDocumentProvider
 
createFieldEditors() - Method in class org.fosstrak.llrp.commander.preferences.LLRPCommanderPreferencePage
Creates the field editors.
createFormContent(IManagedForm) - Method in class org.fosstrak.llrp.commander.editors.graphical.GraphicalEditorPage
 
createInitialLayout(IPageLayout) - Method in class org.fosstrak.llrp.commander.PerspectiveFactory
 
createLLRPMessage(String) - Static method in class org.fosstrak.llrp.commander.util.LLRPFactory
Creates a new LLRP message of the given type.
createLLRPType(String, String) - Static method in class org.fosstrak.llrp.commander.util.LLRPFactory
Creates a new LLRPType of the given name with the given value.
createMap(String[][]) - Static method in class org.fosstrak.llrp.client.RepositoryFactory
helper to create a hash-map with key-value pairs. just provide a 2D array, with pairs of (key, value).
createMasterPart(IManagedForm, Composite) - Method in class org.fosstrak.llrp.commander.editors.graphical.LLRPMasterDetailsBlock
 
createPartControl(Composite) - Method in class org.fosstrak.llrp.commander.views.MessageboxView
This is a callback that will allow us to create the viewer and initialize it.
createPartControl(Composite) - Method in class org.fosstrak.llrp.commander.views.ReaderExplorerView
This is a callback that will allow us to create the viewer and initialize it.
createPartControl(Composite) - Method in class org.fosstrak.llrp.commander.views.roaccess.ROAccessReportsView
 
createPartControl(Composite) - Method in class org.fosstrak.llrp.commander.views.TableViewPart
 
createPresentation(TextPresentation, ITypedRegion) - Method in class org.fosstrak.llrp.commander.editors.NonRuleBasedDamagerRepairer
 
createTable() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
generates the necessary tables.
createTable() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
create a new log table.
createToolBarActions(IManagedForm) - Method in class org.fosstrak.llrp.commander.editors.graphical.LLRPMasterDetailsBlock
 

D

DB_DRIVER - Static variable in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
the database driver to use.
DB_NAME - Static variable in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
the name of the database in the database server.
DB_SUBFOLDER - Static variable in class org.fosstrak.llrp.commander.ResourceCenter
 
DBDRIVER - Variable in class org.fosstrak.llrp.client.repository.sql.MySQLRepository
the MySQL JDBC driver.
DBDRIVER - Variable in class org.fosstrak.llrp.client.repository.sql.PostgreSQLRepository
the PostgreSQL JDBC driver.
DEFAULT - Static variable in interface org.fosstrak.llrp.commander.editors.IXMLColorConstants
 
DEFAULT_ADAPTOR_NAME - Static variable in class org.fosstrak.llrp.adaptor.AdaptorManagement
the name for the default local adaptor.
DEFAULT_CHUNK_DELIMITER - Static variable in class org.fosstrak.llrp.commander.editors.BinaryMessageHelper
the default separator between two chunks.
DEFAULT_CHUNK_LENGTH - Static variable in class org.fosstrak.llrp.commander.editors.BinaryMessageHelper
denotes the length of a chunk within a line.
DEFAULT_ECLIPSE_PROJECT - Static variable in class org.fosstrak.llrp.commander.ResourceCenter
Default Eclipse Project for storing editable messages
DEFAULT_KEEPALIVE_PERIOD - Static variable in class org.fosstrak.llrp.adaptor.ReaderImpl
the default keep-alive interval for the reader.
DEFAULT_LINE_LENGTH - Static variable in class org.fosstrak.llrp.commander.editors.BinaryMessageHelper
denotes the number of characters used to split the parameters into several lines.
DEFAULT_LLRP_PORT - Static variable in class org.fosstrak.llrp.adaptor.Constants
the default port for a llrp reader.
DEFAULT_MISS_KEEPALIVE - Static variable in class org.fosstrak.llrp.adaptor.ReaderImpl
default how many times a keep-alive can be missed.
DEFAULT_READER_DEF_FILENAME - Static variable in class org.fosstrak.llrp.commander.ResourceCenter
Default reader configuration file name
DEFAULT_REFRESH_BEHAVIOR - Static variable in class org.fosstrak.llrp.commander.util.MessageBoxRefresh
whether to refresh or not by default.
DEFAULT_REFRESH_INTERVAL_MS - Static variable in class org.fosstrak.llrp.commander.util.MessageBoxRefresh
the default interval to refresh the messagebox view.
DEFAULTS - Variable in class org.fosstrak.llrp.commander.dialogs.ConnectDialog
the default values for the fields.
define(String, String, boolean, boolean) - Method in interface org.fosstrak.llrp.adaptor.Adaptor
defines a new LLRP reader on this adaptor.
define(String, String, int, boolean, boolean) - Method in interface org.fosstrak.llrp.adaptor.Adaptor
defines a new LLRP reader on this adaptor.
define(String, String, boolean, boolean) - Method in class org.fosstrak.llrp.adaptor.AdaptorImpl
 
define(String, String, int, boolean, boolean) - Method in class org.fosstrak.llrp.adaptor.AdaptorImpl
 
define(String, String) - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
adds a new adaptor to the adaptor list.
DeleteParameterAction - Class in org.fosstrak.llrp.commander.editors.graphical.actions
This class represents the action to delete an LLRP parameter.
DeleteParameterAction(IWorkbenchWindow, TreeViewer, LLRPTreeMaintainer, LLRPMasterDetailsBlock) - Constructor for class org.fosstrak.llrp.commander.editors.graphical.actions.DeleteParameterAction
 
DerbyRepository - Class in org.fosstrak.llrp.client.repository.sql
The LLRP message repository implementation based on Sun JavaDB.
DerbyRepository() - Constructor for class org.fosstrak.llrp.client.repository.sql.DerbyRepository
construct a new java DB repository.
DerbyROAccessReportsRepository - Class in org.fosstrak.llrp.client.repository.sql.roaccess
Derby and MySQL implementation for the RO_ACCESS_REPORTS repository (table).
DerbyROAccessReportsRepository() - Constructor for class org.fosstrak.llrp.client.repository.sql.roaccess.DerbyROAccessReportsRepository
 
deregisterFromAsynchronous(AsynchronousNotifiable) - Method in interface org.fosstrak.llrp.adaptor.Adaptor
deregister from the asynchronous messages. the receiver will no more receive asynchronous llrp messages.
deregisterFromAsynchronous(AsynchronousNotifiable) - Method in class org.fosstrak.llrp.adaptor.AdaptorImpl
 
deregisterFromAsynchronous(AsynchronousNotifiable) - Method in interface org.fosstrak.llrp.adaptor.Reader
deregister from the asynchronous messages. the receiver will no more receive asynchronous llrp messages.
deregisterFromAsynchronous(AsynchronousNotifiable) - Method in class org.fosstrak.llrp.adaptor.ReaderImpl
 
deregisterFullHandler(MessageHandler) - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
remove a handler from the full handler list.
deregisterPartialHandler(MessageHandler, Class) - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
remove a handler from the handlers list.
DetailsDialog - Class in org.fosstrak.llrp.commander.views.roaccess
 
DetailsDialog(Shell, ROAccessItem) - Constructor for class org.fosstrak.llrp.commander.views.roaccess.DetailsDialog
 
disconnect() - Method in interface org.fosstrak.llrp.adaptor.Reader
disconnect the reader stub from the physical reader.
disconnect() - Method in class org.fosstrak.llrp.adaptor.ReaderImpl
 
disconnectAll() - Method in interface org.fosstrak.llrp.adaptor.Adaptor
disconnects all the LLRP readers from this adaptor.
disconnectAll() - Method in class org.fosstrak.llrp.adaptor.AdaptorImpl
 
disconnectAllReaders() - Method in class org.fosstrak.llrp.commander.ResourceCenter
Disconnect all readers.
disconnectReaders() - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
disconnectReaders shuts down all local readers.
dispatchHandlers(String, String, LLRPMessage) - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
dispatches an LLRP message to all the registered full handlers.
display - Variable in class org.fosstrak.llrp.commander.views.MessageboxView
access to the display is needed by the asyncExec/syncExec API to allow multi-threaded access to the SWT widget
dispose() - Method in class org.fosstrak.llrp.commander.actions.SendAction
We can use this method to dispose of any system resources we previously allocated.
dispose() - Method in class org.fosstrak.llrp.commander.editors.ColorManager
Dispose all the Color in the Color Table.
dispose() - Method in class org.fosstrak.llrp.commander.editors.graphical.actions.AddParameterAction
 
dispose() - Method in class org.fosstrak.llrp.commander.editors.graphical.actions.DeleteParameterAction
 
dispose() - Method in class org.fosstrak.llrp.commander.editors.graphical.LLRPDetailsPage
 
dispose() - Method in class org.fosstrak.llrp.commander.editors.LLRPBinaryContentProvider
 
dispose() - Method in class org.fosstrak.llrp.commander.editors.XMLEditor
Dispose the ColorManager before disposing it's parent.
dispose() - Method in class org.fosstrak.llrp.commander.repository.MessageModel
 
dispose() - Method in class org.fosstrak.llrp.commander.views.MessageboxView
Dispose the view.
dispose() - Method in class org.fosstrak.llrp.commander.views.ReaderExplorerViewContentProvider
Dispose resources in the tree.
doFillIntoGrid(Composite, int) - Method in class org.fosstrak.llrp.commander.preferences.pref.GroupedStringFieldEditor
 
doLoad() - Method in class org.fosstrak.llrp.commander.preferences.pref.GroupedStringFieldEditor
 
doLoadDefault() - Method in class org.fosstrak.llrp.commander.preferences.pref.GroupedStringFieldEditor
 
doSave(IProgressMonitor) - Method in class org.fosstrak.llrp.commander.editors.LLRPEditor
Here the XML Editor Page save the content.
doSaveAs() - Method in class org.fosstrak.llrp.commander.editors.LLRPEditor
Here the XML Editor Page save as the content.
doStore() - Method in class org.fosstrak.llrp.commander.preferences.pref.GroupedStringFieldEditor
 
doubleClicked(ITextViewer) - Method in class org.fosstrak.llrp.commander.editors.XMLDoubleClickStrategy
 
DRAFT_SUBFOLDER - Static variable in class org.fosstrak.llrp.commander.ResourceCenter
Pre-built folder, for editable outgoing messages
dropTable() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
drops the table.
dropTable() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
drop the log table.

E

EMPTY_LIST_ERROR_MESSAGE - Static variable in class org.fosstrak.llrp.commander.util.LLRPConstraints
Error message that gets shown when a list that must not be empty is empty
endOfLineOf(int) - Method in class org.fosstrak.llrp.commander.editors.NonRuleBasedDamagerRepairer
Returns the end offset of the line that contains the specified offset or if the offset is inside a line delimiter, the end offset of the next line.
enqueue(QueueEntry) - Method in class org.fosstrak.llrp.adaptor.AdaptorWorker
enqueues a message to be sent.
enqueueLLRPMessage(String, String, LLRPMessage) - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
enqueue an LLRPMessage to be sent to a llrp reader. the adaptor will process the message when ready.
errorCallback(LLRPRuntimeException, String) - Method in interface org.fosstrak.llrp.adaptor.Adaptor
callback interface for asynchronous error messages from the reader.
errorCallback(LLRPRuntimeException, String) - Method in class org.fosstrak.llrp.adaptor.AdaptorImpl
 
errorOccured(String) - Method in class org.fosstrak.llrp.adaptor.ReaderImpl
when there is an error, the ltk will call this method.
ExceptionHandler - Class in org.fosstrak.llrp.commander
Exception Handler that processes Exceptions triggered in the AdaptorManagement.
ExceptionHandler(Shell) - Constructor for class org.fosstrak.llrp.commander.ExceptionHandler
 
exceptionType - Variable in exception org.fosstrak.llrp.adaptor.exception.LLRPRuntimeException
 
existReaderConfig(String, String) - Method in class org.fosstrak.llrp.commander.ResourceCenter
 
existReaderROSpec(String, String) - Method in class org.fosstrak.llrp.commander.ResourceCenter
 
existsTable() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
checks whether the required tables exist or not.
extractTimestamp(UnsignedLong) - Static method in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
Creates a TimeStamp object from a UnsignedLong object.

F

fColorTable - Variable in class org.fosstrak.llrp.commander.editors.ColorManager
Color table.
fDefaultTextAttribute - Variable in class org.fosstrak.llrp.commander.editors.NonRuleBasedDamagerRepairer
The default text attribute if non is returned as data by the current token
fDocument - Variable in class org.fosstrak.llrp.commander.editors.NonRuleBasedDamagerRepairer
The document this object works on
FIELDS - Variable in class org.fosstrak.llrp.commander.dialogs.ConnectDialog
the label of the fields.
fillContextMenu(IMenuManager) - Method in class org.fosstrak.llrp.commander.views.MessageboxView
 
fillContextMenu(IMenuManager) - Method in class org.fosstrak.llrp.commander.views.roaccess.ROAccessReportsView
 
fillContextMenu(IMenuManager) - Method in class org.fosstrak.llrp.commander.views.TableViewPart
 
fillLocalPullDown(IMenuManager) - Method in class org.fosstrak.llrp.commander.views.TableViewPart
 
fillLocalToolBar(IToolBarManager) - Method in class org.fosstrak.llrp.commander.views.MessageboxView
 
fillLocalToolBar(IToolBarManager) - Method in class org.fosstrak.llrp.commander.views.TableViewPart
 
findWithFullPath(String) - Static method in class org.fosstrak.llrp.commander.util.Utility
searches the full system path for this resource.
fix() - Method in class org.fosstrak.llrp.commander.check.CheckEclipseProject
 
fix() - Method in class org.fosstrak.llrp.commander.check.CheckItem
invoke the repair functionality on the repair item.
fix() - Method in class org.fosstrak.llrp.commander.check.CheckRepository
 
fix() - Method in class org.fosstrak.llrp.commander.check.HealthCheck
Execute fix function of each check item in the chain
fText - Variable in class org.fosstrak.llrp.commander.editors.XMLDoubleClickStrategy
 

G

generateLLRPMessage(String) - Method in class org.fosstrak.llrp.commander.ResourceCenter
Helper function.
get(String) - Method in interface org.fosstrak.llrp.client.Repository
Get the LLRP Message Item from repository according to the unique Message ID.
get(String, String, int, boolean) - Method in interface org.fosstrak.llrp.client.Repository
returns all the messages from the specified adaptor and the reader limited by num. if you set num to RETRIEVE_ALL all messages get returned.
get(String, String, int, boolean) - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
returns all the messages from the specified adaptor and the reader limited by num. if you set num to RETRIEVE_ALL all messages get returned.
get(String) - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
 
get(int) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
returns the item requested by the column index used in AbstractSQLROAccessReportsRepository.
GET_MAX_MESSAGES - Static variable in class org.fosstrak.llrp.commander.ResourceCenter
Maximal message retrieval number
getAccessSpecID() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
getAdapter() - Method in class org.fosstrak.llrp.client.LLRPMessageItem
Get Adapter Logic Name
getAdapter(Class) - Method in class org.fosstrak.llrp.commander.views.MessageBoxTreeObject
 
getAdapterName() - Method in class org.fosstrak.llrp.client.Reader
Get the name of LLRP Adapter, which hold this Reader.
getAdapterName() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
getAdaptor(String) - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
returns an adaptor to a given adaptorName.
getAdaptor() - Method in class org.fosstrak.llrp.adaptor.AdaptorWorker
the adaptor holding the connection to the readers.
getAdaptorIpAddress() - Method in class org.fosstrak.llrp.adaptor.AdaptorWorker
returns the ip address of this adaptor. if its the local adaptor it returns null.
getAdaptorName() - Method in interface org.fosstrak.llrp.adaptor.Adaptor
returns the name of this adaptor.
getAdaptorName() - Method in class org.fosstrak.llrp.adaptor.AdaptorImpl
 
getAdaptorName() - Method in class org.fosstrak.llrp.adaptor.config.AdaptorConfiguration
returns the name of the adaptor.
getAdaptorName() - Method in class org.fosstrak.llrp.adaptor.queue.QueueEntry
returns the name of the adaptor that will either receive or read the message.
getAdaptorNames() - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
returns a list of all the available adaptor names.
getAll() - Method in class org.fosstrak.llrp.adaptor.util.AsynchronousNotifiableList
 
getAll() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
 
getAll() - Method in interface org.fosstrak.llrp.client.ROAccessReportsRepository
retrieves all the RO_ACCESS_REPORTS elements in the database.
getAllowNKeepAliveMisses() - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
getAntennaID() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
getArgs() - Method in interface org.fosstrak.llrp.client.Repository
 
getArgs() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
 
getArrayConstraint(Object, String, LLRPTreeMaintainer) - Static method in class org.fosstrak.llrp.commander.util.LLRPConstraints
Returns the array constraint that is specified for the given field, or null if there is no such constraint.
getArrParameters(int, int, String) - Method in class org.fosstrak.llrp.commander.editors.BinaryMessageHelper
splits the parameters into an array of several strings with sub-chunks.
getAsCSV() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
getAsString(int) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
returns a string representation of the requested element. use the indices defined in AbstractSQLROAccessReportsRepository.
getBinaryString() - Method in class org.fosstrak.llrp.commander.editors.BinaryMessageHelper
Get the binary list.
getC1g2_CRC() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
getC1g2_PC() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
getCallback() - Method in class org.fosstrak.llrp.adaptor.AdaptorWorker
returns the callback for asynchronous message retrieval.
getChannelIndex() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
getChild(Object, String) - Method in class org.fosstrak.llrp.commander.util.LLRPTreeMaintainer
Returns the child with the given name of the given message/parameter.
getChildren(Object) - Method in class org.fosstrak.llrp.commander.editors.LLRPBinaryContentProvider
 
getChildren() - Method in class org.fosstrak.llrp.commander.editors.MessageElement
 
getChildren(Object) - Method in class org.fosstrak.llrp.commander.views.ReaderExplorerViewContentProvider
Retrieve all the child nodes.
getChildren() - Method in class org.fosstrak.llrp.commander.views.ReaderTreeObject
 
getChoiceDefinition(String) - Static method in class org.fosstrak.llrp.commander.util.LLRP
Returns the definition of the choice with the given name.
getColor(RGB) - Method in class org.fosstrak.llrp.commander.editors.ColorManager
Get the Color instance by RGB.
getColumnImage(Object, int) - Method in class org.fosstrak.llrp.commander.editors.LLRPBinaryLabelProvider
 
getColumnImage(Object, int) - Method in class org.fosstrak.llrp.commander.views.MessageboxViewLabelProvider
 
getColumnImage(Object, int) - Method in class org.fosstrak.llrp.commander.views.roaccess.ROAccessReportsLabelProvider
 
getColumnText(Object, int) - Method in class org.fosstrak.llrp.commander.editors.LLRPBinaryLabelProvider
 
getColumnText(Object, int) - Method in class org.fosstrak.llrp.commander.views.MessageboxViewLabelProvider
 
getColumnText(Object, int) - Method in class org.fosstrak.llrp.commander.views.roaccess.ROAccessReportsLabelProvider
 
getComment() - Method in class org.fosstrak.llrp.client.LLRPMessageItem
Get the Message comments
getCompletionProposalAutoActivationCharacters() - Method in class org.fosstrak.llrp.commander.editors.LLRPContentAssistant
 
getCompletions(String) - Method in class org.fosstrak.llrp.commander.editors.ConfigurationModel
 
getConfiguration(String) - Method in class org.fosstrak.llrp.adaptor.config.ConfigurationLoader
reads a configuration file and delivers the content in a prototype-form.
getConfiguredContentTypes(ISourceViewer) - Method in class org.fosstrak.llrp.commander.editors.XMLConfiguration
 
getContent() - Method in class org.fosstrak.llrp.client.LLRPMessageItem
Get the Message Content as String
getContentAssistant(ISourceViewer) - Method in class org.fosstrak.llrp.commander.editors.XMLConfiguration
 
getContextInformationAutoActivationCharacters() - Method in class org.fosstrak.llrp.commander.editors.LLRPContentAssistant
 
getContextInformationValidator() - Method in class org.fosstrak.llrp.commander.editors.LLRPContentAssistant
 
getCurrentFile() - Method in class org.fosstrak.llrp.commander.ResourceCenter
Get current editing XML content
getCurrentFileName() - Method in class org.fosstrak.llrp.commander.ResourceCenter
Get current editing file name
getDamageRegion(ITypedRegion, DocumentEvent, boolean) - Method in class org.fosstrak.llrp.commander.editors.NonRuleBasedDamagerRepairer
 
getDBConnection() - Method in interface org.fosstrak.llrp.client.Repository
 
getDBConnection() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
 
getDBDriver() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
Returns the class name of the JDBC driver to be used.
getDBDriver() - Method in class org.fosstrak.llrp.client.repository.sql.MySQLRepository
 
getDBDriver() - Method in class org.fosstrak.llrp.client.repository.sql.PostgreSQLRepository
 
getDBFieldControl(Composite) - Method in class org.fosstrak.llrp.commander.preferences.pref.GroupedStringFieldEditor
create the group providing the entries.
getDefault() - Static method in class org.fosstrak.llrp.commander.LLRPPlugin
Returns the shared instance
getDefaultAdaptor() - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
helper to access the default local adaptor more convenient.
getDefaultValue() - Method in class org.fosstrak.llrp.commander.util.LLRPArrayConstraint
 
getDefaultValue() - Method in class org.fosstrak.llrp.commander.util.LLRPRangeConstraint
 
getDefinition(Object) - Method in class org.fosstrak.llrp.commander.util.LLRPTreeMaintainer
Returns the definition of the given message or parameter.
getDescription() - Method in class org.fosstrak.llrp.commander.editors.BinarySingleValue
Get the description of the entry
getDescription(Object) - Static method in class org.fosstrak.llrp.commander.util.LLRP
Returns the description of the message/parameter with the given definition as a HTML string.
getDisplay() - Method in class org.fosstrak.llrp.commander.views.MessageboxView
return a handle to the display of this widget.
getDisplayNumMessages() - Method in class org.fosstrak.llrp.commander.views.MessageboxView
 
getDoubleClickStrategy(ISourceViewer, String) - Method in class org.fosstrak.llrp.commander.editors.XMLConfiguration
 
getDuplicateName() - Method in exception org.fosstrak.llrp.adaptor.exception.LLRPDuplicateNameException
returns the name that caused the exception.
getEclipseProject() - Method in class org.fosstrak.llrp.commander.ResourceCenter
Get Eclipse IProject instance
getEclipseProjectName() - Method in class org.fosstrak.llrp.commander.ResourceCenter
Get Eclipse Project Name
getElements(Object) - Method in class org.fosstrak.llrp.commander.editors.LLRPBinaryContentProvider
 
getElements(Object) - Method in class org.fosstrak.llrp.commander.repository.MessageModel
Get All Message Meta Data
getElements(Object) - Method in class org.fosstrak.llrp.commander.views.ReaderExplorerViewContentProvider
Retrieve all the child nodes.
getEnumerationDefinition(String) - Static method in class org.fosstrak.llrp.commander.util.LLRP
Returns the definition of the enumeration with the given name.
getEpc() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
getErrorMessage() - Method in class org.fosstrak.llrp.commander.editors.LLRPContentAssistant
 
getErrorMessage() - Method in class org.fosstrak.llrp.commander.util.LLRPArrayConstraint
 
getErrorMessage() - Method in class org.fosstrak.llrp.commander.util.LLRPPresenceConstraint
 
getErrorMessage() - Method in class org.fosstrak.llrp.commander.util.LLRPRangeConstraint
 
getExceptionHandler() - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
returns the exception handler.
getExceptionType() - Method in exception org.fosstrak.llrp.adaptor.exception.LLRPRuntimeException
gets the exception type.
getField(Object, String) - Method in class org.fosstrak.llrp.commander.util.LLRPTreeMaintainer
Returns the field with the given name of the given message/parameter
getFieldDefinition(Object, String) - Static method in class org.fosstrak.llrp.commander.util.LLRP
Returns the definition of the field with the given name of the message/parameter with the given definition.
getFieldDefinitions(Object) - Static method in class org.fosstrak.llrp.commander.util.LLRP
Returns the definitions of all fields of the message/parameter with the given name.
getFieldName() - Method in class org.fosstrak.llrp.commander.util.LLRPArrayConstraint
 
getFieldName() - Method in class org.fosstrak.llrp.commander.util.LLRPRangeConstraint
 
getFields(Object) - Method in class org.fosstrak.llrp.commander.util.LLRPTreeMaintainer
Returns all fields of the given message/parameter.
getFieldType(FieldDefinition) - Static method in class org.fosstrak.llrp.commander.util.LLRP
Returns the type of the field with the given definition.
getFileName() - Method in class org.fosstrak.llrp.commander.wizards.NewLLRPMessageWizardPage
 
getFirstSeenUptime() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
getFirstSeenUTC() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
getFolderName() - Method in class org.fosstrak.llrp.commander.wizards.NewLLRPMessageWizardPage
 
getHealthCheck() - Method in class org.fosstrak.llrp.commander.dialogs.HealthCheckDialog
 
getId() - Method in class org.fosstrak.llrp.client.LLRPMessageItem
Get the Message Id
getId() - Method in class org.fosstrak.llrp.client.Reader
Get the Unique Id of this Reader.
getImage(String) - Method in class org.fosstrak.llrp.commander.ResourceCenter
Get Image from icon folder
getImage(Object) - Method in class org.fosstrak.llrp.commander.views.ReaderExplorerViewLabelProvider
Get the Image object of the object on the tree.
getImageDescriptor(String) - Static method in class org.fosstrak.llrp.commander.LLRPPlugin
Returns an image descriptor for the image file at the given plug-in relative path
getImageDescriptor(String) - Method in class org.fosstrak.llrp.commander.ResourceCenter
Get ImageDescriptor from icon folder
getInstance() - Static method in class org.fosstrak.llrp.adaptor.AdaptorManagement
returns the singleton of the AdaptorManagement.
getInstance(Shell) - Static method in class org.fosstrak.llrp.commander.dialogs.SendMessageDialog
 
getInstance() - Static method in class org.fosstrak.llrp.commander.ResourceCenter
Return the only instance of this class, call the Constructor in its first call.
getInventoryPrmSpecID() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
getIp() - Method in class org.fosstrak.llrp.adaptor.config.AdaptorConfiguration
returns the ip of the adaptor if remote.
getIp() - Method in class org.fosstrak.llrp.client.Reader
Get IP address.
getIP() - Method in class org.fosstrak.llrp.commander.dialogs.AddFCDialog
 
getIP() - Method in class org.fosstrak.llrp.commander.dialogs.AddReaderDialog
 
getKeepAlivePeriod() - Method in interface org.fosstrak.llrp.adaptor.Reader
returns the keepalive period set for this reader.
getKeepAlivePeriod() - Method in class org.fosstrak.llrp.adaptor.ReaderImpl
 
getKeepAlivePeriod() - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
getKey() - Method in class org.fosstrak.llrp.commander.editors.BinarySingleValue
Get the name of the Key
getLastSeenUptime() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
getLastSeenUTC() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
getLength() - Method in class org.fosstrak.llrp.commander.editors.BinaryMessageHelper
Get the length value of the message, in binary format.
getListener(Text, int, Button) - Method in class org.fosstrak.llrp.commander.dialogs.AddFCDialog
 
getListener(Text, int, Button) - Method in class org.fosstrak.llrp.commander.dialogs.AddReaderDialog
 
getListener(Text, int, Button) - Method in class org.fosstrak.llrp.commander.dialogs.ConnectDialog
this method allows the subclasses to put constraints via listeners on the content of the value fields. you can use the offset to determine the field.
getLlrpDefintion() - Static method in class org.fosstrak.llrp.commander.util.LLRP
Returns the LLRP definition object.
getLLRPMessage() - Method in class org.fosstrak.llrp.commander.editors.graphical.GraphicalEditorPage
Returns the LLRP message that is currently displayed in the graphical editor.
getLLRPMessageType() - Method in class org.fosstrak.llrp.commander.wizards.NewLLRPMessageWizardPage
 
getLogTime() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
getLowerBound() - Method in class org.fosstrak.llrp.commander.util.Range
 
getMark() - Method in class org.fosstrak.llrp.client.LLRPMessageItem
Get the mark of the Message Static value MARK_INCOMING for incoming messages Static value MARK_OUTGOING for outgoing messages
getMessage() - Method in class org.fosstrak.llrp.adaptor.queue.QueueEntry
returns the stored message.
getMessageBoxRefresh() - Method in class org.fosstrak.llrp.commander.ResourceCenter
 
getMessageContent(String) - Method in class org.fosstrak.llrp.commander.ResourceCenter
Get LLRP XML content by Message ID
getMessageDefinition(String) - Static method in class org.fosstrak.llrp.commander.util.LLRP
Returns the definition of the message with the given name.
getMessageID() - Method in class org.fosstrak.llrp.commander.editors.BinaryMessageHelper
Get the message ID of the message, in binary format.
getMessageMetadataList() - Method in class org.fosstrak.llrp.commander.ResourceCenter
Get the message meta data list.
getMessageModel() - Method in class org.fosstrak.llrp.commander.ResourceCenter
Get the Message model
getMessageOrParameterName() - Method in class org.fosstrak.llrp.commander.util.LLRPArrayConstraint
 
getMessageOrParameterName() - Method in class org.fosstrak.llrp.commander.util.LLRPPresenceConstraint
 
getMessageOrParameterName() - Method in class org.fosstrak.llrp.commander.util.LLRPRangeConstraint
 
getMessageType() - Method in class org.fosstrak.llrp.client.LLRPMessageItem
Get the Message Type.
getMessageType() - Method in class org.fosstrak.llrp.commander.editors.BinaryMessageHelper
Get the message type value of the message, in binary format.
getMetaData() - Method in interface org.fosstrak.llrp.adaptor.Reader
the reader meta-data contains information about the reader, the settings, etc.
getMetaData() - Method in class org.fosstrak.llrp.adaptor.ReaderImpl
 
getMsgID() - Method in class org.fosstrak.llrp.commander.editors.BinaryMessage
Get MessageID value from LLRP message.
getMsgLength() - Method in class org.fosstrak.llrp.commander.editors.BinaryMessage
Get MessageLength value from LLRP message.
getMsgType() - Method in class org.fosstrak.llrp.commander.editors.BinaryMessage
Get MessageType value from LLRP message.
getName() - Method in class org.fosstrak.llrp.client.Reader
Get the logical name of the Reader.
getName() - Method in class org.fosstrak.llrp.commander.dialogs.AddFCDialog
 
getName() - Method in class org.fosstrak.llrp.commander.dialogs.AddReaderDialog
 
getName(Object) - Method in class org.fosstrak.llrp.commander.util.LLRPTreeMaintainer
Returns the name of the given tree element.
getName() - Method in class org.fosstrak.llrp.commander.views.MessageBoxTreeObject
 
getNonNullChildren(Object) - Method in class org.fosstrak.llrp.commander.util.LLRPTreeMaintainer
Returns all children of the given tree element that are not null.
getNonRecursivelyInvalidMessageOrParameterDescendants(Object) - Method in class org.fosstrak.llrp.commander.util.LLRPTreeMaintainer
Returns all message/parameter descendants of the given tree element which are (non-recursively) invalid (including the tree element itself).
getNumberOfControls() - Method in class org.fosstrak.llrp.commander.preferences.pref.GroupedStringFieldEditor
 
getNumberOfMessages() - Method in class org.fosstrak.llrp.commander.dialogs.MessageboxViewOptionsDialog
 
getPackagesCurrentSessionReceived() - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
getPackagesCurrentSessionSent() - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
getPackagesReceived() - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
getPackagesSent() - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
getParameterAndChoiceNames(Object) - Static method in class org.fosstrak.llrp.commander.util.LLRP
Returns the names of all parameters and choices of the message/parameter with the given definition.
getParameterDefinition(String) - Static method in class org.fosstrak.llrp.commander.util.LLRP
Returns the definition of the parameter with the given name.
getParameters() - Method in class org.fosstrak.llrp.commander.editors.BinaryMessage
Get Parameters value from LLRP message.
getParameters() - Method in class org.fosstrak.llrp.commander.editors.BinaryMessageHelper
Get the ALL parameter values of the message, in binary format.
getParent() - Method in class org.fosstrak.llrp.commander.editors.BinarySingleValue
Get the Parent node as one BinaryMessage instance.
getParent(Object) - Method in class org.fosstrak.llrp.commander.editors.LLRPBinaryContentProvider
 
getParent() - Method in class org.fosstrak.llrp.commander.editors.MessageElement
 
getParent(Object) - Method in class org.fosstrak.llrp.commander.util.LLRPTreeMaintainer
Returns the parent of the given tree element.
getParent() - Method in class org.fosstrak.llrp.commander.views.MessageBoxTreeObject
 
getParent(Object) - Method in class org.fosstrak.llrp.commander.views.ReaderExplorerViewContentProvider
Get the parent node.
getPeakRSSI() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
getPort() - Method in interface org.fosstrak.llrp.adaptor.Reader
return the port of this reader.
getPort() - Method in class org.fosstrak.llrp.adaptor.ReaderImpl
 
getPort() - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
getPort() - Method in class org.fosstrak.llrp.client.Reader
Get Port number
getPort() - Method in class org.fosstrak.llrp.commander.dialogs.AddReaderDialog
 
getPreconditionedEnumerationName() - Method in class org.fosstrak.llrp.commander.util.LLRPPresenceConstraint
 
getPreconditionedEnumerationName() - Method in class org.fosstrak.llrp.commander.util.LLRPRangeConstraint
 
getPreconditionedEnumerationValue() - Method in class org.fosstrak.llrp.commander.util.LLRPPresenceConstraint
 
getPreconditionedEnumerationValue() - Method in class org.fosstrak.llrp.commander.util.LLRPRangeConstraint
 
getPrefix() - Method in class org.fosstrak.llrp.adaptor.config.AdaptorConfiguration
returns the prefix.
getPresentationReconciler(ISourceViewer) - Method in class org.fosstrak.llrp.commander.editors.XMLConfiguration
 
getRangeConstraint(Object, String, LLRPTreeMaintainer) - Static method in class org.fosstrak.llrp.commander.util.LLRPConstraints
Returns the range constraint that is specified for the given field, or null if there is no such constraint.
getReadConfig() - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
returns the configuration file where to read the settings.
getReader(String) - Method in interface org.fosstrak.llrp.adaptor.Adaptor
returns a requested reader.
getReader(String) - Method in class org.fosstrak.llrp.adaptor.AdaptorImpl
 
getReader() - Method in class org.fosstrak.llrp.client.LLRPMessageItem
Get the Reader Logical Name, without Adapter Logical Name.
getReaderAddress() - Method in interface org.fosstrak.llrp.adaptor.Reader
return the ip address of this reader.
getReaderAddress() - Method in class org.fosstrak.llrp.adaptor.ReaderImpl
 
getReaderAddress() - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
getReaderConfigMsgId(String, String) - Method in class org.fosstrak.llrp.commander.ResourceCenter
 
getReaderDefinitionFilename() - Method in class org.fosstrak.llrp.commander.ResourceCenter
Get Reader definition filename
getReaderExplorerView() - Method in class org.fosstrak.llrp.commander.ResourceCenter
 
getReaderIp() - Method in class org.fosstrak.llrp.adaptor.config.ReaderConfiguration
returns the ip of the reader.
getReaderName() - Method in class org.fosstrak.llrp.adaptor.config.ReaderConfiguration
returns the name of the reader.
getReaderName() - Method in class org.fosstrak.llrp.adaptor.queue.QueueEntry
returns the reader name that either read or will receive the message.
getReaderName() - Method in interface org.fosstrak.llrp.adaptor.Reader
return the name of this reader.
getReaderName() - Method in class org.fosstrak.llrp.adaptor.ReaderImpl
 
getReaderName() - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
getReaderName() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
getReaderNames() - Method in interface org.fosstrak.llrp.adaptor.Adaptor
returns a list of all currently registered LLRP readers.
getReaderNames() - Method in class org.fosstrak.llrp.adaptor.AdaptorImpl
 
getReaderPort() - Method in class org.fosstrak.llrp.adaptor.config.ReaderConfiguration
returns the port of the reader.
getReaderPrototypes() - Method in class org.fosstrak.llrp.adaptor.config.AdaptorConfiguration
returns the configuration for all the readers of this adaptor.
getReaderROSpecMsgId(String, String) - Method in class org.fosstrak.llrp.commander.ResourceCenter
 
getRefreshTime() - Method in class org.fosstrak.llrp.commander.dialogs.MessageboxViewOptionsDialog
 
getRefreshTime() - Method in class org.fosstrak.llrp.commander.util.MessageBoxRefresh
 
getReport() - Method in class org.fosstrak.llrp.commander.check.CheckItem
 
getRepository() - Method in class org.fosstrak.llrp.commander.ResourceCenter
Get the Repository interface.
getReserved() - Method in class org.fosstrak.llrp.commander.editors.BinaryMessage
Get Reserved value from LLRP message.
getReserved() - Method in class org.fosstrak.llrp.commander.editors.BinaryMessageHelper
Get the reversed value of the message, in binary format.
getResourceFile(String) - Method in class org.fosstrak.llrp.commander.LLRPPlugin
 
getROAccessRepository() - Method in interface org.fosstrak.llrp.client.Repository
The ROAccessReportsRepository is implemented via the strategy pattern.
getROAccessRepository() - Method in class org.fosstrak.llrp.client.repository.sql.DerbyRepository
 
getROAccessRepository() - Method in class org.fosstrak.llrp.client.repository.sql.MySQLRepository
 
getROAccessRepository() - Method in class org.fosstrak.llrp.client.repository.sql.PostgreSQLRepository
 
getRoot() - Method in class org.fosstrak.llrp.commander.util.LLRPTreeMaintainer
Returns the llrp message associated with this LLRPTreeMaintainer.
getRoSpecID() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
getSelectedAdapter() - Method in class org.fosstrak.llrp.commander.views.MessageboxView
 
getSelectedAdapter() - Method in class org.fosstrak.llrp.commander.views.ReaderExplorerView
 
getSelectedReader() - Method in class org.fosstrak.llrp.commander.views.MessageboxView
 
getSelectedReader() - Method in class org.fosstrak.llrp.commander.views.ReaderExplorerView
 
getSpecIndex() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
getSplitParameters() - Method in class org.fosstrak.llrp.commander.editors.BinaryMessage
get the parameters value as an array split.
getStatusCode() - Method in class org.fosstrak.llrp.client.LLRPMessageItem
Get the Status Code.
getStoreConfig() - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
returns the configuration file where to store changes.
getSubparameterName() - Method in class org.fosstrak.llrp.commander.util.LLRPPresenceConstraint
 
getTable() - Method in class org.fosstrak.llrp.commander.views.TableViewPart
 
getTagSeenCount() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
getText(Object) - Method in class org.fosstrak.llrp.commander.views.ReaderExplorerViewLabelProvider
Get the string value of the object on the tree.
getTime() - Method in class org.fosstrak.llrp.client.LLRPMessageItem
Get the Message issue time
getUniqueName() - Method in class org.fosstrak.llrp.client.LLRPMessageItem
Get the unique reader name (Adapter Name + Reader Name).
getUniqueReaderId(String, String) - Static method in class org.fosstrak.llrp.client.Reader
Static function to get system wide unique reader name.
getUpperBound() - Method in class org.fosstrak.llrp.commander.util.Range
 
getValue() - Method in class org.fosstrak.llrp.commander.editors.BinarySingleValue
Get the value of the entry
getVersion() - Method in class org.fosstrak.llrp.commander.editors.BinaryMessage
Get Version value from LLRP message.
getVersion() - Method in class org.fosstrak.llrp.commander.editors.BinaryMessageHelper
Get the version value of the message, in binary format.
getViewer() - Method in class org.fosstrak.llrp.commander.views.TableViewPart
 
getXMLScanner() - Method in class org.fosstrak.llrp.commander.editors.XMLConfiguration
 
getXMLTagScanner() - Method in class org.fosstrak.llrp.commander.editors.XMLConfiguration
 
GraphicalEditorPage - Class in org.fosstrak.llrp.commander.editors.graphical
The GraphicalEditorPage is the root class of the graphical editor.
GraphicalEditorPage(LLRPEditor) - Constructor for class org.fosstrak.llrp.commander.editors.graphical.GraphicalEditorPage
Creates a new GraphicalEditorPage.
gridAll - Variable in class org.fosstrak.llrp.commander.dialogs.ConnectDialog
the grid settings for a horizontal filler.
gridLabel - Variable in class org.fosstrak.llrp.commander.dialogs.ConnectDialog
the grid settings for the label fields.
gridText - Variable in class org.fosstrak.llrp.commander.dialogs.ConnectDialog
the grid settings for the text fields.
GroupedStringFieldEditor - Class in org.fosstrak.llrp.commander.preferences.pref
An extension of the FieldEditor supporting the grouping of several preferences into a nice group box.
GroupedStringFieldEditor(String, String[][], Composite) - Constructor for class org.fosstrak.llrp.commander.preferences.pref.GroupedStringFieldEditor
A FieldEditor supporting the grouping of several preferences into a nice group box.

H

handle(String, String, LLRPMessage) - Method in interface org.fosstrak.llrp.client.MessageHandler
This method is invoked from the adapter management whenever a new LLRP message arrives on an attached reader.
handle(String, String, LLRPMessage) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
 
handle(String, String, LLRPMessage) - Method in class org.fosstrak.llrp.commander.views.roaccess.ROAccessReportsView
 
handleROAccessReport(String, String, RO_ACCESS_REPORT) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
write an RO_ACCESS_REPORT into the database.
hasChildren(Object) - Method in class org.fosstrak.llrp.commander.editors.LLRPBinaryContentProvider
 
hasChildren(Object) - Method in class org.fosstrak.llrp.commander.views.ReaderExplorerViewContentProvider
Judge whether the tree node has children.
hasChildren() - Method in class org.fosstrak.llrp.commander.views.ReaderTreeObject
 
hasFullHandler(MessageHandler) - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
tests whether a given handler is already registered or not.
hasPartialHandler(MessageHandler, Class) - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
checks whether a given handler is registered at a given selector class.
hasStopped() - Method in class org.fosstrak.llrp.commander.util.MessageBoxRefresh
if the refresher has stopped true is returned.
HealthCheck - Class in org.fosstrak.llrp.commander.check
This HealthCheck maintain a chain of CheckItem.
HealthCheck() - Constructor for class org.fosstrak.llrp.commander.check.HealthCheck
Default Constructor.
HealthCheckDialog - Class in org.fosstrak.llrp.commander.dialogs
Dialog displaying the results of the sanity-checks.
HealthCheckDialog(Shell) - Constructor for class org.fosstrak.llrp.commander.dialogs.HealthCheckDialog
Default Constructor
hookEvents() - Method in class org.fosstrak.llrp.commander.views.TableViewPart
 
hookMenus() - Method in class org.fosstrak.llrp.commander.views.TableViewPart
 

I

ICON_AUTO_REFRESH - Static variable in class org.fosstrak.llrp.commander.views.MessageboxView
the name of the auto refresh icon.
ID - Static variable in class org.fosstrak.llrp.commander.editors.graphical.actions.AddParameterAction
 
ID - Static variable in class org.fosstrak.llrp.commander.editors.graphical.actions.DeleteParameterAction
 
INBOX_NAME - Static variable in class org.fosstrak.llrp.commander.views.MessageBoxTreeObject
 
INDEX_LABEL - Static variable in class org.fosstrak.llrp.commander.preferences.pref.GroupedStringFieldEditor
index of the text label in the preferencesLabelsAndNames array.
INDEX_PREF_NAME - Static variable in class org.fosstrak.llrp.commander.preferences.pref.GroupedStringFieldEditor
index of the preference name in the preferencesLabelsAndNames array.
init(IWorkbenchWindow) - Method in class org.fosstrak.llrp.commander.actions.SendAction
We will cache window object in order to be able to provide parent shell for the message dialog.
init(IWorkbench) - Method in class org.fosstrak.llrp.commander.preferences.LLRPCommanderPreferencePage
 
init(IViewSite, IMemento) - Method in class org.fosstrak.llrp.commander.views.TableViewPart
 
init(IWorkbench, IStructuredSelection) - Method in class org.fosstrak.llrp.commander.wizards.NewLLRPMessageWizard
We will accept the selection in the workbench to see if we can initialize from it.
initialize(String, String, boolean, LLRPExceptionHandler, MessageHandler) - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
initializes the AdaptorManagement.
initialize(String, String, boolean, LLRPExceptionHandler, MessageHandler, boolean) - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
ATTENTION: initializes the AdaptorManagement.DO NOT USE THIS METHOD as long as you know what you are doing (this method instructs with export=true to export the first local adaptor as a server adaptor.
initialize(Map<String, String>) - Method in interface org.fosstrak.llrp.client.Repository
Initializer method for the repository.
initialize(Map<String, String>) - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
 
initialize(Map<String, String>) - Method in class org.fosstrak.llrp.client.repository.sql.DerbyRepository
 
initialize(Repository) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
 
initialize(Repository) - Method in interface org.fosstrak.llrp.client.ROAccessReportsRepository
Initializer for the RO_ACCESS_REPORTS repository.
initialize(IManagedForm) - Method in class org.fosstrak.llrp.commander.editors.graphical.LLRPDetailsPage
 
initializeAdaptorMgmt() - Method in class org.fosstrak.llrp.commander.ResourceCenter
helper to initialize the adaptor management at the right moment.
initialized - Variable in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
flag, whether this repository is initialized or not.
initializeDefaultPreferences() - Method in class org.fosstrak.llrp.commander.preferences.PreferenceInitializer
Initialize the Preference Values
initializeROAccessReportsLogging() - Method in class org.fosstrak.llrp.commander.ResourceCenter
initialize the RO_ACCESS_REPORTS logging facility.
inputChanged(Viewer, Object, Object) - Method in class org.fosstrak.llrp.commander.editors.LLRPBinaryContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.fosstrak.llrp.commander.repository.MessageModel
 
inputChanged(Viewer, Object, Object) - Method in class org.fosstrak.llrp.commander.views.ReaderExplorerViewContentProvider
The handler to process content change.
insert(String, String, int) - Method in class org.fosstrak.llrp.commander.editors.BinaryMessageHelper
create a new string that contains the delimiter ins every n characters.
isAlive() - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
isAttachedTo(String) - Method in class org.fosstrak.llrp.client.Reader
 
isChoice(Object, String) - Static method in class org.fosstrak.llrp.commander.util.LLRP
Returns true if the parameter/choice with the given name, defined in the message/parameter with the given definition, is a choice, and false otherwise.
isClientInitiated() - Method in interface org.fosstrak.llrp.adaptor.Reader
tell if this reader maintains a client initiated connection or if the reader accepts a connection from a llrp reader.
isClientInitiated() - Method in class org.fosstrak.llrp.adaptor.ReaderImpl
 
isClientInitiated() - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
isClientInitiated() - Method in class org.fosstrak.llrp.commander.dialogs.AddReaderDialog
 
isCommitChanges() - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
flags whether all changes to the AdaptorManagement get reflected to the configuration file.
isConnected() - Method in interface org.fosstrak.llrp.adaptor.Reader
tells if the reader is connected or not.
isConnected() - Method in class org.fosstrak.llrp.adaptor.ReaderImpl
 
isConnected() - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
isConnected() - Method in class org.fosstrak.llrp.commander.views.ReaderTreeObject
Return whether the reader is connected.
isConnectImmediate() - Method in interface org.fosstrak.llrp.adaptor.Reader
tells whether this reader connects immediately after creation.
isConnectImmediate() - Method in class org.fosstrak.llrp.adaptor.ReaderImpl
 
isConnectImmediately() - Method in class org.fosstrak.llrp.adaptor.config.ReaderConfiguration
flags whether this reader connects immediately after setup.
isConnectImmediately() - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
isConnectImmediately() - Method in class org.fosstrak.llrp.commander.dialogs.AddReaderDialog
 
isDirty() - Method in class org.fosstrak.llrp.commander.editors.graphical.LLRPDetailsPage
 
isEnumeration(FieldDefinition) - Static method in class org.fosstrak.llrp.commander.util.LLRP
Returns true if the field with the given definition is an enumeration, and false otherwise.
isGetReaderConfig() - Method in class org.fosstrak.llrp.commander.views.ReaderTreeObject
Return whether the reader get GET_READER_CONFIG_RESPONSE message.
isGetReaderROSpec() - Method in class org.fosstrak.llrp.commander.views.ReaderTreeObject
Return whether the reader get GET_ROSPECS_RESPONSE message.
isGraphicalEditorDirty() - Method in class org.fosstrak.llrp.commander.editors.graphical.GraphicalEditorPage
 
isHealth() - Method in interface org.fosstrak.llrp.client.Repository
 
isHealth - Variable in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
whether the repository is healthy or not.
isHealth() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
 
isInitialized() - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
flags whether the AdaptorManagement has already been initialized.
isLocal() - Method in class org.fosstrak.llrp.adaptor.config.AdaptorConfiguration
flags whether remote or local.
isLocalAdapter(String) - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
checks, whether a given adapter is a local adapter or not.
isLocalAdapter() - Method in class org.fosstrak.llrp.commander.dialogs.AddFCDialog
if set to true, the adapter management will create a local adapter and therefore ignoring the IP-address provided.
isLogROAccessReports() - Method in class org.fosstrak.llrp.commander.ResourceCenter
 
isNonRecursivelyValid(Object) - Method in class org.fosstrak.llrp.commander.util.LLRPTreeMaintainer
Returns true if the given tree element is valid (ignoring the validity of its descendants), and false otherwise.
isReader() - Method in class org.fosstrak.llrp.commander.views.ReaderTreeObject
Return whether the node represent a reader.
isReaderClientInitiated() - Method in class org.fosstrak.llrp.adaptor.config.ReaderConfiguration
flags whether this reader opens the connection or not.
isReady(String) - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
you can check whether an adaptor is ready to accept messages.
isReady() - Method in class org.fosstrak.llrp.adaptor.AdaptorWorker
signals whether this worker is ready to accept messages.
isReportKeepAlive() - Method in interface org.fosstrak.llrp.adaptor.Reader
 
isReportKeepAlive() - Method in class org.fosstrak.llrp.adaptor.ReaderImpl
 
isReportKeepAlive() - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
isSatisfied(int) - Method in class org.fosstrak.llrp.commander.util.LLRPRangeConstraint
Checks whether this constraint is satisfied by the given field value.
isSaveAsAllowed() - Method in class org.fosstrak.llrp.commander.editors.LLRPEditor
Always true.
isStale() - Method in class org.fosstrak.llrp.commander.editors.graphical.LLRPDetailsPage
 
isTableOK() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
 
isValid(Object) - Method in class org.fosstrak.llrp.commander.util.LLRPTreeMaintainer
Returns true if the given tree element is valid (including all its descendants), and false otherwise.
isWhitespace(char) - Method in class org.fosstrak.llrp.commander.editors.XMLWhitespaceDetector
To judge which characters seems to be a whitespace
item - Variable in class org.fosstrak.llrp.commander.views.roaccess.DetailsDialog
 
IXMLColorConstants - Interface in org.fosstrak.llrp.commander.editors
Color constants used in the XML Editor.

J

JDBC_STR - Static variable in class org.fosstrak.llrp.client.repository.sql.MySQLRepository
default JDBC Connector URL.
JDBC_STR - Static variable in class org.fosstrak.llrp.client.repository.sql.PostgreSQLRepository
default JDBC Connector URL.

K

keys() - Method in class org.fosstrak.llrp.adaptor.util.SortedProperties
 

L

LLRP - Class in org.fosstrak.llrp.commander.util
This class can be used to get information on the LLRP protocol.
LLRP() - Constructor for class org.fosstrak.llrp.commander.util.LLRP
 
LLRPArrayConstraint - Class in org.fosstrak.llrp.commander.util
This class represents an LLRP constraint stating that a certain array field must not be empty.
LLRPArrayConstraint(String, String, int[]) - Constructor for class org.fosstrak.llrp.commander.util.LLRPArrayConstraint
Creates a new array constraint.
LLRPBinaryContentProvider - Class in org.fosstrak.llrp.commander.editors
Provides the content of an LLRP message for a tree viewer.
LLRPBinaryContentProvider() - Constructor for class org.fosstrak.llrp.commander.editors.LLRPBinaryContentProvider
 
LLRPBinaryLabelProvider - Class in org.fosstrak.llrp.commander.editors
Provides the labels to the content of an LLRP message for a tree viewer.
LLRPBinaryLabelProvider() - Constructor for class org.fosstrak.llrp.commander.editors.LLRPBinaryLabelProvider
 
LLRPCommanderPreferencePage - Class in org.fosstrak.llrp.commander.preferences
This class represents a preference page that is contributed to the Preferences dialog.
LLRPCommanderPreferencePage() - Constructor for class org.fosstrak.llrp.commander.preferences.LLRPCommanderPreferencePage
Default Constructor
LLRPConstraints - Class in org.fosstrak.llrp.commander.util
This class states additional LLRP constraints which are not modeled in llrp-1x0-def.xml.
LLRPConstraints() - Constructor for class org.fosstrak.llrp.commander.util.LLRPConstraints
 
LLRPContentAssistant - Class in org.fosstrak.llrp.commander.editors
...
LLRPContentAssistant() - Constructor for class org.fosstrak.llrp.commander.editors.LLRPContentAssistant
 
LLRPDetailsPage - Class in org.fosstrak.llrp.commander.editors.graphical
The LLRPDetailsPage shows details about the message/parameter currently selected in the master part.
LLRPDetailsPage(Object, TreeViewer, LLRPTreeMaintainer, LLRPMasterDetailsBlock) - Constructor for class org.fosstrak.llrp.commander.editors.graphical.LLRPDetailsPage
Creates a new LLRPDetailsPage.
LLRPDuplicateNameException - Exception in org.fosstrak.llrp.adaptor.exception
exception class that can be used when there is a duplicate name subscription.
LLRPDuplicateNameException() - Constructor for exception org.fosstrak.llrp.adaptor.exception.LLRPDuplicateNameException
default constructor.
LLRPDuplicateNameException(String) - Constructor for exception org.fosstrak.llrp.adaptor.exception.LLRPDuplicateNameException
constructor with exception message.
LLRPDuplicateNameException(String, String) - Constructor for exception org.fosstrak.llrp.adaptor.exception.LLRPDuplicateNameException
constructor for a detailed exception.
LLRPEditor - Class in org.fosstrak.llrp.commander.editors
This editor extended Eclipse FormEditor, which contains multiple pages.
LLRPEditor() - Constructor for class org.fosstrak.llrp.commander.editors.LLRPEditor
 
LLRPExceptionHandler - Interface in org.fosstrak.llrp.client
All exception handlers registered at the AdaptorManagement need to implement this interface in order to be delivered with exceptions triggered on the reader level.
LLRPExceptionHandlerTypeMap - Enum in org.fosstrak.llrp.client
 
LLRPFactory - Class in org.fosstrak.llrp.commander.util
This class lets you generate default LLRP messages automatically.
LLRPFactory() - Constructor for class org.fosstrak.llrp.commander.util.LLRPFactory
 
LLRPMasterDetailsBlock - Class in org.fosstrak.llrp.commander.editors.graphical
The LLRPMasterDetailsBlock has two parts: a master part that shows the message tree and a details part that shows details about the currently selected tree element.
LLRPMasterDetailsBlock(GraphicalEditorPage, LLRPTreeMaintainer) - Constructor for class org.fosstrak.llrp.commander.editors.graphical.LLRPMasterDetailsBlock
 
LLRPMessageItem - Class in org.fosstrak.llrp.client
This wrapper class for LLRP Message.
LLRPMessageItem() - Constructor for class org.fosstrak.llrp.client.LLRPMessageItem
Default Constructor
LLRPPlugin - Class in org.fosstrak.llrp.commander
The activator class controls the plug-in life cycle
LLRPPlugin() - Constructor for class org.fosstrak.llrp.commander.LLRPPlugin
The constructor
LLRPPresenceConstraint - Class in org.fosstrak.llrp.commander.util
This class represents an LLRP constraint stating that a certain parameter is mandatory.
LLRPPresenceConstraint(String, String, String, String) - Constructor for class org.fosstrak.llrp.commander.util.LLRPPresenceConstraint
Creates a new presence constraint.
LLRPRangeConstraint - Class in org.fosstrak.llrp.commander.util
This class represents an LLRP range constraint.
LLRPRangeConstraint(String, String, Range[], String, String) - Constructor for class org.fosstrak.llrp.commander.util.LLRPRangeConstraint
Creates a new range constraint.
LLRPRuntimeException - Exception in org.fosstrak.llrp.adaptor.exception
Exception class.
LLRPRuntimeException() - Constructor for exception org.fosstrak.llrp.adaptor.exception.LLRPRuntimeException
default constructor.
LLRPRuntimeException(String) - Constructor for exception org.fosstrak.llrp.adaptor.exception.LLRPRuntimeException
constructor with exception message.
LLRPRuntimeException(String, LLRPExceptionHandlerTypeMap) - Constructor for exception org.fosstrak.llrp.adaptor.exception.LLRPRuntimeException
constructor with exception message and exception type.
LLRPRuntimeException(Exception) - Constructor for exception org.fosstrak.llrp.adaptor.exception.LLRPRuntimeException
constructor from another exception.
LLRPTreeMaintainer - Class in org.fosstrak.llrp.commander.util
This class constitutes the interface to llrp message objects.
LLRPTreeMaintainer(LLRPMessage) - Constructor for class org.fosstrak.llrp.commander.util.LLRPTreeMaintainer
 
loadDriver() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
Loads the appropriate JDBC driver for this environment/framework.
loadFromFile() - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
loads the adaptorManagement configuration from file (holds the adaptors and the readers for the local adaptor).
LOCAL_ADAPTER_NAME - Static variable in class org.fosstrak.llrp.client.Reader
The default Adapter Name.
localAdapter - Variable in class org.fosstrak.llrp.commander.dialogs.AddFCDialog
handle to the local/remote button.
logROAccess - Variable in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
whether to log RO_ACCESS_REPORT.

M

MARK_INCOMING - Static variable in class org.fosstrak.llrp.client.LLRPMessageItem
Static DB field value for Imcoming Message.
MARK_OUTGOING - Static variable in class org.fosstrak.llrp.client.LLRPMessageItem
Static DB field value for Outgoing Message
markXMLEditorAsDirty() - Method in class org.fosstrak.llrp.commander.editors.LLRPEditor
Marks the XML Editor as dirty.
MAX_CONN_FAILURES - Static variable in class org.fosstrak.llrp.adaptor.AdaptorWorker
the number of allowed connection failures between adaptor and client.
MessageBoxRefresh - Class in org.fosstrak.llrp.commander.util
helper thread that periodically refreshes the message box view if a new message has arrived.
MessageBoxRefresh(MessageboxView) - Constructor for class org.fosstrak.llrp.commander.util.MessageBoxRefresh
constructor for the message box refresher thread.
MessageBoxTreeObject - Class in org.fosstrak.llrp.commander.views
Entry for the message box view.
MessageBoxTreeObject(String) - Constructor for class org.fosstrak.llrp.commander.views.MessageBoxTreeObject
 
MessageboxView - Class in org.fosstrak.llrp.commander.views
This sample class demonstrates how to plug-in a new workbench view.
MessageboxView() - Constructor for class org.fosstrak.llrp.commander.views.MessageboxView
The constructor.
MessageboxViewLabelProvider - Class in org.fosstrak.llrp.commander.views
label provider for the message box view.
MessageboxViewLabelProvider() - Constructor for class org.fosstrak.llrp.commander.views.MessageboxViewLabelProvider
 
MessageboxViewOptionsDialog - Class in org.fosstrak.llrp.commander.dialogs
models a dialog to set the options for the message box view.
MessageboxViewOptionsDialog(Shell, MessageboxView) - Constructor for class org.fosstrak.llrp.commander.dialogs.MessageboxViewOptionsDialog
create a new options dialog.
MessageElement - Class in org.fosstrak.llrp.commander.editors
...
MessageElement(MessageElement) - Constructor for class org.fosstrak.llrp.commander.editors.MessageElement
 
MessageHandler - Interface in org.fosstrak.llrp.client
All processes that want to receive messages from the AdaptorManagement need to implement this interface.
MessageModel - Class in org.fosstrak.llrp.commander.repository
...
MessageModel() - Constructor for class org.fosstrak.llrp.commander.repository.MessageModel
 
messageReceived(LLRPMessage) - Method in class org.fosstrak.llrp.adaptor.ReaderImpl
when a message arrives through ltk, this method is called.
messageReceivedCallback(byte[], String) - Method in interface org.fosstrak.llrp.adaptor.Adaptor
when a asynchronous message arrives from the reader this method will be invoked. the message then gets dispatched to the registered receivers.
messageReceivedCallback(byte[], String) - Method in class org.fosstrak.llrp.adaptor.AdaptorImpl
 
MISSING_PARAMETER_ERROR_MESSAGE - Static variable in class org.fosstrak.llrp.commander.util.LLRPConstraints
Error message that gets shown when a mandatory parameter is not set
mustOccurAtLeastOnce(Object, String) - Static method in class org.fosstrak.llrp.commander.util.LLRP
Returns true if the parameter/choice with the given name must occur at least once in the message/parameter with the given definition, and false otherwise.
MySQLRepository - Class in org.fosstrak.llrp.client.repository.sql
The MySQLRepository provides the basis for a MySQL repository back-end.
MySQLRepository() - Constructor for class org.fosstrak.llrp.client.repository.sql.MySQLRepository
 

N

name - Variable in exception org.fosstrak.llrp.adaptor.exception.LLRPDuplicateNameException
the name that caused the exception.
NewLLRPMessageWizard - Class in org.fosstrak.llrp.commander.wizards
This wizard lets the user create a new LLRP message with all mandatory parameters set.
NewLLRPMessageWizard() - Constructor for class org.fosstrak.llrp.commander.wizards.NewLLRPMessageWizard
Constructor for NewLLRPMessageWizard.
NewLLRPMessageWizardPage - Class in org.fosstrak.llrp.commander.wizards
Wizard Page that lets the user enter the folder, the file name and the message type of the new LLRP message.
NewLLRPMessageWizardPage(ISelection) - Constructor for class org.fosstrak.llrp.commander.wizards.NewLLRPMessageWizardPage
Constructor for NewLLRPMessageWizardPage.
NonRuleBasedDamagerRepairer - Class in org.fosstrak.llrp.commander.editors
...
NonRuleBasedDamagerRepairer(TextAttribute) - Constructor for class org.fosstrak.llrp.commander.editors.NonRuleBasedDamagerRepairer
Constructor for NonRuleBasedDamagerRepairer.
notify(byte[], String) - Method in class org.fosstrak.llrp.adaptor.AdaptorCallback
 
notify(byte[], String) - Method in interface org.fosstrak.llrp.adaptor.AsynchronousNotifiable
when an asynchronous message arrived, this method will be invoked.
notify(byte[], String) - Method in class org.fosstrak.llrp.adaptor.util.AsynchronousNotifiableList
notify all the receivers with a new message.
notifyError(LLRPRuntimeException, String) - Method in class org.fosstrak.llrp.adaptor.AdaptorCallback
 
notifyError(LLRPRuntimeException, String) - Method in interface org.fosstrak.llrp.adaptor.AsynchronousNotifiable
this method can be called asynchronously when there occurs an asynchronous error or exception.
notifyError(LLRPRuntimeException, String) - Method in class org.fosstrak.llrp.adaptor.util.AsynchronousNotifiableList
notify all the receivers about an exception in the reader module.
NULL_FIELD_ERROR_MESSAGE - Static variable in class org.fosstrak.llrp.commander.util.LLRPConstraints
Error message that gets shown when a field is null
NUM_COLUMNS - Static variable in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
the number of columns in the table.
NUM_NON_RECHABLE_ALLOWED - Static variable in class org.fosstrak.llrp.adaptor.util.AsynchronousNotifiableList
remove the receiver after this number of unsuccessful connection attempts.
NUM_TABLE_COLUMNS - Static variable in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
the number of table columns.

O

ok() - Method in class org.fosstrak.llrp.adaptor.AdaptorWorker
 
openConnection() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
Opens the JDBC connection to the database.
openConnection() - Method in class org.fosstrak.llrp.client.repository.sql.DerbyRepository
 
openConnection() - Method in class org.fosstrak.llrp.client.repository.sql.MySQLRepository
 
openConnection() - Method in class org.fosstrak.llrp.client.repository.sql.PostgreSQLRepository
 
org.fosstrak.llrp.adaptor - package org.fosstrak.llrp.adaptor
 
org.fosstrak.llrp.adaptor.config - package org.fosstrak.llrp.adaptor.config
 
org.fosstrak.llrp.adaptor.exception - package org.fosstrak.llrp.adaptor.exception
 
org.fosstrak.llrp.adaptor.queue - package org.fosstrak.llrp.adaptor.queue
 
org.fosstrak.llrp.adaptor.util - package org.fosstrak.llrp.adaptor.util
 
org.fosstrak.llrp.client - package org.fosstrak.llrp.client
 
org.fosstrak.llrp.client.repository.sql - package org.fosstrak.llrp.client.repository.sql
 
org.fosstrak.llrp.client.repository.sql.roaccess - package org.fosstrak.llrp.client.repository.sql.roaccess
 
org.fosstrak.llrp.commander - package org.fosstrak.llrp.commander
 
org.fosstrak.llrp.commander.actions - package org.fosstrak.llrp.commander.actions
 
org.fosstrak.llrp.commander.check - package org.fosstrak.llrp.commander.check
 
org.fosstrak.llrp.commander.dialogs - package org.fosstrak.llrp.commander.dialogs
 
org.fosstrak.llrp.commander.editors - package org.fosstrak.llrp.commander.editors
 
org.fosstrak.llrp.commander.editors.graphical - package org.fosstrak.llrp.commander.editors.graphical
 
org.fosstrak.llrp.commander.editors.graphical.actions - package org.fosstrak.llrp.commander.editors.graphical.actions
 
org.fosstrak.llrp.commander.preferences - package org.fosstrak.llrp.commander.preferences
 
org.fosstrak.llrp.commander.preferences.pref - package org.fosstrak.llrp.commander.preferences.pref
 
org.fosstrak.llrp.commander.repository - package org.fosstrak.llrp.commander.repository
 
org.fosstrak.llrp.commander.util - package org.fosstrak.llrp.commander.util
 
org.fosstrak.llrp.commander.views - package org.fosstrak.llrp.commander.views
 
org.fosstrak.llrp.commander.views.roaccess - package org.fosstrak.llrp.commander.views.roaccess
 
org.fosstrak.llrp.commander.wizards - package org.fosstrak.llrp.commander.wizards
 
OUTBOX_NAME - Static variable in class org.fosstrak.llrp.commander.views.MessageBoxTreeObject
 

P

P_DEFAULT_EDITOR - Static variable in class org.fosstrak.llrp.commander.preferences.PreferenceConstants
the name of the default editor property.
P_DEFAULT_EDITOR_BINARY - Static variable in class org.fosstrak.llrp.commander.preferences.PreferenceConstants
the name of the binary viewer property.
P_DEFAULT_EDITOR_GRAPHICAL - Static variable in class org.fosstrak.llrp.commander.preferences.PreferenceConstants
the name of the graphical editor property.
P_DEFAULT_EDITOR_XML - Static variable in class org.fosstrak.llrp.commander.preferences.PreferenceConstants
the name of the XML editor property.
P_EXT_DB_IMPLEMENTOR - Static variable in class org.fosstrak.llrp.commander.preferences.PreferenceConstants
preference name for external DB implementing class.
P_EXT_DB_JDBC - Static variable in class org.fosstrak.llrp.commander.preferences.PreferenceConstants
preference name for external DB JDBC connector string.
P_EXT_DB_PWD - Static variable in class org.fosstrak.llrp.commander.preferences.PreferenceConstants
preference name for external DB password.
P_EXT_DB_USERNAME - Static variable in class org.fosstrak.llrp.commander.preferences.PreferenceConstants
preference name for external DB user name.
P_LOG_RO_ACCESS_REPORTS - Static variable in class org.fosstrak.llrp.commander.preferences.PreferenceConstants
name of the preference field for the log RO_ACCESS_REPORTS.
P_PROJECT - Static variable in class org.fosstrak.llrp.commander.preferences.PreferenceConstants
the name of the eclipse project.
P_READER_FROM - Static variable in class org.fosstrak.llrp.commander.preferences.PreferenceConstants
the name of the choice preference property.
P_STRING - Static variable in class org.fosstrak.llrp.commander.preferences.PreferenceConstants
the name of the string preference property.
P_USE_INTERNAL_DB - Static variable in class org.fosstrak.llrp.commander.preferences.PreferenceConstants
name of the preference field whether to use internal db or not.
P_WIPE_DB_ON_STARTUP - Static variable in class org.fosstrak.llrp.commander.preferences.PreferenceConstants
name of the preference field for the configuration of the DB-wipe.
P_WIPE_RO_ACCESS_REPORTS_ON_STARTUP - Static variable in class org.fosstrak.llrp.commander.preferences.PreferenceConstants
name of the preference field for the configuration field of the wipe DB.
pageChange(int) - Method in class org.fosstrak.llrp.commander.editors.LLRPEditor
When user change the page, the content should be synchronized here.
parse(RO_ACCESS_REPORT, String, String, long) - Static method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
parses the entries of an RO_ACCESS_REPORTS into a list of ROAccessItems.
password - Variable in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
the database password.
performFinish() - Method in class org.fosstrak.llrp.commander.wizards.NewLLRPMessageWizard
This method is called when 'Finish' button is pressed in the wizard.
PerspectiveFactory - Class in org.fosstrak.llrp.commander
Factory that creates the LLRP Commander perspective for the eclipse view space.
PerspectiveFactory() - Constructor for class org.fosstrak.llrp.commander.PerspectiveFactory
 
PLUGIN_ID - Static variable in class org.fosstrak.llrp.commander.LLRPPlugin
The Eclipse Plug-in ID
postException(LLRPRuntimeException, LLRPExceptionHandlerTypeMap, String, String) - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
posts an exception the the exception handler.
postExceptionToGUI(LLRPExceptionHandlerTypeMap, LLRPRuntimeException, String, String) - Method in interface org.fosstrak.llrp.client.LLRPExceptionHandler
This method will be called asynchronously whenever an Exception is triggered.
postExceptionToGUI(LLRPExceptionHandlerTypeMap, LLRPRuntimeException, String, String) - Method in class org.fosstrak.llrp.commander.ExceptionHandler
 
postExceptionToGUI(LLRPExceptionHandlerTypeMap, String, String) - Method in class org.fosstrak.llrp.commander.ResourceCenter
 
PostgreSQLRepository - Class in org.fosstrak.llrp.client.repository.sql
The PostgreSQLRepository provides the basis for a PostgreSQL repository back-end.
PostgreSQLRepository() - Constructor for class org.fosstrak.llrp.client.repository.sql.PostgreSQLRepository
 
PreferenceConstants - Class in org.fosstrak.llrp.commander.preferences
Constant definitions for plug-in preferences
PreferenceConstants() - Constructor for class org.fosstrak.llrp.commander.preferences.PreferenceConstants
 
PreferenceInitializer - Class in org.fosstrak.llrp.commander.preferences
Class used to initialize default preference values.
PreferenceInitializer() - Constructor for class org.fosstrak.llrp.commander.preferences.PreferenceInitializer
 
presenceConstraints - Static variable in class org.fosstrak.llrp.commander.util.LLRPConstraints
An array of presence constraints that are not modeled in llrpdef.xml
prettyPrint() - Method in class org.fosstrak.llrp.client.LLRPMessageItem
creates a pretty print of the llrp message item.
PROC_INSTR - Static variable in interface org.fosstrak.llrp.commander.editors.IXMLColorConstants
 
put(LLRPMessageItem) - Method in interface org.fosstrak.llrp.client.Repository
Put the LLRP Message Item to the repository
put(LLRPMessageItem) - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
store an LLRP message into the repository.

Q

QUEUE_THRESHOLD - Static variable in class org.fosstrak.llrp.adaptor.AdaptorWorker
the worker does not accept more messages in the queue than this threshold.
QueueEntry - Class in org.fosstrak.llrp.adaptor.queue
data structure to store enqueue an LLRPMessage.
QueueEntry(LLRPMessage, String, String) - Constructor for class org.fosstrak.llrp.adaptor.queue.QueueEntry
creates a new queue item for an llrp message.

R

Range - Class in org.fosstrak.llrp.commander.util
This class represents a numeric range.
Range(int, int) - Constructor for class org.fosstrak.llrp.commander.util.Range
Creates a new range.
rangeConstraints - Static variable in class org.fosstrak.llrp.commander.util.LLRPConstraints
An array of range constraints that are not modeled in llrpdef.xml
RDR_CFG_FILE - Static variable in class org.fosstrak.llrp.commander.ResourceCenter
the name of the configuration file for the reader configuration.
Reader - Interface in org.fosstrak.llrp.adaptor
This class models a logical entity of a physical reader. it maintains the connectivity to the physical reader.
Reader - Class in org.fosstrak.llrp.client
This wrapper class for Reader.
Reader() - Constructor for class org.fosstrak.llrp.client.Reader
Default Constructor.
ReaderConfiguration - Class in org.fosstrak.llrp.adaptor.config
a prototype holding all the settings needed for a reader.
ReaderConfiguration(String, String, int, boolean, boolean) - Constructor for class org.fosstrak.llrp.adaptor.config.ReaderConfiguration
constructor for the prototype.
ReaderExplorerView - Class in org.fosstrak.llrp.commander.views
The Reader Management View.
ReaderExplorerView() - Constructor for class org.fosstrak.llrp.commander.views.ReaderExplorerView
Default Constructor.
ReaderExplorerViewContentProvider - Class in org.fosstrak.llrp.commander.views
This class perform as Content Provider for RFID Reader's View.
ReaderExplorerViewContentProvider() - Constructor for class org.fosstrak.llrp.commander.views.ReaderExplorerViewContentProvider
 
ReaderExplorerViewLabelProvider - Class in org.fosstrak.llrp.commander.views
label provider for the reader explorer view.
ReaderExplorerViewLabelProvider() - Constructor for class org.fosstrak.llrp.commander.views.ReaderExplorerViewLabelProvider
 
ReaderImpl - Class in org.fosstrak.llrp.adaptor
This class implements the ReaderInterface.
ReaderImpl(Adaptor, String, String) - Constructor for class org.fosstrak.llrp.adaptor.ReaderImpl
constructor for a local reader stub. the stub maintains connection to the llrp reader.
ReaderImpl(Adaptor, String, String, int) - Constructor for class org.fosstrak.llrp.adaptor.ReaderImpl
constructor for a local reader stub. the stub maintains connection to the llrp reader.
ReaderImpl.QueuePolicy - Enum in org.fosstrak.llrp.adaptor
queue policies.
ReaderMetaData - Class in org.fosstrak.llrp.adaptor
Meta data that contains all information about the reader. this is for example the reader name, the address, the port, etc. ...
ReaderMetaData() - Constructor for class org.fosstrak.llrp.adaptor.ReaderMetaData
default constructor.
ReaderMetaData(ReaderMetaData) - Constructor for class org.fosstrak.llrp.adaptor.ReaderMetaData
copy constructor that creates a complete copy of the meta data.
readers - Variable in class org.fosstrak.llrp.adaptor.AdaptorImpl
a map holding all the readers contained in this adaptor.
ReaderSettingsDialog - Class in org.fosstrak.llrp.commander.dialogs
models a dialog to set the options for the message box view.
ReaderSettingsDialog(Shell, String, String) - Constructor for class org.fosstrak.llrp.commander.dialogs.ReaderSettingsDialog
create a new options dialog.
ReaderTreeObject - Class in org.fosstrak.llrp.commander.views
Models an object in the reader tree (eg. adapter or reader).
ReaderTreeObject(String) - Constructor for class org.fosstrak.llrp.commander.views.ReaderTreeObject
 
reconnect() - Method in interface org.fosstrak.llrp.adaptor.Reader
try to reconnect the reader.
reconnect() - Method in class org.fosstrak.llrp.adaptor.ReaderImpl
 
refresh() - Method in class org.fosstrak.llrp.commander.editors.graphical.LLRPDetailsPage
 
refresh(Object) - Method in class org.fosstrak.llrp.commander.editors.graphical.LLRPMasterDetailsBlock
Updates the error message field, refreshes the TreeViewer and selects the given element in the TreeViewer.
refresh() - Method in class org.fosstrak.llrp.commander.views.ReaderExplorerView
refreshes the viewer.
refreshTime - Variable in class org.fosstrak.llrp.commander.util.MessageBoxRefresh
the interval to refresh the messagebox view.
registerCheckItem(CheckItem) - Method in class org.fosstrak.llrp.commander.check.HealthCheck
Register new check items
registerForAsynchronous(AsynchronousNotifiable) - Method in interface org.fosstrak.llrp.adaptor.Adaptor
register for asynchronous messages from the reader.
registerForAsynchronous(AsynchronousNotifiable) - Method in class org.fosstrak.llrp.adaptor.AdaptorImpl
 
registerForAsynchronous(AsynchronousNotifiable) - Method in interface org.fosstrak.llrp.adaptor.Reader
register for asynchronous messages from the physical reader.
registerForAsynchronous(AsynchronousNotifiable) - Method in class org.fosstrak.llrp.adaptor.ReaderImpl
 
registerFullHandler(MessageHandler) - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
register a handler that will receive all the incoming messages.
registerPages(DetailsPart) - Method in class org.fosstrak.llrp.commander.editors.graphical.LLRPMasterDetailsBlock
 
registerPartialHandler(MessageHandler, Class) - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
register a handler that will receive only a restricted set of messages.
registerTextFieldListeners(Button) - Method in class org.fosstrak.llrp.commander.dialogs.ConnectDialog
registers listeners to the text fields with the OK button as the parent.
registryPort - Static variable in class org.fosstrak.llrp.adaptor.Constants
the port of our rmi registry.
remove(AsynchronousNotifiable) - Method in class org.fosstrak.llrp.adaptor.util.AsynchronousNotifiableList
removes a receiver from the list.
removeChild(List<LLRPParameter>, LLRPParameter) - Method in class org.fosstrak.llrp.commander.util.LLRPTreeMaintainer
Removes the given parameter from the given parameter list.
removeChild(MessageBoxTreeObject) - Method in class org.fosstrak.llrp.commander.views.ReaderTreeObject
 
removeFromParent() - Method in class org.fosstrak.llrp.commander.editors.MessageElement
 
removeReaderConfig(String, String) - Method in class org.fosstrak.llrp.commander.ResourceCenter
 
removeReaderROSpec(String, String) - Method in class org.fosstrak.llrp.commander.ResourceCenter
 
REPO_SUBFOLDER - Static variable in class org.fosstrak.llrp.commander.ResourceCenter
Pre-built folder, for opened incoming messages
repoROAccessReports - Variable in class org.fosstrak.llrp.client.repository.sql.DerbyRepository
 
repoROAccessReports - Variable in class org.fosstrak.llrp.client.repository.sql.MySQLRepository
 
repoROAccessReports - Variable in class org.fosstrak.llrp.client.repository.sql.PostgreSQLRepository
 
reportConnFailure() - Method in class org.fosstrak.llrp.adaptor.AdaptorWorker
increases the connection failure counter by one.
Repository - Interface in org.fosstrak.llrp.client
This single access point for Reader Management module to access the message repository.
repository - Variable in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
the repository "owning" this item.
RepositoryFactory - Class in org.fosstrak.llrp.client
helper class to instantiate the repository.
RepositoryFactory() - Constructor for class org.fosstrak.llrp.client.RepositoryFactory
 
reset() - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
resets the management to initial state.
ResourceCenter - Class in org.fosstrak.llrp.commander
This single access point for lower level resources, like Reader and Messages, from the GUI side.
restoreColumnWidths(IMemento) - Method in class org.fosstrak.llrp.commander.views.TableViewPart
 
RETRIEVE_ALL - Static variable in interface org.fosstrak.llrp.client.Repository
flag to set the retrieval of messages to all messages in the repo.
ROAccessItem - Class in org.fosstrak.llrp.client.repository.sql.roaccess
Helper class to access and maintain the content of RO_ACCESS_REPORTS.
ROAccessItem() - Constructor for class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
ROAccessReportsLabelProvider - Class in org.fosstrak.llrp.commander.views.roaccess
Provides the labels for the table in ROAccessReportsView.
ROAccessReportsLabelProvider() - Constructor for class org.fosstrak.llrp.commander.views.roaccess.ROAccessReportsLabelProvider
 
ROAccessReportsRepository - Interface in org.fosstrak.llrp.client
Common interface for all the implementations providing access to the RO_ACCESS_REPORTS data-base.
ROAccessReportsView - Class in org.fosstrak.llrp.commander.views.roaccess
View displaying the contents of RO_ACCESS_REPORT.
ROAccessReportsView() - Constructor for class org.fosstrak.llrp.commander.views.roaccess.ROAccessReportsView
 
ROOT_NAME - Static variable in class org.fosstrak.llrp.client.Constants
the name of the root in the reader explorer view.
run() - Method in class org.fosstrak.llrp.adaptor.AdaptorWorker
 
run(IAction) - Method in class org.fosstrak.llrp.commander.actions.SendAction
The action has been activated.
run(IAction) - Method in class org.fosstrak.llrp.commander.actions.SendMessageAction
 
run() - Method in class org.fosstrak.llrp.commander.editors.graphical.actions.AddParameterAction
 
run() - Method in class org.fosstrak.llrp.commander.editors.graphical.actions.DeleteParameterAction
 
run() - Method in class org.fosstrak.llrp.commander.util.MessageBoxRefresh
execute the refresher thread.

S

SAMPLE_SUBFOLDER - Static variable in class org.fosstrak.llrp.commander.ResourceCenter
Pre-built folder, for messages template (samples)
saveColumnWidths(IMemento) - Method in class org.fosstrak.llrp.commander.views.TableViewPart
 
saveState(IMemento) - Method in class org.fosstrak.llrp.commander.views.TableViewPart
 
selectComment(int) - Method in class org.fosstrak.llrp.commander.editors.XMLDoubleClickStrategy
 
selectionChanged(IAction, ISelection) - Method in class org.fosstrak.llrp.commander.actions.SendAction
Selection in the workbench has been changed.
selectionChanged(SelectionChangedEvent) - Method in class org.fosstrak.llrp.commander.editors.graphical.actions.DeleteParameterAction
 
selectionChanged(IFormPart, ISelection) - Method in class org.fosstrak.llrp.commander.editors.graphical.LLRPDetailsPage
 
selectionChanged(IWorkbenchPart, ISelection) - Method in class org.fosstrak.llrp.commander.views.MessageboxView
Triggered when user change the reader in Reader Management View.
selectionChanged(SelectionChangedEvent) - Method in class org.fosstrak.llrp.commander.views.TableViewPart
 
SELECTOR_ADAPTOR - Static variable in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
column index of the adapter name.
SELECTOR_COMMENT - Static variable in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
column index of the comment field.
SELECTOR_CONTENT - Static variable in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
column index of the comment column.
SELECTOR_ID - Static variable in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
column index of the ID.
SELECTOR_MARK - Static variable in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
column index of the mark.
SELECTOR_MESSAGE_TYPE - Static variable in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
column index of the message type.
SELECTOR_READER - Static variable in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
column index of the reader name.
SELECTOR_STATUS - Static variable in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
column index of the status flag.
SELECTOR_TIMESTAMP - Static variable in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
column index of the time-stamp column.
selectWord(int) - Method in class org.fosstrak.llrp.commander.editors.XMLDoubleClickStrategy
 
send(byte[]) - Method in interface org.fosstrak.llrp.adaptor.Reader
send a message to the llrp reader.
send(byte[]) - Method in class org.fosstrak.llrp.adaptor.ReaderImpl
 
SendAction - Class in org.fosstrak.llrp.commander.actions
The Send action implements workbench action delegate.
SendAction() - Constructor for class org.fosstrak.llrp.commander.actions.SendAction
 
sendLLRPMessage(String, byte[]) - Method in interface org.fosstrak.llrp.adaptor.Adaptor
sends a llrp message to the specified reader.
sendLLRPMessage(String, byte[]) - Method in class org.fosstrak.llrp.adaptor.AdaptorImpl
 
sendLLRPMessageToAllReaders(byte[]) - Method in interface org.fosstrak.llrp.adaptor.Adaptor
sends a llrp message to all the readers.
sendLLRPMessageToAllReaders(byte[]) - Method in class org.fosstrak.llrp.adaptor.AdaptorImpl
 
sendMessage(String, String, LLRPMessage, String) - Method in class org.fosstrak.llrp.commander.ResourceCenter
Send LLRP Message.
SendMessageAction - Class in org.fosstrak.llrp.commander.actions
The SendMessageAction implements workbench action delegate.
SendMessageAction() - Constructor for class org.fosstrak.llrp.commander.actions.SendMessageAction
 
SendMessageDialog - Class in org.fosstrak.llrp.commander.dialogs
This Dialog will be triggered by the context menu from LLRPEditor User pick up the readers to issue the LLRP messages.
sequenceDetected(ICharacterScanner, char[], boolean) - Method in class org.fosstrak.llrp.commander.editors.TagRule
 
setAccessSpecID(Long) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
setActiveEditor(IAction, IEditorPart) - Method in class org.fosstrak.llrp.commander.actions.SendMessageAction
 
setAdapter(String) - Method in class org.fosstrak.llrp.client.LLRPMessageItem
Set Adapter Logic Name
setAdapterName(String) - Method in class org.fosstrak.llrp.client.Reader
Set the name of LLRP Adapter, which hold this Reader.
setAdapterName(String) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
setAdaptor(Adaptor) - Method in class org.fosstrak.llrp.adaptor.AdaptorWorker
sets the adaptor holding the connection to the readers.
setAdaptorIpAddress(String) - Method in class org.fosstrak.llrp.adaptor.AdaptorWorker
sets the address of this adaptor. if its the local adaptor set null.
setAdaptorManagement(AdaptorManagement) - Method in class org.fosstrak.llrp.adaptor.AdaptorImpl
 
setAdaptorName(String) - Method in interface org.fosstrak.llrp.adaptor.Adaptor
sets the name of the adaptor.
setAdaptorName(String) - Method in class org.fosstrak.llrp.adaptor.AdaptorImpl
 
setAdaptorName(String) - Method in class org.fosstrak.llrp.adaptor.config.AdaptorConfiguration
sets the name of the adaptor.
setAdaptorName(String) - Method in class org.fosstrak.llrp.adaptor.queue.QueueEntry
sets the name of the adaptor that will either receive or read the message.
setAntennaID(Integer) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
setC1g2_CRC(Integer) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
setC1g2_PC(Integer) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
setCallback(AdaptorCallback) - Method in class org.fosstrak.llrp.adaptor.AdaptorWorker
sets the callback for asynchronous message retrieval.
setChannelIndex(Integer) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
setChild(Object, String, LLRPParameter) - Method in class org.fosstrak.llrp.commander.util.LLRPTreeMaintainer
Sets the given parameter as child of the given message/parameter.
setClientInitiated(boolean) - Method in interface org.fosstrak.llrp.adaptor.Reader
sets the connect behavior to the specified value.
setClientInitiated(boolean) - Method in class org.fosstrak.llrp.adaptor.ReaderImpl
 
setColumnHeaders(String[]) - Method in class org.fosstrak.llrp.commander.views.TableViewPart
 
setColumnLayouts(ColumnLayoutData[]) - Method in class org.fosstrak.llrp.commander.views.TableViewPart
 
setComment(String) - Method in class org.fosstrak.llrp.client.LLRPMessageItem
Set the Message comments
setCommitChanges(boolean) - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
sets whether all changes to the AdaptorManagement get reflected to the configuration file.
setConnected(boolean) - Method in class org.fosstrak.llrp.commander.views.ReaderTreeObject
Set the flag to indicate whether the reader is connected.
setConnectImmediate(boolean) - Method in interface org.fosstrak.llrp.adaptor.Reader
tells whether this reader connects immediately after creation.
setConnectImmediate(boolean) - Method in class org.fosstrak.llrp.adaptor.ReaderImpl
 
setContent(String) - Method in class org.fosstrak.llrp.client.LLRPMessageItem
Set the Message Content
setDescription(String) - Method in class org.fosstrak.llrp.commander.editors.BinarySingleValue
Set the description of the entry
setDirty(boolean) - Method in class org.fosstrak.llrp.commander.editors.graphical.GraphicalEditorPage
Sets the dirty flag to the given value.
setDirty() - Method in class org.fosstrak.llrp.commander.util.MessageBoxRefresh
sets the messagebox to dirty, meaning a new message arrived and we need to refresh the message box.
setDisplayNumMessages(int) - Method in class org.fosstrak.llrp.commander.views.MessageboxView
 
setDocument(IDocument) - Method in class org.fosstrak.llrp.commander.editors.NonRuleBasedDamagerRepairer
 
setDoubleClickAction(IAction) - Method in class org.fosstrak.llrp.commander.views.TableViewPart
 
setEclipseProjectName(String) - Method in class org.fosstrak.llrp.commander.ResourceCenter
Set Eclipse Project Name
setEpc(String) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
setExceptionHandler(LLRPExceptionHandler) - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
sets the exception handler.
setExceptionHandler(ExceptionHandler) - Method in class org.fosstrak.llrp.commander.ResourceCenter
 
setExceptionType(LLRPExceptionHandlerTypeMap) - Method in exception org.fosstrak.llrp.adaptor.exception.LLRPRuntimeException
sets the exception type.
setField(Object, String, LLRPType) - Method in class org.fosstrak.llrp.commander.util.LLRPTreeMaintainer
Sets the field with the given name of the given message/parameter to the given value.
setFirstSeenUptime(Timestamp) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
setFirstSeenUTC(Timestamp) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
setFocus() - Method in class org.fosstrak.llrp.commander.editors.graphical.LLRPDetailsPage
 
setFocus() - Method in class org.fosstrak.llrp.commander.editors.LLRPEditor
 
setFocus() - Method in class org.fosstrak.llrp.commander.views.ReaderExplorerView
Passing the focus request to the viewer's control.
setFocus() - Method in class org.fosstrak.llrp.commander.views.TableViewPart
 
setFormInput(Object) - Method in class org.fosstrak.llrp.commander.editors.graphical.LLRPDetailsPage
 
setGetReaderConfig(boolean) - Method in class org.fosstrak.llrp.commander.views.ReaderTreeObject
Set the flag to indicate the reader get GET_READER_CONFIG_RESPONSE message.
setGetReaderROSpec(boolean) - Method in class org.fosstrak.llrp.commander.views.ReaderTreeObject
Set the flag to indicate the reader get GET_ROSPECS_RESPONSE message.
setId(String) - Method in class org.fosstrak.llrp.client.LLRPMessageItem
Set the Message Id
setInventoryPrmSpecID(Integer) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
setIp(String) - Method in class org.fosstrak.llrp.client.Reader
Set IP Address
setKeepAlivePeriod(int, int, boolean, boolean) - Method in interface org.fosstrak.llrp.adaptor.Reader
sets the connection timeout period for the reader. if the times * keepAlivePeriod has passed by without a notification from the reader the reader gets disconnected.
setKeepAlivePeriod(int, int, boolean, boolean) - Method in class org.fosstrak.llrp.adaptor.ReaderImpl
 
setKey(String) - Method in class org.fosstrak.llrp.commander.editors.BinarySingleValue
Set the key
setLastSeenUptime(Timestamp) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
setLastSeenUTC(Timestamp) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
setLayout(Composite) - Method in class org.fosstrak.llrp.commander.dialogs.ConnectDialog
sets the layout for the dialog.
setLLRPMessage(LLRPMessage) - Method in class org.fosstrak.llrp.commander.editors.graphical.GraphicalEditorPage
Changes the message currently displayed in the graphical editor to the given message.
setLogTime(Timestamp) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
setMark(int) - Method in class org.fosstrak.llrp.client.LLRPMessageItem
Set the mark of the Message Static value MARK_INCOMING for incoming messages Static value MARK_OUTGOING for outgoing messages
setMessage(LLRPMessage) - Method in class org.fosstrak.llrp.adaptor.queue.QueueEntry
sets the message in the datastructure.
setMessageBox(MessageboxView) - Method in class org.fosstrak.llrp.commander.util.MessageBoxRefresh
sets the messagebox to refresh.
setMessageboxView(MessageboxView) - Method in class org.fosstrak.llrp.commander.ResourceCenter
set the message box view in the message box refresh thread.
setMessageType(String) - Method in class org.fosstrak.llrp.client.LLRPMessageItem
Set the Message Type.
setName(String) - Method in class org.fosstrak.llrp.client.Reader
Set the logical name of the Reader.
setNumberOfMessages(int) - Method in class org.fosstrak.llrp.commander.dialogs.MessageboxViewOptionsDialog
 
setParent(ReaderTreeObject) - Method in class org.fosstrak.llrp.commander.views.MessageBoxTreeObject
 
setPeakRSSI(Short) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
setPort(int) - Method in class org.fosstrak.llrp.client.Reader
Set Port Number
setReadConfig(String) - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
sets the configuration file.
setReader(String) - Method in class org.fosstrak.llrp.client.LLRPMessageItem
Set the Reader Logical Name, without Adapter Logical Name.
setReader(boolean) - Method in class org.fosstrak.llrp.commander.views.ReaderTreeObject
Set the flag to indicate whether the node represent a reader.
setReaderConfigurations(List<ReaderConfiguration>) - Method in class org.fosstrak.llrp.adaptor.config.AdaptorConfiguration
sets the configuration for all the readers of this adaptor.
setReaderDefinitionFilename(String) - Method in class org.fosstrak.llrp.commander.ResourceCenter
Set Reader definition filename
setReaderExplorerView(ReaderExplorerView) - Method in class org.fosstrak.llrp.commander.ResourceCenter
 
setReaderName(String) - Method in class org.fosstrak.llrp.adaptor.queue.QueueEntry
sets the name of the reader that will either receive or read the message.
setReaderName(String) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
setRefresh(boolean) - Method in class org.fosstrak.llrp.commander.util.MessageBoxRefresh
turn on/off the refresh behavior.
setRefreshTime(long) - Method in class org.fosstrak.llrp.commander.dialogs.MessageboxViewOptionsDialog
 
setRefreshTime(long) - Method in class org.fosstrak.llrp.commander.util.MessageBoxRefresh
set the refresh time to use. if never set, the default refresh time is used.
setReportKeepAlive(boolean) - Method in interface org.fosstrak.llrp.adaptor.Reader
if set to true, the reader will report all the keep-alive messages exchanged between the reader and the driver stub.
setReportKeepAlive(boolean) - Method in class org.fosstrak.llrp.adaptor.ReaderImpl
 
setRepository(Repository) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
 
setRepository(Repository) - Method in interface org.fosstrak.llrp.client.ROAccessReportsRepository
set the repository that "owns" this RO_ACCESS_REPORTS repository.
setRepository(Repository) - Method in class org.fosstrak.llrp.commander.ResourceCenter
allows to set a new repository.
setRoot(LLRPMessage) - Method in class org.fosstrak.llrp.commander.util.LLRPTreeMaintainer
Sets the llrp message this LLRPTreeMaintainer shall maintain.
setRoSpecID(Long) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
setSpecIndex(Integer) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
setStatusCode(String) - Method in class org.fosstrak.llrp.client.LLRPMessageItem
Set the Status Code.
setStoreConfig(String) - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
sets the configuration file where to store changes.
setTagSeenCount(Integer) - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.ROAccessItem
 
setTime(Timestamp) - Method in class org.fosstrak.llrp.client.LLRPMessageItem
Set the Message issue time
setValue(String) - Method in class org.fosstrak.llrp.commander.editors.BinarySingleValue
Set the value of the entry
setWorker(AdaptorWorker) - Method in class org.fosstrak.llrp.adaptor.AdaptorCallback
sets the worker that holds this callback.
shutdown() - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
the client leaves the adaptor management. the management makes the cleanup.
SortedProperties - Class in org.fosstrak.llrp.adaptor.util
Extend the default properties to write a sorted configuration file.
SortedProperties() - Constructor for class org.fosstrak.llrp.adaptor.util.SortedProperties
 
sqlCreateTable() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
NOTICE: this SQL command corresponds to derby SQL!.
sqlCreateTable() - Method in class org.fosstrak.llrp.client.repository.sql.MySQLRepository
 
sqlCreateTable() - Method in class org.fosstrak.llrp.client.repository.sql.PostgreSQLRepository
 
sqlCreateTable() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
 
sqlCreateTable() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.DerbyROAccessReportsRepository
 
sqlDropTable() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
NOTICE: this SQL command corresponds to derby SQL!.
sqlDropTable() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
 
sqlDropTable() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.DerbyROAccessReportsRepository
 
sqlInsert() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
 
sqlInsert() - Method in class org.fosstrak.llrp.client.repository.sql.roaccess.DerbyROAccessReportsRepository
 
sqlInsertMessage() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
NOTICE: this SQL command corresponds to derby SQL!.
sqlRemoveAllAdapterMessages() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
NOTICE: this SQL command corresponds to derby SQL!.
sqlRemoveAllMessages() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
NOTICE: this SQL command corresponds to derby SQL!.
sqlRemoveAllReaderMessages() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
NOTICE: this SQL command corresponds to derby SQL!.
sqlSelectByAdapterAndReaderWithContent() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
NOTICE: this SQL command corresponds to derby SQL!.
sqlSelectByAdapterAndReaderWithoutContent() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
NOTICE: this SQL command corresponds to derby SQL!.
sqlSelectByAdapterWithContent() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
NOTICE: this SQL command corresponds to derby SQL!.
sqlSelectByAdapterWithoutContent() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
NOTICE: this SQL command corresponds to derby SQL!.
sqlSelectMessageByID() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
NOTICE: this SQL command corresponds to derby SQL!.
sqlSelectMessagesWithContent() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
NOTICE: this SQL command corresponds to derby SQL!.
sqlSelectMessagesWithoutContent() - Method in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
NOTICE: this SQL command corresponds to derby SQL!.
stackTraceNice(Exception) - Static method in class org.fosstrak.llrp.commander.util.Utility
creates a nice string representation of a stack trace.
start(BundleContext) - Method in class org.fosstrak.llrp.commander.LLRPPlugin
 
stop(BundleContext) - Method in class org.fosstrak.llrp.commander.LLRPPlugin
 
stop() - Method in class org.fosstrak.llrp.commander.util.MessageBoxRefresh
stops the refresher from executing.
storeToFile() - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
stores the configuration of the adaptor management to file. the remote adaptors get stored and for the local adaptor all readers get stored as well.
STRING - Static variable in interface org.fosstrak.llrp.commander.editors.IXMLColorConstants
 

T

TABLE_LLRP_REPOSITORY - Static variable in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
the name of the LLRP message repository table.
TABLE_RO_ACCESS_REPORTS - Static variable in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
the name of the RO_ACCESS_REPORTS table.
TableViewPart - Class in org.fosstrak.llrp.commander.views
Prepares the ViewPart for the table viewer.
TableViewPart() - Constructor for class org.fosstrak.llrp.commander.views.TableViewPart
 
TAG - Static variable in interface org.fosstrak.llrp.commander.editors.IXMLColorConstants
 
TAG_COLUMN - Static variable in class org.fosstrak.llrp.commander.views.TableViewPart
 
TAG_NUMBER - Static variable in class org.fosstrak.llrp.commander.views.TableViewPart
 
TAG_WIDTH - Static variable in class org.fosstrak.llrp.commander.views.TableViewPart
 
TagRule - Class in org.fosstrak.llrp.commander.editors
...
TagRule(IToken) - Constructor for class org.fosstrak.llrp.commander.editors.TagRule
 
tearDown() - Method in class org.fosstrak.llrp.adaptor.AdaptorWorker
call this method if you want to stop the worker thread.
toString() - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
toString() - Method in class org.fosstrak.llrp.client.Reader
Get the description of the Reader.
toString() - Method in class org.fosstrak.llrp.commander.views.MessageBoxTreeObject
 
txts - Variable in class org.fosstrak.llrp.commander.dialogs.ConnectDialog
the text fields.

U

undefine(String) - Method in interface org.fosstrak.llrp.adaptor.Adaptor
removes a LLRP reader from this adaptor.
undefine(String) - Method in class org.fosstrak.llrp.adaptor.AdaptorImpl
 
undefine(String) - Method in class org.fosstrak.llrp.adaptor.AdaptorManagement
removes an adaptor from the adaptor list.
undefineAll() - Method in interface org.fosstrak.llrp.adaptor.Adaptor
removes all the LLRP readers from this adaptor.
undefineAll() - Method in class org.fosstrak.llrp.adaptor.AdaptorImpl
 
update(Observable, Object) - Method in class org.fosstrak.llrp.commander.editors.graphical.GraphicalEditorPage
 
updateViewer(boolean) - Method in class org.fosstrak.llrp.commander.views.MessageboxView
Refresh the message list in the viewer from selected adapter or reader.
username - Variable in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
the database user name.
Utility - Class in org.fosstrak.llrp.commander.util
helper class that holds utility routines.
Utility() - Constructor for class org.fosstrak.llrp.commander.util.Utility
 

V

validate() - Method in class org.fosstrak.llrp.commander.check.CheckEclipseProject
 
validate() - Method in class org.fosstrak.llrp.commander.check.CheckItem
 
validate() - Method in class org.fosstrak.llrp.commander.check.CheckRepository
 
validate() - Method in class org.fosstrak.llrp.commander.check.HealthCheck
Validate each check item in the chain.
validateChildPresence(Object, String) - Method in class org.fosstrak.llrp.commander.util.LLRPTreeMaintainer
Checks whether the child is present when it has to be present.
validateEmptiness(List<LLRPParameter>) - Method in class org.fosstrak.llrp.commander.util.LLRPTreeMaintainer
Checks whether the list is non-empty when it has to be non-empty.
validateField(Object, String) - Method in class org.fosstrak.llrp.commander.util.LLRPTreeMaintainer
Checks whether the field with the given name of the given message/parameter is valid.
valueOf(String) - Static method in enum org.fosstrak.llrp.adaptor.ReaderImpl.QueuePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fosstrak.llrp.client.LLRPExceptionHandlerTypeMap
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.fosstrak.llrp.adaptor.ReaderImpl.QueuePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fosstrak.llrp.client.LLRPExceptionHandlerTypeMap
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.fosstrak.llrp.commander.dialogs.ConnectDialog
the values collected from the fields.

W

wipe - Variable in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
whether to wipe the database at startup or not.
wipe - Variable in class org.fosstrak.llrp.client.repository.sql.roaccess.AbstractSQLROAccessReportsRepository
whether to wipe the database at startup or not.
wipeROAccess - Variable in class org.fosstrak.llrp.client.repository.sql.AbstractSQLRepository
whether to wipe the RO_ACCESS_REPORTS database at startup or not.
writeConfiguration(List<AdaptorConfiguration>, String) - Method in class org.fosstrak.llrp.adaptor.config.ConfigurationLoader
writes the configuration given by a list of prototypes to the configuration file.
writeMessageToFile(String, String, String) - Method in class org.fosstrak.llrp.commander.ResourceCenter
writes a chunk of data to a folder within a requested file.
writeMessageToFile(String) - Method in class org.fosstrak.llrp.commander.ResourceCenter
writes the content of the given id into a temporary file.

X

XML_COMMENT - Static variable in interface org.fosstrak.llrp.commander.editors.IXMLColorConstants
 
XML_COMMENT - Static variable in class org.fosstrak.llrp.commander.editors.XMLPartitionScanner
 
XML_TAG - Static variable in class org.fosstrak.llrp.commander.editors.XMLPartitionScanner
 
XMLConfiguration - Class in org.fosstrak.llrp.commander.editors
...
XMLConfiguration(ColorManager) - Constructor for class org.fosstrak.llrp.commander.editors.XMLConfiguration
 
XMLDocumentProvider - Class in org.fosstrak.llrp.commander.editors
...
XMLDocumentProvider() - Constructor for class org.fosstrak.llrp.commander.editors.XMLDocumentProvider
 
XMLDoubleClickStrategy - Class in org.fosstrak.llrp.commander.editors
It defines the action when user double click the text from the editor.
XMLDoubleClickStrategy() - Constructor for class org.fosstrak.llrp.commander.editors.XMLDoubleClickStrategy
 
XMLEditor - Class in org.fosstrak.llrp.commander.editors
The XML Editor for LLRP in XML Format.
XMLEditor() - Constructor for class org.fosstrak.llrp.commander.editors.XMLEditor
Constructor, initial the ColorManager.
XMLPartitionScanner - Class in org.fosstrak.llrp.commander.editors
Define the Partition for LLRP XML message.
XMLPartitionScanner() - Constructor for class org.fosstrak.llrp.commander.editors.XMLPartitionScanner
Constructor, it defines the token pattern for XML document.
XMLScanner - Class in org.fosstrak.llrp.commander.editors
A RuleBasedScanner for XML text.
XMLScanner(ColorManager) - Constructor for class org.fosstrak.llrp.commander.editors.XMLScanner
Constructor, which initialize the scanning rules.
XMLTagScanner - Class in org.fosstrak.llrp.commander.editors
Rule-based XML scanner.
XMLTagScanner(ColorManager) - Constructor for class org.fosstrak.llrp.commander.editors.XMLTagScanner
 
XMLWhitespaceDetector - Class in org.fosstrak.llrp.commander.editors
To define which characters seems to be a whitespace.
XMLWhitespaceDetector() - Constructor for class org.fosstrak.llrp.commander.editors.XMLWhitespaceDetector
 

_

_newSession() - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
starts a new session.
_packageReceived() - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
increases the number of received packages by one.
_packageSent() - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
increases the number of sent packages by one.
_setAlive(boolean) - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
_setAllowNKeepAliveMisses(int) - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
_setClientInitiated(boolean) - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
_setConnected(boolean) - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
_setConnectImmediately(boolean) - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
_setKeepAlivePeriod(int) - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
_setPackagesCurrentSessionReceived(int) - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
_setPackagesCurrentSessionSent(int) - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
_setPackagesReceived(int) - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
_setPackagesSent(int) - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
_setPort(int) - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
_setReaderAddress(String) - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
_setReaderName(String) - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 
_setReportKeepAlive(boolean) - Method in class org.fosstrak.llrp.adaptor.ReaderMetaData
 

A B C D E F G H I J K L M N O P Q R S T U V W X _

Copyright © 2009. All Rights Reserved.