Package mireka.pop.store
Class MaildropRepository
- Object
-
- mireka.pop.store.MaildropRepository
-
public class MaildropRepository extends ObjectMaildropRepository 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 Summary
Constructors Constructor Description MaildropRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MaildropborrowMaildrop(String maildropName)voidreleaseMaildrop(Maildrop maildrop)voidsetDir(String dir)
-