Package | Description |
---|---|
mireka.transmission.queue |
Contains a file system based queue implementation.
|
mireka.transmission.queuing |
Provides a reliable, queuing
Transmitter
implementation. |
Class and Description |
---|
FileDirStore
FileDirStore stores scheduled mails in the file system in a single directory.
|
MailProcessor
A MailProcessor object is responsible to process the mail which has come to the
head of a queue.
|
MailProcessorFactory |
QueueStorageException
Signals that a mail cannot be stored, moved or accepted because of a local
error.
|
TransmitterSummaryMBean
JMX interface definition for
TransmitterSummary . |
Class and Description |
---|
MailProcessor
A MailProcessor object is responsible to process the mail which has come to the
head of a queue.
|
MailProcessorFactory |
QueueStorageException
Signals that a mail cannot be stored, moved or accepted because of a local
error.
|
ScheduleFileDirQueue
This mail queue, working with a mail store, passes the mails to a mail
processors according to the schedule.
|
TransmitterSummary
TransmitterSummary holds and publishes statistics data about the mail
transactions of a
QueuingTransmitter . |