Uses of Class
mireka.transmission.LocalMailSystemException
-
Packages that use LocalMailSystemException Package Description mireka.pop.store Provies a file system based POP3 maildrop implementation.mireka.transmission Provides the reliable transmission service API and the correspondingTransmitterDestinationdestination.mireka.transmission.queue Contains a file system based queue implementation.mireka.transmission.queuing Provides a reliable, queuingTransmitterimplementation. -
-
Uses of LocalMailSystemException in mireka.pop.store
Methods in mireka.pop.store that throw LocalMailSystemException Modifier and Type Method Description MaildropAppenderMaildrop. allocateAppender()voidMaildropAppender. commit()It closes the output stream, adds the mail to the maildrop and releases the appender.java.io.OutputStreamMaildropAppender. getOutputStream()Returns an output stream into which the mail must be written. -
Uses of LocalMailSystemException in mireka.transmission
Methods in mireka.transmission that throw LocalMailSystemException Modifier and Type Method Description voidTransmitter. transmit(Mail mail)Sends mail asynchronously. -
Uses of LocalMailSystemException in mireka.transmission.queue
Subclasses of LocalMailSystemException in mireka.transmission.queue Modifier and Type Class Description classQueueStorageExceptionSignals that a mail cannot be stored, moved or accepted because of a local error.Methods in mireka.transmission.queue that throw LocalMailSystemException Modifier and Type Method Description voidMailProcessor. run()It is called to process the mail for which this instance is responsible. -
Uses of LocalMailSystemException in mireka.transmission.queuing
Methods in mireka.transmission.queuing that throw LocalMailSystemException Modifier and Type Method Description voidRetryPolicy. actOnEntireMailFailure(Mail mail, SendException exception)voidRetryPolicy. actOnPostponeRequired(Mail mail, PostponeException e)voidRetryPolicy. actOnRecipientsWereRejected(Mail mail, RecipientsWereRejectedException exception)
-