Class ServerCommon.MessageReciever
java.lang.Object
org.jboss.remotingjmx.protocol.v2.ServerCommon.MessageReciever
- All Implemented Interfaces:
org.jboss.remoting3.Channel.Receiver
- Enclosing class:
- ServerCommon
protected class ServerCommon.MessageReciever
extends Object
implements org.jboss.remoting3.Channel.Receiver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEnd(org.jboss.remoting3.Channel channel) voidhandleError(org.jboss.remoting3.Channel channel, IOException error) voidhandleMessage(org.jboss.remoting3.Channel channel, org.jboss.remoting3.MessageInputStream message)
-
Constructor Details
-
MessageReciever
protected MessageReciever()
-
-
Method Details
-
handleMessage
public void handleMessage(org.jboss.remoting3.Channel channel, org.jboss.remoting3.MessageInputStream message) - Specified by:
handleMessagein interfaceorg.jboss.remoting3.Channel.Receiver
-
handleError
- Specified by:
handleErrorin interfaceorg.jboss.remoting3.Channel.Receiver
-
handleEnd
public void handleEnd(org.jboss.remoting3.Channel channel) - Specified by:
handleEndin interfaceorg.jboss.remoting3.Channel.Receiver
-