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

Packages that use AbstractInhabitantImpl
com.sun.hk2.component Dependency injection implementation for HK2. 
 

Uses of AbstractInhabitantImpl in com.sun.hk2.component
 

Subclasses of AbstractInhabitantImpl in com.sun.hk2.component
 class AbstractCreatorImpl<T>
           
 class ConstructorCreator<T>
          Creates an object from its constructor.
 class ConstructorWomb<T>
          Deprecated. Use ConstructorCreator instead
 class EventPublishingInhabitant<T>
          An inhabitant that implements InhabitantEventPublisher, and maintains a list of listeners to notify for interesting changes of the underlying delegate.
 class ExistingSingletonInhabitant<T>
          Inhabitant built around an object that already exists.
 class FactoryCreator<T>
          Creates an object from Factory.
 class LazyInhabitant<T>
           
 class RunLevelInhabitant<T,V>
          An inhabitant that prevents activation unless the sufficient RunLevelState has been scheduled.
 class ScopedInhabitant<T>
           
 class SingletonInhabitant<T>
          Specialized implementation of ScopedInhabitant for Singleton.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.