org.apache.james.imap.message.request.imap4rev1
Class SelectRequest

java.lang.Object
  extended by org.apache.james.api.imap.AbstractLogEnabled
      extended by org.apache.james.imap.message.request.imap4rev1.AbstractImapRequest
          extended by org.apache.james.imap.message.request.imap4rev1.AbstractMailboxSelectionRequest
              extended by org.apache.james.imap.message.request.imap4rev1.SelectRequest
All Implemented Interfaces:
ImapMessage, ImapRequest

public class SelectRequest
extends AbstractMailboxSelectionRequest


Constructor Summary
SelectRequest(ImapCommand command, java.lang.String mailboxName, java.lang.String tag)
           
 
Method Summary
 
Methods inherited from class org.apache.james.imap.message.request.imap4rev1.AbstractMailboxSelectionRequest
getMailboxName
 
Methods inherited from class org.apache.james.imap.message.request.imap4rev1.AbstractImapRequest
getCommand, getTag
 
Methods inherited from class org.apache.james.api.imap.AbstractLogEnabled
getLog, setLog, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectRequest

public SelectRequest(ImapCommand command,
                     java.lang.String mailboxName,
                     java.lang.String tag)


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.