| Package | Description |
|---|---|
| org.apache.james.mailbox.inmemory.mail | |
| org.apache.james.mailbox.store.transaction |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
InMemoryMailboxMapper.execute(Mapper.Transaction<T> transaction) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Mapper.VoidTransaction |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
NonTransactionalMapper.execute(Mapper.Transaction<T> transaction) |
<T> T |
TransactionalMapper.execute(Mapper.Transaction<T> transaction) |
<T> T |
Mapper.execute(Mapper.Transaction<T> transaction)
Execute the given Transaction
|
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.