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 Modifier Constructor Description protectedMessageReciever()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleEnd(org.jboss.remoting3.Channel channel)voidhandleError(org.jboss.remoting3.Channel channel, IOException error)voidhandleMessage(org.jboss.remoting3.Channel channel, org.jboss.remoting3.MessageInputStream message)
-
-
-
Method Detail
-
handleMessage
public void handleMessage(org.jboss.remoting3.Channel channel, org.jboss.remoting3.MessageInputStream message)- Specified by:
handleMessagein interfaceorg.jboss.remoting3.Channel.Receiver
-
handleError
public void handleError(org.jboss.remoting3.Channel channel, IOException error)- 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
-
-