Uses of Class
things.thinger.io.conduits.ConduitID

Packages that use ConduitID
things.thinger.io.conduits   
things.thinger.io.conduits.basic   
things.thinger.kernel.basic   
things.thinger.service.command.local   
things.thinger.service.thing   
 

Uses of ConduitID in things.thinger.io.conduits
 

Methods in things.thinger.io.conduits that return ConduitID
 ConduitID ConduitID.birthMyChild(java.lang.String childsName)
          Create a child ID using the given name.
 ConduitID Conduit.getId()
          Get the id.
 

Methods in things.thinger.io.conduits with parameters of type ConduitID
 void PushDrain.init(ConduitID yourId)
          Initialize the PushDrain.
 void PullDrain.init(ConduitID yourId)
          Initialize the PullDrain.
 void Conduit.init(ConduitID yourId)
          Initialize the Conduit.
 void Injector.init(ConduitID yourId, Conduit.InjectorType theType)
          Initialize the Injector.
 Conduit ConduitController.tune(ConduitID channel, WhoAmI callerId)
          This will attempt to use a common name to find a specific conduit.
 

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

Methods in things.thinger.io.conduits.basic that return ConduitID
 ConduitID BasicConduit.getId()
          Get the id.
 

Methods in things.thinger.io.conduits.basic with parameters of type ConduitID
 void BasicPullDrainContainer.init(ConduitID yourId)
          Initialize the PullDrain.
 void BasicConduit.init(ConduitID yourId)
          Initialize the Conduit.
 void BasicInjector.init(ConduitID yourId, Conduit.InjectorType theType)
          Initialize the Injector.
 Conduit BasicConduitController.tune(ConduitID channel, WhoAmI callerId)
          This will attempt to use a common name to find a specific conduit.
 

Uses of ConduitID in things.thinger.kernel.basic
 

Methods in things.thinger.kernel.basic with parameters of type ConduitID
 void KernelBasic_WriterLogger.init(ConduitID yourId)
          Initialize the PushDrain.
 

Uses of ConduitID in things.thinger.service.command.local
 

Fields in things.thinger.service.command.local declared as ConduitID
 ConduitID LocalCommandInfo.responseConduit
           
 

Methods in things.thinger.service.command.local with parameters of type ConduitID
 void LocalCommandService.init(ConduitID yourId)
          Initialize the PushDrain.
 

Uses of ConduitID in things.thinger.service.thing
 

Methods in things.thinger.service.thing with parameters of type ConduitID
 void ThingService.init(ConduitID yourId)
          Initialize the PushDrain.
 



Things.