Uses of Class
org.abstracthorizon.mercury.common.command.CommandException

Packages that use CommandException
org.abstracthorizon.mercury.common.command   
org.abstracthorizon.mercury.imap   
org.abstracthorizon.mercury.imap.cmd   
org.abstracthorizon.mercury.smtp.command   
org.abstracthorizon.mercury.smtp.exception   
org.abstracthorizon.mercury.smtp.filter   
org.abstracthorizon.mercury.smtp.filter.quiet   
 

Uses of CommandException in org.abstracthorizon.mercury.common.command
 

Methods in org.abstracthorizon.mercury.common.command that throw CommandException
 void Command.init(org.abstracthorizon.danube.service.server.SocketConnection connection)
          Initialises command by setting the connection
 

Uses of CommandException in org.abstracthorizon.mercury.imap
 

Subclasses of CommandException in org.abstracthorizon.mercury.imap
 class BADCommandException
          Bad command exception implementation.
 class IMAPCommandException
          Exceptions thrown by IMAP commands.
 class NOCommandException
          Exception for NO IMAP commands errors.
 

Uses of CommandException in org.abstracthorizon.mercury.imap.cmd
 

Subclasses of CommandException in org.abstracthorizon.mercury.imap.cmd
 class MissingMailbox
          A class representing NOCommand exception in case when mailbox is missing
 

Methods in org.abstracthorizon.mercury.imap.cmd that throw CommandException
protected  void UID.execute(IMAPSession session)
          Executes the command
protected  void Idle.execute(IMAPSession session)
          Executes the command
protected  void Fetch.execute(IMAPSession session)
          Executes the command
protected  void Authenticate.execute(IMAPSession session)
          Executes the command
protected  void Create.execute(IMAPSession session)
          Executes the command
protected  void Login.execute(IMAPSession session)
          Executes the command
protected  void Select.execute(IMAPSession session)
          Executes the command
protected  void Rename.execute(IMAPSession session)
          Executes the command
protected  void LSub.execute(IMAPSession session)
          Executes the command
protected  void Copy.execute(IMAPSession session)
          Executes the command
protected  void Search.execute(IMAPSession session)
          Executes the command
protected  void Logout.execute(IMAPSession session)
          Executes the command
protected  void StartTLS.execute(IMAPSession session)
          Executes the command
protected  void Examine.execute(IMAPSession session)
          Executes the command
protected  void Partial.execute(IMAPSession session)
          Executes the command
protected  void Store.execute(IMAPSession session)
          Executes the command
protected  void Status.execute(IMAPSession session)
          Executes the command
protected  void Delete.execute(IMAPSession session)
          Executes the command
protected  void Unsubscribe.execute(IMAPSession session)
          Executes the command
 void Append.execute(IMAPSession session)
          Executes method
protected  void NOOP.execute(IMAPSession session)
          Executes the command
protected  void Subscribe.execute(IMAPSession session)
          Executes the command
protected  void IMAPCommand.execute(IMAPSession session)
          Executes the command.
 org.abstracthorizon.danube.connection.ConnectionHandler IMAPCommandFactory.getCommand(String mnemonic)
          Returns requested command
 

Uses of CommandException in org.abstracthorizon.mercury.smtp.command
 

Methods in org.abstracthorizon.mercury.smtp.command that throw CommandException
protected  void ResetCommand.execute(SMTPSession connection)
          Executed the command
protected  void NoopCommand.execute(SMTPSession connection)
          Executed the command
protected  void EhloCommand.execute(SMTPSession connection)
          Executed the command
protected  void QuitCommand.execute(SMTPSession connection)
          Executed the command
protected  void NotImplementedCommand.execute(SMTPSession connection)
          Executed the command
protected  void DataCommand.execute(SMTPSession connection)
          Executed the command
protected  void MailCommand.execute(SMTPSession connection)
          Executed the command
protected  void RcptCommand.execute(SMTPSession connection)
          Executed the command
protected abstract  void SMTPCommand.execute(SMTPSession connection)
          Executed the command
 SMTPCommand SMTPCommandFactory.getCommand(String mnemonic)
          Returns a command from the map of commands
protected  boolean DataCommand.precheck(SMTPSession connection)
          Returns true in case it is ok with proceeding with the reading input stream.
protected  void EhloCommand.readExtraParameters(SMTPSession connection, SMTPScanner scanner)
          Obtains extra parameters.
protected  void DataCommand.readExtraParameters(SMTPSession connection, SMTPScanner scanner)
          Obtains extra parameters.
protected  void MailCommand.readExtraParameters(SMTPSession connection, SMTPScanner scanner)
          Obtains extra parameters.
protected  void RcptCommand.readExtraParameters(SMTPSession connection, SMTPScanner scanner)
          Obtains extra parameters.
 

Uses of CommandException in org.abstracthorizon.mercury.smtp.exception
 

Subclasses of CommandException in org.abstracthorizon.mercury.smtp.exception
 class ParserException
          Parser exception
 class SMTPCommandException
          Exceptions thrown by IMAP commands.
 

Uses of CommandException in org.abstracthorizon.mercury.smtp.filter
 

Methods in org.abstracthorizon.mercury.smtp.filter that throw CommandException
protected  boolean FilterDataCommand.precheck(SMTPSession session)
          Returns true in case it is ok with proceeding with the reading input stream.
 

Uses of CommandException in org.abstracthorizon.mercury.smtp.filter.quiet
 

Methods in org.abstracthorizon.mercury.smtp.filter.quiet that throw CommandException
protected  boolean QuietFilterDataCommand.precheck(SMTPSession session)
          Returns true in case it i s ok with proceeding with the reading input stream.
 



Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.