Uses of Interface
org.glassfish.hk2.Descriptor

Packages that use Descriptor
org.glassfish.hk2   
 

Uses of Descriptor in org.glassfish.hk2
 

Methods in org.glassfish.hk2 that return Descriptor
 Descriptor Provider.getDescriptor()
          The Descriptor fully characterizes the attributes of this Provider.
 

Methods in org.glassfish.hk2 with parameters of type Descriptor
 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(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.