org.apache.james.mailbox.jpa.openjpa
Class OpenJPAMailboxManager
java.lang.Object
org.apache.james.mailbox.store.StoreMailboxManager<Long>
org.apache.james.mailbox.jpa.JPAMailboxManager
org.apache.james.mailbox.jpa.openjpa.OpenJPAMailboxManager
- All Implemented Interfaces:
- MailboxListenerSupport, MailboxManager, RequestAware
public class OpenJPAMailboxManager
- extends JPAMailboxManager
OpenJPA implementation of MailboxManager
| Methods inherited from class org.apache.james.mailbox.store.StoreMailboxManager |
addGlobalListener, addListener, copyMessages, createMailbox, createSystemSession, deleteMailbox, endProcessingRequest, getDelegationListener, getDelimiter, getLog, getMailbox, init, list, login, logout, mailboxExists, randomId, randomUidValidity, renameMailbox, search, setDelegatingMailboxListener, setLog, startProcessingRequest |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenJPAMailboxManager
public OpenJPAMailboxManager(JPAMailboxSessionMapperFactory mapperFactory,
Authenticator authenticator,
UidProvider<Long> uidProvider,
MailboxPathLocker locker,
boolean useStreaming)
OpenJPAMailboxManager
public OpenJPAMailboxManager(JPAMailboxSessionMapperFactory mapperFactory,
Authenticator authenticator,
UidProvider<Long> uidProvider)
createMessageManager
protected StoreMessageManager<Long> createMessageManager(UidProvider<Long> uidProvider,
MailboxEventDispatcher dispatcher,
Mailbox<Long> mailboxRow,
MailboxSession session)
throws MailboxException
- Specified by:
createMessageManager in class StoreMailboxManager<Long>
- Throws:
MailboxException
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.