Uses of Interface
org.apache.qpid.management.domain.handler.base.IMessageHandler

Packages that use IMessageHandler
org.apache.qpid.management.configuration   
org.apache.qpid.management.domain.handler.base   
org.apache.qpid.management.domain.handler.impl   
org.apache.qpid.management.domain.services   
 

Uses of IMessageHandler in org.apache.qpid.management.configuration
 

Fields in org.apache.qpid.management.configuration with type parameters of type IMessageHandler
(package private)  Map<Character,IMessageHandler> Configuration._managementQueueHandlers
           
(package private)  Map<Character,IMessageHandler> Configuration._methodReplyQueueHandlers
           
 

Methods in org.apache.qpid.management.configuration that return IMessageHandler
(package private)  IMessageHandler MessageHandlerMapping.getMessageHandler()
          Returns the message handler for this mapping.
 

Methods in org.apache.qpid.management.configuration that return types with arguments of type IMessageHandler
 Map<Character,IMessageHandler> Configuration.getManagementQueueHandlers()
          Returns a map containing all the configured management message handlers.
 Map<Character,IMessageHandler> Configuration.getMethodReplyQueueHandlers()
          Returns a map containing all the configured method-reply message handlers.
 

Constructors in org.apache.qpid.management.configuration with parameters of type IMessageHandler
MessageHandlerMapping(Character opcode, IMessageHandler handler)
          Builds a new mapping with the given opcode and handler class.
 

Uses of IMessageHandler in org.apache.qpid.management.domain.handler.base
 

Classes in org.apache.qpid.management.domain.handler.base that implement IMessageHandler
 class BaseMessageHandler
          Base class for all message handlers.
 class ContentIndicationMessageHandler
          Base class for content indication message handlers.
 

Uses of IMessageHandler in org.apache.qpid.management.domain.handler.impl
 

Classes in org.apache.qpid.management.domain.handler.impl that implement IMessageHandler
 class ConfigurationMessageHandler
          Schema Response message handler.
 class EventContentMessageHandler
          Base class for content indication message handlers.
 class HeartBeatIndicationMessageHandler
          This is the handler responsible for processing the heartbeat indication response messages.
 class InstrumentationMessageHandler
          Schema Response message handler.
 class MethodResponseMessageHandler
          Message handler for method response messages.
 class SchemaResponseMessageHandler
          Schema Response message handler.
 

Uses of IMessageHandler in org.apache.qpid.management.domain.services
 

Fields in org.apache.qpid.management.domain.services with type parameters of type IMessageHandler
(package private)  Map<Character,IMessageHandler> BrokerMessageListener._handlers
           
 

Method parameters in org.apache.qpid.management.domain.services with type arguments of type IMessageHandler
(package private)  void BrokerMessageListener.setHandlers(Map<Character,IMessageHandler> handlers)
          Configures a new handler with this listener.
 



Licensed to the Apache Software Foundation