Uses of Interface
org.fosstrak.llrp.adaptor.AsynchronousNotifiable

Packages that use AsynchronousNotifiable
org.fosstrak.llrp.adaptor   
org.fosstrak.llrp.adaptor.util   
 

Uses of AsynchronousNotifiable in org.fosstrak.llrp.adaptor
 

Classes in org.fosstrak.llrp.adaptor that implement AsynchronousNotifiable
 class AdaptorCallback
          creates a callback instance that retrieves asynchronous messages.
 

Methods in org.fosstrak.llrp.adaptor with parameters of type AsynchronousNotifiable
 void ReaderImpl.deregisterFromAsynchronous(AsynchronousNotifiable receiver)
           
 void Reader.deregisterFromAsynchronous(AsynchronousNotifiable receiver)
          deregister from the asynchronous messages. the receiver will no more receive asynchronous llrp messages.
 void AdaptorImpl.deregisterFromAsynchronous(AsynchronousNotifiable receiver)
           
 void Adaptor.deregisterFromAsynchronous(AsynchronousNotifiable receiver)
          deregister from the asynchronous messages. the receiver will no more receive asynchronous llrp messages.
 void ReaderImpl.registerForAsynchronous(AsynchronousNotifiable receiver)
           
 void Reader.registerForAsynchronous(AsynchronousNotifiable receiver)
          register for asynchronous messages from the physical reader.
 void AdaptorImpl.registerForAsynchronous(AsynchronousNotifiable receiver)
           
 void Adaptor.registerForAsynchronous(AsynchronousNotifiable receiver)
          register for asynchronous messages from the reader.
 

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

Classes in org.fosstrak.llrp.adaptor.util that implement AsynchronousNotifiable
 class AsynchronousNotifiableList
          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.
 

Methods in org.fosstrak.llrp.adaptor.util with parameters of type AsynchronousNotifiable
 void AsynchronousNotifiableList.add(AsynchronousNotifiable entry)
          add a new receiver to the list.
 void AsynchronousNotifiableList.remove(AsynchronousNotifiable entry)
          removes a receiver from the list.
 



Copyright © 2009. All Rights Reserved.