Interface ManagerFactory<M,T>
- Type Parameters:
M- The Manager type.T- The Factory data type.
- All Known Subinterfaces:
MailManagerFactory
- All Known Implementing Classes:
SmtpManager.SMTPManagerFactory, TcpSocketManager.TcpSocketManagerFactory
public interface ManagerFactory<M,T>
Creates Manager objects.
-
Method Summary
-
Method Details
-
createManager
-