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 Type
    Method
    Description
    void
    handleMessage(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 channel
      input - the data input
      header - the header