Class MaildropRepository


  • public class MaildropRepository
    extends Object
    MaildropRepository represents a collection of maildrops within the same file system directory, it maintains a list of the currently used maildrops in order to make possible the synchronization of access to a maildrop.
    • Constructor Detail

      • MaildropRepository

        public MaildropRepository()
    • Method Detail

      • borrowMaildrop

        public Maildrop borrowMaildrop​(String maildropName)
      • releaseMaildrop

        public void releaseMaildrop​(Maildrop maildrop)
      • setDir

        public void setDir​(String dir)
        Category:
        GETSET