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.


Method Summary
 DynamicBinderFactory bindDynamically()
           
 java.util.Collection<BindingEntry> getBindings()
           
 java.util.Collection<BindingEntry> getBindings(Descriptor descriptor)
           
 Services getDefault()
           
 Services getServices(java.lang.String moduleName)
           
 Providers<?> locate(Descriptor descriptor)
           
 
Methods inherited from interface org.glassfish.hk2.Locator
byType, byType, forContract
 

Method Detail

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.