| Package | Description |
|---|---|
| org.apache.james.mailbox.hbase | |
| org.apache.james.mailbox.jcr | |
| org.apache.james.mailbox.jpa | |
| org.apache.james.mailbox.jpa.openjpa | |
| org.apache.james.mailbox.store |
| Modifier and Type | Class and Description |
|---|---|
class |
HBaseMessageManager
HBase implementation of MessageManager.
|
| Modifier and Type | Method and Description |
|---|---|
protected StoreMessageManager<UUID> |
HBaseMailboxManager.createMessageManager(Mailbox<UUID> mailboxRow,
MailboxSession session) |
| Modifier and Type | Class and Description |
|---|---|
class |
JCRMessageManager
JCR implementation of a
MessageManager |
| Modifier and Type | Method and Description |
|---|---|
protected StoreMessageManager<String> |
JCRMailboxManager.createMessageManager(Mailbox<String> mailboxEntity,
MailboxSession session) |
| Modifier and Type | Class and Description |
|---|---|
class |
JPAMessageManager
Abstract base class which should be used from JPA implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenJPAMessageManager
OpenJPA implementation of Mailbox
|
| Modifier and Type | Method and Description |
|---|---|
protected StoreMessageManager<Long> |
OpenJPAMailboxManager.createMessageManager(Mailbox<Long> mailboxRow,
MailboxSession session) |
| Modifier and Type | Method and Description |
|---|---|
protected StoreMessageManager<Id> |
StoreMailboxManager.createMessageManager(Mailbox<Id> mailbox,
MailboxSession session)
Create a
MailboxManager for the given Mailbox. |
| Modifier and Type | Method and Description |
|---|---|
List<MessageRange> |
StoreMessageManager.copyTo(MessageRange set,
StoreMessageManager<Id> toMailbox,
MailboxSession session)
Copy the
MessageRange to the StoreMessageManager |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.