Class AbstractImapFolder.CommandCallback<T>

java.lang.Object
org.alfresco.repo.imap.AbstractImapFolder.CommandCallback<T>
Enclosing class:
AbstractImapFolder

protected abstract class AbstractImapFolder.CommandCallback<T> extends Object
  • Constructor Details

    • CommandCallback

      protected CommandCallback()
  • Method Details

    • command

      public abstract T command() throws Throwable
      Throws:
      Throwable
    • runFeedback

      public T runFeedback() throws com.icegreen.greenmail.store.FolderException
      Throws:
      com.icegreen.greenmail.store.FolderException
    • runFeedback

      public T runFeedback(boolean readOnly) throws com.icegreen.greenmail.store.FolderException
      Throws:
      com.icegreen.greenmail.store.FolderException
    • run

      public T run()
    • run

      public T run(boolean readOnly)