Uses of Interface
org.glassfish.hk2.Provider

Packages that use Provider
org.glassfish.hk2   
 

Uses of Provider in org.glassfish.hk2
 

Subinterfaces of Provider in org.glassfish.hk2
 interface ManagedComponentProvider<T>
          A ManagedComponentProvider is one in which its backing component that it provides can either be in an active or inactive state.
 

Methods in org.glassfish.hk2 that return Provider
 Provider<T> Providers.getProvider()
          Return the "best" Provider from the collection that matches current criteria.
 Provider<T> Binding.getProvider(Context ctx)
          Return a Provider optionally providing contextual information for how the component provider will be used (e.g., for contextual injection, etc).
 

Methods in org.glassfish.hk2 that return types with arguments of type Provider
 java.util.Collection<Provider<T>> Providers.all()
          Return all applicable Providers.
 

Methods in org.glassfish.hk2 with parameters of type Provider
<T> T
ScopeInstance.get(Provider<T> provider)
          Retrieves a stored inhabitant if present in the storage bag.
<T> T
ScopeInstance.put(Provider<T> provider, T value)
          Stores a inhabitant component instance.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.