Package org.jboss.as.protocol.mgmt
Interface ManagementMessageHandler
- All Known Implementing Classes:
AbstractMessageHandler,ManagementChannelHandler
public interface ManagementMessageHandler
Interface implemented by classes able to handle a management protocol message
coming in from a JBoss Remoting
Channel.- Author:
- Emanuel Muckenhuber
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleMessage(org.jboss.remoting3.Channel channel, DataInput input, ManagementProtocolHeader header) Handle a message on the channel.
-
Method Details
-
handleMessage
void handleMessage(org.jboss.remoting3.Channel channel, DataInput input, ManagementProtocolHeader header) Handle a message on the channel.- Parameters:
channel- the channelinput- the data inputheader- the header
-