Uses of Class
com.sun.hk2.component.AbstractInhabitantImpl

Packages that use AbstractInhabitantImpl
com.sun.hk2.component   
org.jvnet.hk2.component   
org.jvnet.hk2.config   
org.jvnet.hk2.config.provider.internal   
org.jvnet.hk2.deprecated.internal   
 

Uses of AbstractInhabitantImpl in com.sun.hk2.component
 

Subclasses of AbstractInhabitantImpl in com.sun.hk2.component
 class AbstractCreatorImpl<T>
          Deprecated. 
 class AbstractCreatorInhabitantImpl<T>
          Deprecated. 
 class ConstructorCreator<T>
          Deprecated. 
 class EventPublishingInhabitant<T>
          Deprecated. 
 class ExistingSingletonInhabitant<T>
          Deprecated. 
 class LazyInhabitant<T>
          Deprecated. 
 class ScopedInhabitant<T>
          Deprecated. 
 

Uses of AbstractInhabitantImpl in org.jvnet.hk2.component
 

Methods in org.jvnet.hk2.component that return AbstractInhabitantImpl
 AbstractInhabitantImpl<?> InhabitantProviderInterceptor.visit(AbstractInhabitantImpl<?> inhabitant, String typeName, Set<String> indicies, Iterator<InhabitantProviderInterceptor> remainingInterceptors, InhabitantStore store)
          Deprecated. Called by the framework to either decorate the inhabitant, or even intercept and replace the created inhabitant.
 

Methods in org.jvnet.hk2.component with parameters of type AbstractInhabitantImpl
 AbstractInhabitantImpl<?> InhabitantProviderInterceptor.visit(AbstractInhabitantImpl<?> inhabitant, String typeName, Set<String> indicies, Iterator<InhabitantProviderInterceptor> remainingInterceptors, InhabitantStore store)
          Deprecated. Called by the framework to either decorate the inhabitant, or even intercept and replace the created inhabitant.
 

Uses of AbstractInhabitantImpl in org.jvnet.hk2.config
 

Subclasses of AbstractInhabitantImpl in org.jvnet.hk2.config
 class ConfigBean
          ConfigBean is the core implementation of the config beans.
 class Dom
          Inhabitant that loads configuration from XML.
 

Uses of AbstractInhabitantImpl in org.jvnet.hk2.config.provider.internal
 

Methods in org.jvnet.hk2.config.provider.internal that return AbstractInhabitantImpl
 AbstractInhabitantImpl<?> ConfigInhabitantProvider.visit(AbstractInhabitantImpl<?> i, String typeName, Set<String> indicies, Iterator<InhabitantProviderInterceptor> remainingInterceptors, InhabitantStore store)
           
 

Methods in org.jvnet.hk2.config.provider.internal with parameters of type AbstractInhabitantImpl
 AbstractInhabitantImpl<?> ConfigInhabitantProvider.visit(AbstractInhabitantImpl<?> i, String typeName, Set<String> indicies, Iterator<InhabitantProviderInterceptor> remainingInterceptors, InhabitantStore store)
           
 

Uses of AbstractInhabitantImpl in org.jvnet.hk2.deprecated.internal
 

Subclasses of AbstractInhabitantImpl in org.jvnet.hk2.deprecated.internal
 class CreatorImpl<T>
          Deprecated. 
 class InhabitantImpl<T>
          Deprecated. 
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.