org.commonreality.participant.impl.handlers
Class ConnectionHandler

java.lang.Object
  extended by org.commonreality.participant.impl.handlers.ConnectionHandler
All Implemented Interfaces:
org.apache.mina.handler.demux.MessageHandler

public class ConnectionHandler
extends java.lang.Object
implements org.apache.mina.handler.demux.MessageHandler

Author:
developer

Field Summary
 
Fields inherited from interface org.apache.mina.handler.demux.MessageHandler
NOOP
 
Constructor Summary
ConnectionHandler(AbstractParticipant participant)
           
 
Method Summary
 void messageReceived(org.apache.mina.common.IoSession arg0, java.lang.Object arg1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionHandler

public ConnectionHandler(AbstractParticipant participant)
Method Detail

messageReceived

public void messageReceived(org.apache.mina.common.IoSession arg0,
                            java.lang.Object arg1)
                     throws java.lang.Exception
Specified by:
messageReceived in interface org.apache.mina.handler.demux.MessageHandler
Throws:
java.lang.Exception
See Also:
MessageHandler.messageReceived(org.apache.mina.common.IoSession, java.lang.Object)