Uses of Interface
org.glassfish.hk2.Binding

Packages that use Binding
org.glassfish.hk2   
 

Uses of Binding in org.glassfish.hk2
 

Methods in org.glassfish.hk2 that return types with arguments of type Binding
 java.util.Collection<Binding<?>> Services.getBindings()
          Retrieve the collection of all existing bindings in this as well as in parent service registries.
 java.util.Collection<Binding<?>> Services.getBindings(Descriptor descriptor)
          Retrieve the collection of existing bindings in this as well as in parent service registries that matches the Descriptor.
 java.util.Collection<Binding<?>> Services.getDeclaredBindings()
          Retrieve the collection of all existing bindings in this, and only this, service registry.
 java.util.Collection<Binding<?>> Services.getDeclaredBindings(Descriptor descriptor)
          Retrieve the collection of existing bindings in this, and only this, service registry that matches the Descriptor.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.