Uses of Package
org.jvnet.hk2.component

Packages that use org.jvnet.hk2.component
com.sun.hk2.component Dependency injection implementation for HK2. 
org.jvnet.hk2.component Primary API surface of HK2. Start with Habitat
 

Classes in org.jvnet.hk2.component used by com.sun.hk2.component
CageBuilder
          Receives notifications when a component with CagedBy is entered into habitat.
ComponentException
          Exception thrown when a component's dependency is not satisfied at the time the component is expected to be put in commission.
Factory
          Hook to create/obtain an instance of a component from somewhere, instead of letting the auto-depends create it via the constructor.
Habitat
          A set of templates that constitute a world of objects.
Inhabitant
          Represents a component in the world of Habitat.
MultiMap
          Map from a key to multiple values.
PreDestroy
          Components implementing this interface registers an interest in being notified when they are about to be decommissioned.
Scope
           
Womb
          Encapsulates how to create an object.
 

Classes in org.jvnet.hk2.component used by org.jvnet.hk2.component
CageBuilder
          Receives notifications when a component with CagedBy is entered into habitat.
ComponentException
          Exception thrown when a component's dependency is not satisfied at the time the component is expected to be put in commission.
Habitat
          A set of templates that constitute a world of objects.
Inhabitant
          Represents a component in the world of Habitat.
MultiMap
          Map from a key to multiple values.
Scope
           
Womb
          Encapsulates how to create an object.
 



Copyright © 2009 Sun Microsystems, Inc.. All Rights Reserved.