| Package | Description |
|---|---|
| org.apache.james.fetchmail | |
| org.apache.james.mailetcontainer.impl | |
| org.apache.james.queue.activemq | |
| org.apache.james.queue.file | |
| org.apache.james.queue.jms | |
| org.apache.james.queue.library | |
| org.apache.james.smtpserver | |
| org.apache.james.transport.mailets |
Core mailets for use with the Mailet API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FetchScheduler.setMailQueueFactory(MailQueueFactory queueFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
JamesMailSpooler.setMailQueueFactory(MailQueueFactory queueFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveMQMailQueueFactory
MailQueueFactory implementations which return
ActiveMQMailQueue instances |
| Modifier and Type | Class and Description |
|---|---|
class |
FileMailQueueFactory
MailQueueFactory implementation which returns FileMailQueue instances |
| Modifier and Type | Class and Description |
|---|---|
class |
JMSMailQueueFactory
MailQueueFactory implementation which use JMS |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMailQueueFactory
MailQueueFactory abstract base class which take care of register the
MailQueue implementations via JMX (if possible) |
| Modifier and Type | Method and Description |
|---|---|
void |
SendMailHandler.setMailQueueFactory(MailQueueFactory queueFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteDelivery.setMailQueueFactory(MailQueueFactory queueFactory) |
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.