Package org.alfresco.repo.imap
Class AbstractImapFolder.CommandCallback<T>
- java.lang.Object
-
- org.alfresco.repo.imap.AbstractImapFolder.CommandCallback<T>
-
- Enclosing class:
- AbstractImapFolder
protected abstract class AbstractImapFolder.CommandCallback<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCommandCallback()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Tcommand()Trun()Trun(boolean readOnly)TrunFeedback()TrunFeedback(boolean readOnly)
-
-
-
Method Detail
-
command
public abstract T command() throws java.lang.Throwable
- Throws:
java.lang.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)
-
-