org.apache.qpid.management.domain.handler.impl
Class HeartBeatIndicationMessageHandler

java.lang.Object
  extended by org.apache.qpid.management.domain.handler.base.BaseMessageHandler
      extended by org.apache.qpid.management.domain.handler.impl.HeartBeatIndicationMessageHandler
All Implemented Interfaces:
IMessageHandler

public class HeartBeatIndicationMessageHandler
extends BaseMessageHandler

This is the handler responsible for processing the heartbeat indication response messages. At the moment it simply updates the last refresh update timestamp of the domain model.


Field Summary
 
Fields inherited from class org.apache.qpid.management.domain.handler.base.BaseMessageHandler
_domainModel, _logger
 
Constructor Summary
HeartBeatIndicationMessageHandler()
           
 
Method Summary
 void process(org.apache.qpid.transport.codec.Decoder decoder, int sequenceNumber)
          Processes the (incoming) stream message.
 
Methods inherited from class org.apache.qpid.management.domain.handler.base.BaseMessageHandler
setDomainModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeartBeatIndicationMessageHandler

public HeartBeatIndicationMessageHandler()
Method Detail

process

public void process(org.apache.qpid.transport.codec.Decoder decoder,
                    int sequenceNumber)
Description copied from interface: IMessageHandler
Processes the (incoming) stream message. Note that the main controller (the component that is controlling this handler) has already read the magic number and the sequence number so here concrete implementors must start from that point (that is, just after the sequence number).

Parameters:
decoder - the stream decoder.
sequenceNumber - the sequence number of the message.


Licensed to the Apache Software Foundation