org.apache.qpid.management.domain.handler.impl
Class ConfigurationMessageHandler
java.lang.Object
org.apache.qpid.management.domain.handler.base.BaseMessageHandler
org.apache.qpid.management.domain.handler.base.ContentIndicationMessageHandler
org.apache.qpid.management.domain.handler.impl.ConfigurationMessageHandler
- All Implemented Interfaces:
- IMessageHandler
public class ConfigurationMessageHandler
- extends ContentIndicationMessageHandler
Schema Response message handler.
This handler is responsible to process 'c'(opcode) messages sent by the management broker.
Method Summary |
protected void |
updateDomainModel(String packageName,
String className,
Binary classHash,
Binary objectId,
long timeStampOfCurrentSample,
long timeObjectWasCreated,
long timeObjectWasDeleted,
byte[] contentData)
Broker domain model is going to be updated with incoming configuration data. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationMessageHandler
public ConfigurationMessageHandler()
updateDomainModel
protected void updateDomainModel(String packageName,
String className,
Binary classHash,
Binary objectId,
long timeStampOfCurrentSample,
long timeObjectWasCreated,
long timeObjectWasDeleted,
byte[] contentData)
- Broker domain model is going to be updated with incoming configuration data.
- Specified by:
updateDomainModel
in class ContentIndicationMessageHandler
- Parameters:
packageName
- the name of the package.className
- the name of the class.objectId
- the object identifier.timeStampOfCurrentSample
- the timestamp of incoming data.timeObjectWasCreated
- time object was created.timeObjectWasDeleted
- time object was deleted.contentData
- object instance incoming data.
Licensed to the Apache Software Foundation