public class ManagerFactory extends java.lang.Object implements Service
ManagerFactory()
<M extends Manager>M
create(java.lang.Class<M> type)
void
destroy()
init(Config config)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ManagerFactory()
public void init(Config config)
init
Service
public void destroy()
destroy
public <M extends Manager> M create(java.lang.Class<M> type)