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
org.jvnet.hk2.component.internal.runlevel   
org.jvnet.hk2.component.matcher   
org.jvnet.hk2.junit   
 

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.
InhabitantListener
          For Listening to an Inhabitant.
InhabitantListener.EventType
           
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.
Habitat.NotifyCall
           
HabitatListener
          For Listening to the Habitat.
HabitatListener.EventType
           
Inhabitant
          Represents a component in the world of Habitat.
InhabitantFilter
          Contract used to determine if an inhabitant matches some criteria determined by the implementation.
InhabitantListener.EventType
           
InhabitantTracker
          Tracks an inhabitant, or set of inhabitants.
InhabitantTracker.Callback
          The callback is called when there is an event changing one of the tracked inhabitants.
InhabitantTrackerContext
          The filter that is passed to the InhabitantTracker creation.
InhabitantTrackerContextBuilder
          Builder for constructing InhabitantTrackerContext types.
MultiMap
          Map from a key to multiple values.
RunLevelState
          Holds the state(s) for a particular RunLevelService.
Scope
           
ServiceContext
          Information about a service.
Womb
          Encapsulates how to create an object.
 

Classes in org.jvnet.hk2.component used by org.jvnet.hk2.component.internal.runlevel
Habitat
          A set of templates that constitute a world of objects.
HabitatListener
          For Listening to the Habitat.
HabitatListener.EventType
           
Inhabitant
          Represents a component in the world of Habitat.
InhabitantListener
          For Listening to an Inhabitant.
InhabitantListener.EventType
           
RunLevelService
          The run level service for a particular class of RunLevel, identified by environment.
RunLevelState
          Holds the state(s) for a particular RunLevelService.
 

Classes in org.jvnet.hk2.component used by org.jvnet.hk2.component.matcher
MultiMap
          Map from a key to multiple values.
 

Classes in org.jvnet.hk2.component used by org.jvnet.hk2.junit
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.
HabitatFactory
           
 



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