org.ka2ddo.yaac.core.queries
Class ObjectRetransmitQueryHandler

java.lang.Object
  extended by org.ka2ddo.yaac.pluginapi.AbstractQueryHandler
      extended by org.ka2ddo.yaac.core.queries.ObjectRetransmitQueryHandler

public class ObjectRetransmitQueryHandler
extends AbstractQueryHandler

This class handles retransmitting current object state for every Object or Item managed by this station.


Constructor Summary
ObjectRetransmitQueryHandler()
           
 
Method Summary
 void handleQuery(MessageMessage mm)
          Handle the passed in message and generate whatever appropriate response should be made.
 
Methods inherited from class org.ka2ddo.yaac.pluginapi.AbstractQueryHandler
transmitReply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectRetransmitQueryHandler

public ObjectRetransmitQueryHandler()
Method Detail

handleQuery

public void handleQuery(MessageMessage mm)
Handle the passed in message and generate whatever appropriate response should be made.

Specified by:
handleQuery in class AbstractQueryHandler
Parameters:
mm - MessageMessage addressed explicitly to local station whose content begins with one of the prefixes specified by the subclass.