org.apache.qpid.management.domain.handler.impl
Class HeartBeatIndicationMessageHandler
java.lang.Object
org.apache.qpid.management.domain.handler.base.BaseMessageHandler
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.
Method Summary |
void |
process(org.apache.qpid.transport.codec.Decoder decoder,
int sequenceNumber)
Processes the (incoming) stream message. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HeartBeatIndicationMessageHandler
public HeartBeatIndicationMessageHandler()
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