Uses of Class
org.llrp.ltk.types.LLRPMessage

Packages that use LLRPMessage
org.llrp.ltk.generated   
org.llrp.ltk.generated.messages   
org.llrp.ltk.net   
org.llrp.ltk.util   
 

Uses of LLRPMessage in org.llrp.ltk.generated
 

Methods in org.llrp.ltk.generated that return LLRPMessage
static LLRPMessage LLRPMessageFactory.createLLRPMessage(byte[] byteArray)
          Generates a LLRPMessage out of the given Byte Array.
static LLRPMessage LLRPMessageFactory.createLLRPMessage(org.jdom.Document document)
           
static LLRPMessage LLRPMessageFactory.createLLRPMessage(LLRPBitList bits)
          Generates a LLRPMessage out of the given LLRPBitList.
 

Uses of LLRPMessage in org.llrp.ltk.generated.messages
 

Subclasses of LLRPMessage in org.llrp.ltk.generated.messages
 class ADD_ACCESSSPEC
          This command creates a new AccessSpec at the Reader.
 class ADD_ACCESSSPEC_RESPONSE
          This is the response by the Reader to an ADD_ACCESSSPEC command.
 class ADD_ROSPEC
          An ADD_ROSPEC message communicates the information of a ROSpec to the Reader.
 class ADD_ROSPEC_RESPONSE
          This is the response by the Reader to an ADD_ROSPEC message.
 class CLOSE_CONNECTION
          This command is issued by the Client to the Reader.
 class CLOSE_CONNECTION_RESPONSE
          This is the response by the Reader to a CLOSE_CONNECTON command from the Client.
 class CUSTOM_MESSAGE
          This message carries a vendor defined format from Reader to Client or Client to Reader.
 class DELETE_ACCESSSPEC
          This command is issued by the Client to the Reader.
 class DELETE_ACCESSSPEC_RESPONSE
          This is the response by the Reader to a DELETE_ACCESSSPEC command.
 class DELETE_ROSPEC
          This command is issued by the Client to the Reader.
 class DELETE_ROSPEC_RESPONSE
          This is the response by the Reader to a DELETE_ROSPEC command.
 class DISABLE_ACCESSSPEC
          This message is issued by the Client to the Reader.
 class DISABLE_ACCESSSPEC_RESPONSE
          This is the response by the Reader to a STOP_ACCESSSPEC command.
 class DISABLE_ROSPEC
          This message is issued by the Client to the Reader.
 class DISABLE_ROSPEC_RESPONSE
          This is the response by the Reader to a DISABLE_ROSPEC command.
 class ENABLE_ACCESSSPEC
          This message is issued by the Client to the Reader.
 class ENABLE_ACCESSSPEC_RESPONSE
          This is the response by the Reader to an ENABLE_ACCESSSPEC command.
 class ENABLE_EVENTS_AND_REPORTS
          This message can be issued by the Client to the Reader after a LLRP connection is established.
 class ENABLE_ROSPEC
          This message is issued by the Client to the Reader.
 class ENABLE_ROSPEC_RESPONSE
          This is the response by the Reader to a ENABLE_ROSPEC command.
 class ERROR_MESSAGE
          The Reader SHALL discard the message if there is at least one error in the message, or cannot be fully processed.
 class GET_ACCESSSPECS
          This is the request from the Client to the Reader to retrieve all the AccessSpecs that have been configured at the Reader.
 class GET_ACCESSSPECS_RESPONSE
          This is the response by the Reader to a GET_ACCESSSPECS command.
 class GET_READER_CAPABILITIES
          This message is sent from the Client to the Reader.
 class GET_READER_CAPABILITIES_RESPONSE
          This is the response from the Reader to the GET_READER_CAPABILITIES message.
 class GET_READER_CONFIG
          This command is issued by the Client to get the current configuration information of the Reader.
 class GET_READER_CONFIG_RESPONSE
          This is the response by the Reader to the GET_READER_CONFIG message.
 class GET_REPORT
          This message is issued by the Client to the Reader to get the tag reports.
 class GET_ROSPECS
          This is the request from the Client to the Reader to retrieve all the ROSpecs that have been configured at the Reader.
 class GET_ROSPECS_RESPONSE
          This is the response by the Reader to a GET_ROSPECS command.
 class KEEPALIVE
          This message is issued by the Reader to the Client.
 class KEEPALIVE_ACK
          A Client SHALL generate a KEEPALIVE_ACK in response to each KEEPALIVE received by the reader.
 class READER_EVENT_NOTIFICATION
          This message is issued by the Reader to the Client whenever an event that the Client subscribed to occurs.
 class RO_ACCESS_REPORT
          This message is issued by the Reader to the Client, and it contains the results of the RO and Access operations.
 class SET_READER_CONFIG
          This command is issued by the Client to the Reader.
 class SET_READER_CONFIG_RESPONSE
          This is the response by the Reader to a SET_READER_CONFIG command.
 class START_ROSPEC
          This message is issued by the Client to the Reader.
 class START_ROSPEC_RESPONSE
          This is the response by the Reader to a START_ROSPEC command.
 class STOP_ROSPEC
          This message is issued by the Client to the Reader.
 class STOP_ROSPEC_RESPONSE
          This is the response by the Reader to a STOP_ROSPEC command.
 

Uses of LLRPMessage in org.llrp.ltk.net
 

Methods in org.llrp.ltk.net that return LLRPMessage
 LLRPMessage LLRPConnection.transact(LLRPMessage message)
          sends an LLRP message and returns the response message as defined in the LLRP specification.
 LLRPMessage LLRPConnection.transact(LLRPMessage message, long transactionTimeout)
          sends an LLRP message and returns the response message as defined in the LLRP specification timing out after the time interval specified.
 

Methods in org.llrp.ltk.net that return types with arguments of type LLRPMessage
 java.util.concurrent.BlockingQueue<LLRPMessage> LLRPIoHandlerAdapterImpl.getSynMessageQueue()
          returns queue of all incoming messages where the messages type is equal to the one specified in the IoSession parameter LLRPConnection.SYNC_MESSAGE_ANSWER.
abstract  java.util.concurrent.BlockingQueue<LLRPMessage> LLRPIoHandlerAdapter.getSynMessageQueue()
          returns queue of all incoming messages where the messages type is equal to the one specified in the IoSession parameter LLRPConnection.SYNC_MESSAGE_ANSWER.
 

Methods in org.llrp.ltk.net with parameters of type LLRPMessage
 void LLRPEndpoint.messageReceived(LLRPMessage message)
          The messageReceived.message is called by the LLRPIoHandler whenever an LLRP message is received asynchrounly.
 void LLRPConnection.send(LLRPMessage message)
          sends an LLRP message without waiting for a response message.
 LLRPMessage LLRPConnection.transact(LLRPMessage message)
          sends an LLRP message and returns the response message as defined in the LLRP specification.
 LLRPMessage LLRPConnection.transact(LLRPMessage message, long transactionTimeout)
          sends an LLRP message and returns the response message as defined in the LLRP specification timing out after the time interval specified.
 

Uses of LLRPMessage in org.llrp.ltk.util
 

Methods in org.llrp.ltk.util that return LLRPMessage
static LLRPMessage Util.loadBinaryLLRPMessage(java.io.File file)
          loads a binary LLRPMessage from the file system and returns an LLRPMessage object
static LLRPMessage Util.loadXMLLLRPMessage(java.io.File file)
          loads a LLRPMessage in LTK-XML format from the file system and returns an LLRPMessage object
 



Copyright © 2007 ETH Zurich.