Uses of Class
org.fosstrak.llrp.adaptor.exception.LLRPRuntimeException

Packages that use LLRPRuntimeException
org.fosstrak.llrp.adaptor   
org.fosstrak.llrp.adaptor.config   
org.fosstrak.llrp.adaptor.exception   
org.fosstrak.llrp.adaptor.util   
org.fosstrak.llrp.client   
org.fosstrak.llrp.client.repository.sql   
org.fosstrak.llrp.client.repository.sql.roaccess   
org.fosstrak.llrp.commander   
 

Uses of LLRPRuntimeException in org.fosstrak.llrp.adaptor
 

Methods in org.fosstrak.llrp.adaptor with parameters of type LLRPRuntimeException
 void AdaptorImpl.errorCallback(LLRPRuntimeException e, java.lang.String readerName)
           
 void Adaptor.errorCallback(LLRPRuntimeException e, java.lang.String readerName)
          callback interface for asynchronous error messages from the reader.
 void AsynchronousNotifiable.notifyError(LLRPRuntimeException e, java.lang.String readerName)
          this method can be called asynchronously when there occurs an asynchronous error or exception.
 void AdaptorCallback.notifyError(LLRPRuntimeException e, java.lang.String readerName)
           
 void AdaptorManagement.postException(LLRPRuntimeException e, LLRPExceptionHandlerTypeMap exceptionType, java.lang.String adapterName, java.lang.String readerName)
          posts an exception the the exception handler.
 

Methods in org.fosstrak.llrp.adaptor that throw LLRPRuntimeException
 void AdaptorManagement.checkStatus()
          check whether the AdaptorManagement is ok or not.
 void ReaderImpl.connect(boolean clientInitiatedConnection)
           
 void Reader.connect(boolean clientInitiatedConnection)
          connects this reader to the real physical llrp reader.
 boolean AdaptorManagement.containsAdaptor(java.lang.String adaptorName)
          tells whether an adaptorName already exists.
 java.lang.String AdaptorManagement.define(java.lang.String adaptorName, java.lang.String address)
          adds a new adaptor to the adaptor list.
 void AdaptorImpl.define(java.lang.String readerName, java.lang.String readerAddress, boolean clientInitiatedConnection, boolean connectImmediately)
           
 void Adaptor.define(java.lang.String readerName, java.lang.String readerAddress, boolean clientInitiatedConnection, boolean connectImmediately)
          defines a new LLRP reader on this adaptor.
 void AdaptorImpl.define(java.lang.String readerName, java.lang.String readerAddress, int port, boolean clientInitiatedConnection, boolean connectImmediately)
           
 void Adaptor.define(java.lang.String readerName, java.lang.String readerAddress, int port, boolean clientInitiatedConnection, boolean connectImmediately)
          defines a new LLRP reader on this adaptor.
 void AdaptorImpl.disconnectAll()
           
 void Adaptor.disconnectAll()
          disconnects all the LLRP readers from this adaptor.
 void AdaptorWorker.enqueue(QueueEntry e)
          enqueues a message to be sent.
 void AdaptorManagement.enqueueLLRPMessage(java.lang.String adaptorName, java.lang.String readerName, org.llrp.ltk.types.LLRPMessage message)
          enqueue an LLRPMessage to be sent to a llrp reader. the adaptor will process the message when ready.
 Adaptor AdaptorManagement.getAdaptor(java.lang.String adaptorName)
          returns an adaptor to a given adaptorName.
 java.util.List<java.lang.String> AdaptorManagement.getAdaptorNames()
          returns a list of all the available adaptor names.
 AdaptorImpl AdaptorManagement.getDefaultAdaptor()
          helper to access the default local adaptor more convenient.
 boolean AdaptorManagement.initialize(java.lang.String readConfig, java.lang.String storeConfig, boolean commitChanges, LLRPExceptionHandler exceptionHandler, MessageHandler handler)
          initializes the AdaptorManagement.
 boolean AdaptorManagement.initialize(java.lang.String readConfig, java.lang.String storeConfig, boolean commitChanges, LLRPExceptionHandler exceptionHandler, MessageHandler handler, boolean export)
          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.
 boolean AdaptorManagement.isLocalAdapter(java.lang.String adapterName)
          checks, whether a given adapter is a local adapter or not.
 boolean AdaptorManagement.isReady(java.lang.String adaptorName)
          you can check whether an adaptor is ready to accept messages.
 void AdaptorManagement.loadFromFile()
          loads the adaptorManagement configuration from file (holds the adaptors and the readers for the local adaptor).
 void ReaderImpl.reconnect()
           
 void Reader.reconnect()
          try to reconnect the reader.
 void AdaptorManagement.reset()
          resets the management to initial state.
 void AdaptorImpl.sendLLRPMessage(java.lang.String readerName, byte[] message)
           
 void Adaptor.sendLLRPMessage(java.lang.String readerName, byte[] message)
          sends a llrp message to the specified reader.
 void AdaptorImpl.sendLLRPMessageToAllReaders(byte[] message)
           
 void Adaptor.sendLLRPMessageToAllReaders(byte[] message)
          sends a llrp message to all the readers.
 void AdaptorManagement.storeToFile()
          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.
 void AdaptorManagement.undefine(java.lang.String adaptorName)
          removes an adaptor from the adaptor list.
 void AdaptorImpl.undefine(java.lang.String readerName)
           
 void Adaptor.undefine(java.lang.String readerName)
          removes a LLRP reader from this adaptor.
 void AdaptorImpl.undefineAll()
           
 void Adaptor.undefineAll()
          removes all the LLRP readers from this adaptor.
 

Uses of LLRPRuntimeException in org.fosstrak.llrp.adaptor.config
 

Methods in org.fosstrak.llrp.adaptor.config that throw LLRPRuntimeException
 java.util.List<AdaptorConfiguration> ConfigurationLoader.getConfiguration(java.lang.String propertiesFile)
          reads a configuration file and delivers the content in a prototype-form.
 void ConfigurationLoader.writeConfiguration(java.util.List<AdaptorConfiguration> configurations, java.lang.String propertiesFile)
          writes the configuration given by a list of prototypes to the configuration file.
 

Uses of LLRPRuntimeException in org.fosstrak.llrp.adaptor.exception
 

Subclasses of LLRPRuntimeException in org.fosstrak.llrp.adaptor.exception
 class LLRPDuplicateNameException
          exception class that can be used when there is a duplicate name subscription.
 

Uses of LLRPRuntimeException in org.fosstrak.llrp.adaptor.util
 

Methods in org.fosstrak.llrp.adaptor.util with parameters of type LLRPRuntimeException
 void AsynchronousNotifiableList.notifyError(LLRPRuntimeException e, java.lang.String readerName)
          notify all the receivers about an exception in the reader module.
 

Uses of LLRPRuntimeException in org.fosstrak.llrp.client
 

Methods in org.fosstrak.llrp.client with parameters of type LLRPRuntimeException
 void LLRPExceptionHandler.postExceptionToGUI(LLRPExceptionHandlerTypeMap aExceptionType, LLRPRuntimeException e, java.lang.String aAdapter, java.lang.String aReader)
          This method will be called asynchronously whenever an Exception is triggered.
 

Methods in org.fosstrak.llrp.client that throw LLRPRuntimeException
static Repository RepositoryFactory.create(java.util.Map<java.lang.String,java.lang.String> args)
          create a new repository with the configuration parameters provided via the parameters hash map.
static Repository RepositoryFactory.create(java.util.Properties properties)
          create a new repository and read the configuration from a Properties data structure.
 void Repository.initialize(java.util.Map<java.lang.String,java.lang.String> args)
          Initializer method for the repository.
 void ROAccessReportsRepository.initialize(Repository repository)
          Initializer for the RO_ACCESS_REPORTS repository.
 

Uses of LLRPRuntimeException in org.fosstrak.llrp.client.repository.sql
 

Methods in org.fosstrak.llrp.client.repository.sql that throw LLRPRuntimeException
 void DerbyRepository.initialize(java.util.Map<java.lang.String,java.lang.String> args)
           
 void AbstractSQLRepository.initialize(java.util.Map<java.lang.String,java.lang.String> args)
           
 

Uses of LLRPRuntimeException in org.fosstrak.llrp.client.repository.sql.roaccess
 

Methods in org.fosstrak.llrp.client.repository.sql.roaccess that throw LLRPRuntimeException
 void AbstractSQLROAccessReportsRepository.initialize(Repository repository)
           
 

Uses of LLRPRuntimeException in org.fosstrak.llrp.commander
 

Methods in org.fosstrak.llrp.commander with parameters of type LLRPRuntimeException
 void ExceptionHandler.postExceptionToGUI(LLRPExceptionHandlerTypeMap exceptionType, LLRPRuntimeException e, java.lang.String adaptorName, java.lang.String readerName)
           
 



Copyright © 2009. All Rights Reserved.