Uses of Interface
things.thinger.io.conduits.Injector

Packages that use Injector
things.thinger.io.conduits   
things.thinger.io.conduits.basic   
 

Uses of Injector in things.thinger.io.conduits
 

Methods in things.thinger.io.conduits that return Injector
 Injector Conduit.getInjector(Conduit.InjectorType theType)
          This will get an injector to the conduit.
 Injector Conduit.getInjector(Conduit.InjectorType theType, java.lang.String name)
          This will get an injector to the conduit, named.
 

Methods in things.thinger.io.conduits with parameters of type Injector
 void Conduit.disposeInjector(Injector theInjector)
          Explicitly dispose of an Injector.
 

Uses of Injector in things.thinger.io.conduits.basic
 

Classes in things.thinger.io.conduits.basic that implement Injector
 class BasicInjector
          A basic implementation of the conduit injector interface.
 

Methods in things.thinger.io.conduits.basic that return Injector
 Injector BasicConduit.getInjector(Conduit.InjectorType theType)
          This will get an injector to the conduit.
 Injector BasicConduit.getInjector(Conduit.InjectorType theType, java.lang.String name)
          This will get an injector to the conduit, named.
 

Methods in things.thinger.io.conduits.basic with parameters of type Injector
 void BasicConduit.disposeInjector(Injector theInjector)
          Explicitly dispose of an Injector.
 



Things.