Interface MailManagerFactory
- All Superinterfaces:
ManagerFactory<MailManager,MailManager.FactoryData>
- All Known Implementing Classes:
SmtpManager.SMTPManagerFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateManager(String name, MailManager.FactoryData data) Creates a Manager.
-
Method Details
-
createManager
Description copied from interface:ManagerFactoryCreates a Manager.- Specified by:
createManagerin interfaceManagerFactory<MailManager,MailManager.FactoryData> - Parameters:
name- The name of the entity to manage.data- The data required to create the entity.- Returns:
- A Manager for the entity.
-