Serialized Form


Package org.fosstrak.llrp.adaptor

Class org.fosstrak.llrp.adaptor.AdaptorCallback extends java.rmi.server.UnicastRemoteObject implements Serializable

serialVersionUID: 1L

Serialized Fields

worker

AdaptorWorker worker
the worker that holds this callback.

Class org.fosstrak.llrp.adaptor.AdaptorImpl extends java.rmi.server.UnicastRemoteObject implements Serializable

serialVersionUID: -5896254195502117705L

Serialized Fields

readers

java.util.Map<K,V> readers
a map holding all the readers contained in this adaptor.


toNotify

AsynchronousNotifiableList toNotify
a list with all the receivers of asynchronous messages.


adaptorName

java.lang.String adaptorName
the name of this adaptor.


adaptorManagement

AdaptorManagement adaptorManagement

Class org.fosstrak.llrp.adaptor.ReaderImpl extends java.rmi.server.UnicastRemoteObject implements Serializable

serialVersionUID: 1L

Serialized Fields

connector

org.llrp.ltk.net.LLRPConnection connector
the llrp connector to the physical reader.


adaptor

Adaptor adaptor
the adaptor where the reader belongs to.


toNotify

AsynchronousNotifiableList toNotify
a list with all the receivers of asynchronous messages.


throwExceptionKeepAlive

boolean throwExceptionKeepAlive
flag whether to throw an exception when a timeout occurred.


metaData

ReaderMetaData metaData
meta-data about the reader, if connection is up, number of packages, etc...


handler

org.llrp.ltk.net.LLRPIoHandlerAdapter handler
IO handler.


wd

java.lang.Thread wd
handle to the connection watch-dog.


outQueueWorker

java.lang.Thread outQueueWorker
handle to the out queue worker.


inQueueWorker

java.lang.Thread inQueueWorker
handle to the in queue worker.


inqueue

java.util.LinkedList<E> inqueue
queue to hold the incoming messages.


outqueue

java.util.LinkedList<E> outqueue
queue to hold the outgoing messages.

Class org.fosstrak.llrp.adaptor.ReaderMetaData extends java.lang.Object implements Serializable

serialVersionUID: 6184673996217995724L

Serialized Fields

alive

boolean alive

packagesSent

int packagesSent

packagesReceived

int packagesReceived

packagesCurrentSessionSent

int packagesCurrentSessionSent

packagesCurrentSessionReceived

int packagesCurrentSessionReceived

reportKeepAlive

boolean reportKeepAlive

clientInitiated

boolean clientInitiated

connected

boolean connected

connectImmediately

boolean connectImmediately

readerName

java.lang.String readerName

readerAddress

java.lang.String readerAddress

port

int port

allowNKeepAliveMisses

int allowNKeepAliveMisses

keepAlivePeriod

int keepAlivePeriod

Package org.fosstrak.llrp.adaptor.exception

Class org.fosstrak.llrp.adaptor.exception.LLRPDuplicateNameException extends LLRPRuntimeException implements Serializable

serialVersionUID: -5236575385965206938L

Serialized Fields

name

java.lang.String name
the name that caused the exception.

Class org.fosstrak.llrp.adaptor.exception.LLRPRuntimeException extends java.lang.Exception implements Serializable

serialVersionUID: -174158847556608407L

Serialized Fields

exceptionType

LLRPExceptionHandlerTypeMap exceptionType

Package org.fosstrak.llrp.adaptor.util

Class org.fosstrak.llrp.adaptor.util.SortedProperties extends java.util.Properties implements Serializable

serialVersionUID: 1520361645438527317L



Copyright © 2009. All Rights Reserved.