org.apache.geronimo.gshell.remote.server.handler
Class LoginHandler

java.lang.Object
  extended by org.apache.geronimo.gshell.whisper.message.MessageHandlerSupport<T>
      extended by org.apache.geronimo.gshell.remote.server.handler.ServerMessageHandlerSupport<LoginMessage>
          extended by org.apache.geronimo.gshell.remote.server.handler.LoginHandler
All Implemented Interfaces:
ServerMessageHandler<LoginMessage>, org.apache.mina.handler.demux.MessageHandler<LoginMessage>, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable

@Component(role=ServerMessageHandler.class,
           hint="login")
public class LoginHandler
extends ServerMessageHandlerSupport<LoginMessage>
implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable

???

Version:
$Rev: 580731 $ $Date: 2007-09-30 07:52:42 -0700 (Sun, 30 Sep 2007) $

Field Summary
 
Fields inherited from class org.apache.geronimo.gshell.whisper.message.MessageHandlerSupport
log
 
Fields inherited from interface org.apache.mina.handler.demux.MessageHandler
NOOP
 
Constructor Summary
LoginHandler()
           
 
Method Summary
 void handle(org.apache.mina.common.IoSession session, ServerSessionContext context, LoginMessage message)
           
 void initialize()
           
 
Methods inherited from class org.apache.geronimo.gshell.remote.server.handler.ServerMessageHandlerSupport
messageReceived
 
Methods inherited from class org.apache.geronimo.gshell.whisper.message.MessageHandlerSupport
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.geronimo.gshell.whisper.message.MessageHandler
getType
 

Constructor Detail

LoginHandler

public LoginHandler()
Method Detail

initialize

public void initialize()
                throws org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException
Specified by:
initialize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
Throws:
org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException

handle

public void handle(org.apache.mina.common.IoSession session,
                   ServerSessionContext context,
                   LoginMessage message)
            throws Exception
Specified by:
handle in interface ServerMessageHandler<LoginMessage>
Throws:
Exception


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.