|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.management.configuration.MessageHandlerMapping
class MessageHandlerMapping
Message Handler mapping used for associating an opcode with a message handler.
Constructor Summary | |
---|---|
MessageHandlerMapping(Character opcode,
IMessageHandler handler)
Builds a new mapping with the given opcode and handler class. |
Method Summary | |
---|---|
(package private) IMessageHandler |
getMessageHandler()
Returns the message handler for this mapping. |
(package private) Character |
getOpcode()
Returns the opcode of this mapping. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
MessageHandlerMapping(Character opcode, IMessageHandler handler)
opcode
- the opcode.handlerClass
- the handler class.Method Detail |
---|
Character getOpcode()
IMessageHandler getMessageHandler()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |