Uses of Interface
org.jvnet.hk2.component.InhabitantTrackerContext

Packages that use InhabitantTrackerContext
org.jvnet.hk2.component Primary API surface of HK2. Start with Habitat
 

Uses of InhabitantTrackerContext in org.jvnet.hk2.component
 

Classes in org.jvnet.hk2.component that implement InhabitantTrackerContext
 class InhabitantTrackerContextImpl
          Default implementation of InhabitantTrackerContext.
 

Methods in org.jvnet.hk2.component that return InhabitantTrackerContext
 InhabitantTrackerContext InhabitantTrackerContextBuilder.build()
           
 

Methods in org.jvnet.hk2.component with parameters of type InhabitantTrackerContext
 InhabitantTracker Habitat.track(InhabitantTrackerContext itc, InhabitantTracker.Callback callback)
          Registers a dependency on the inhabitant with the given tracker context.
 Future<InhabitantTracker> Habitat.trackFuture(InhabitantTrackerContext itc)
          Returns a future that can be checked asynchronously, and multiple times.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.