org.glassfish.hk2
Interface Services
- All Superinterfaces:
- Locator
@Contract
public interface Services
- extends Locator
Services is the registry for hk2 services. Services can be dynamically added to this instance or looked up.
getDefault
Services getDefault()
getServices
Services getServices(java.lang.String moduleName)
locate
Providers<?> locate(Descriptor descriptor)
bindDynamically
DynamicBinderFactory bindDynamically()
getBindings
java.util.Collection<BindingEntry> getBindings()
getBindings
java.util.Collection<BindingEntry> getBindings(Descriptor descriptor)
Copyright © 2011 Oracle Corporation. All Rights Reserved.