Uses of Interface
org.glassfish.hk2.api.Injectee

Packages that use Injectee
org.glassfish.hk2.api   
org.glassfish.hk2.utilities   
 

Uses of Injectee in org.glassfish.hk2.api
 

Methods in org.glassfish.hk2.api that return types with arguments of type Injectee
 List<Injectee> ActiveDescriptor.getInjectees()
          Returns the full list of Injectees this class has.
 

Methods in org.glassfish.hk2.api with parameters of type Injectee
 void ErrorService.failureToReify(ActiveDescriptor<?> descriptor, Injectee injectee, MultiException me)
          This method is called if an ActiveDescriptor fails to reify properly during a lookup operation.
 ActiveDescriptor<?> ServiceLocator.getInjecteeDescriptor(Injectee injectee)
          This method will first find a descriptor for this injectee, and then reify that descriptor.
<T> ServiceHandle<T>
ServiceLocator.getServiceHandle(ActiveDescriptor<T> activeDescriptor, Injectee injectee)
          Gets a service handle that can be used to get and destroy the returned service.
 boolean JustInTimeInjectionResolver.justInTimeResolution(Injectee failedInjectionPoint)
          This method will be called whenever an injection point cannot be resolved.
 ActiveDescriptor<?> ServiceLocator.reifyDescriptor(Descriptor descriptor, Injectee injectee)
          Converts a descriptor to an ActiveDescriptor.
 Object InjectionResolver.resolve(Injectee injectee, ServiceHandle<?> root)
          This method will return the object that should be injected into the given injection point.
 boolean Validator.validate(Operation operation, ActiveDescriptor<?> candidate, Injectee injectee)
          This method is called whenever it has been determined that a validating class is to be injected into an injection point, or when a descriptor is being looked up explicitly with the API, or a descriptor is being bound or unbound into the registry.
 

Uses of Injectee in org.glassfish.hk2.utilities
 

Methods in org.glassfish.hk2.utilities that return types with arguments of type Injectee
 List<Injectee> AbstractActiveDescriptor.getInjectees()
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.