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

java.lang.Object
  extended by org.apache.geronimo.gshell.whisper.message.MessageHandlerSupport<T>
      extended by org.apache.geronimo.gshell.remote.server.handler.ServerMessageHandlerSupport<ExecuteMessage>
          extended by org.apache.geronimo.gshell.remote.server.handler.ExecuteHandler
All Implemented Interfaces:
ServerMessageHandler<ExecuteMessage>, org.apache.mina.handler.demux.MessageHandler<ExecuteMessage>

@Component(role=ServerMessageHandler.class,
           hint="execute")
public class ExecuteHandler
extends ServerMessageHandlerSupport<ExecuteMessage>

???

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
ExecuteHandler()
           
 
Method Summary
 void handle(org.apache.mina.common.IoSession session, ServerSessionContext context, ExecuteMessage message)
           
 
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

ExecuteHandler

public ExecuteHandler()
Method Detail

handle

public void handle(org.apache.mina.common.IoSession session,
                   ServerSessionContext context,
                   ExecuteMessage message)
            throws Exception
Throws:
Exception


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