public class DefaultFactory<S extends Service> extends Object implements Factory<S>
DefaultFactory(Class<S> klass)
S
create()
String
getName()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DefaultFactory(Class<S> klass)
public S create()
create
Factory<S extends Service>
public String getName()
getName
Copyright © 2014. All rights reserved.