|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.mailbox.store.StoreMailboxManager<java.lang.Long>
org.apache.james.mailbox.jpa.JPAMailboxManager
public abstract class JPAMailboxManager
JPA implementation of StoreMailboxManager
| Field Summary |
|---|
| Fields inherited from class org.apache.james.mailbox.store.StoreMailboxManager |
|---|
mailboxSessionMapperFactory, SQL_WILDCARD_CHAR |
| Constructor Summary | |
|---|---|
JPAMailboxManager(JPAMailboxSessionMapperFactory mailboxSessionMapperFactory,
Authenticator authenticator)
|
|
| Method Summary | |
|---|---|
void |
deleteEverything(MailboxSession mailboxSession)
Delete all mailboxes |
protected Mailbox<java.lang.Long> |
doCreateMailbox(MailboxPath path,
MailboxSession session)
|
| Methods inherited from class org.apache.james.mailbox.store.StoreMailboxManager |
|---|
addListener, copyMessages, createMailbox, createMessageManager, createSystemSession, deleteMailbox, endProcessingRequest, getDelimiter, getLog, getMailbox, login, logout, mailboxExists, randomId, randomUidValidity, renameMailbox, search, setLog, startProcessingRequest |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JPAMailboxManager(JPAMailboxSessionMapperFactory mailboxSessionMapperFactory,
Authenticator authenticator)
| Method Detail |
|---|
protected Mailbox<java.lang.Long> doCreateMailbox(MailboxPath path,
MailboxSession session)
throws MailboxException
doCreateMailbox in class StoreMailboxManager<java.lang.Long>MailboxException
public void deleteEverything(MailboxSession mailboxSession)
throws MailboxException
maibloxSession -
MailboxException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||