org.apache.james.pop3server
Class RsetCmdHandler

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.james.pop3server.RsetCmdHandler
All Implemented Interfaces:
org.apache.avalon.framework.logger.LogEnabled, CommandHandler

public class RsetCmdHandler
extends org.apache.avalon.framework.logger.AbstractLogEnabled
implements CommandHandler

Handles RSET command


Constructor Summary
RsetCmdHandler()
           
 
Method Summary
 void onCommand(POP3Session session)
           
static void stat(POP3Session session, org.apache.avalon.framework.logger.Logger logger)
          Implements a "stat".
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RsetCmdHandler

public RsetCmdHandler()
Method Detail

onCommand

public void onCommand(POP3Session session)
Specified by:
onCommand in interface CommandHandler
See Also:
CommandHandler.onCommand(POP3Session)

stat

public static void stat(POP3Session session,
                        org.apache.avalon.framework.logger.Logger logger)
Implements a "stat". If the handler is currently in a transaction state, this amounts to a rollback of the mailbox contents to the beginning of the transaction. This method is also called when first entering the transaction state to initialize the handler copies of the user inbox.



Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.