edu.sdsc.inca.protocol
Class GetLog

java.lang.Object
  extended byedu.sdsc.inca.protocol.MessageHandler
      extended byedu.sdsc.inca.protocol.GetLog

public class GetLog
extends MessageHandler

Author:
Jim Hayes This command retrieves the server log file. Useful for server debugging.

Field Summary
 
Fields inherited from class edu.sdsc.inca.protocol.MessageHandler
logger
 
Constructor Summary
GetLog()
           
 
Method Summary
 void execute(ProtocolReader reader, ProtocolWriter writer)
          Execute should run the task using the reader and writer for in/output.
 
Methods inherited from class edu.sdsc.inca.protocol.MessageHandler
errorReply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetLog

public GetLog()
Method Detail

execute

public void execute(ProtocolReader reader,
                    ProtocolWriter writer)
             throws java.lang.Exception
Description copied from class: MessageHandler
Execute should run the task using the reader and writer for in/output. Close the reader and writer to indicate that the client connection should be closed.

Specified by:
execute in class MessageHandler
Throws:
java.lang.Exception