org.abstracthorizon.mercury.imap.cmd
Class NOOP
java.lang.Object
org.abstracthorizon.mercury.imap.cmd.IMAPCommand
org.abstracthorizon.mercury.imap.cmd.NOOP
- All Implemented Interfaces:
- org.abstracthorizon.danube.connection.ConnectionHandler
- Direct Known Subclasses:
- Check, Idle
public class NOOP
- extends IMAPCommand
NOOP IMAP command
- Author:
- Daniel Sendula
Constructor Summary |
NOOP(String mnemonic)
Constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NOOP
public NOOP(String mnemonic)
- Constructor
- Parameters:
mnemonic
- mnemonic
execute
protected void execute(IMAPSession session)
throws CommandException,
ParserException,
IOException
- Executes the command
- Overrides:
execute
in class IMAPCommand
- Parameters:
session
-
- Throws:
ParserException
MessagingException
CommandException
IOException
Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.