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
 Collection<Binding<?>> Services.getBindings()
          Retrieve the collection of all registered bindings in this instance as well as in the parent service instance(s).
 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.
 Collection<Binding<?>> Services.getDeclaredBindings()
          Retrieve the collection of all registered bindings in this, and only this, Services instance.
 Collection<Binding<?>> Services.getDeclaredBindings(Descriptor descriptor)
          Retrieve the collection of registered bindings in this, and only this, Services instance that match the Descriptor argument.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.