Uses of Class
things.data.Entity

Packages that use Entity
things.thing   
things.thinger.service.command   
things.thinger.service.command.local   
 

Uses of Entity in things.thing
 

Subclasses of Entity in things.thing
 class RESULT
          An result set.
 

Uses of Entity in things.thinger.service.command
 

Methods in things.thinger.service.command that return Entity
 Entity<Receipt> CommandResponse.next()
          Get next available submission.
 Entity<Receipt> CommandResponse.waitResponse(int timeout)
          Wait for a submission and then get it.
 

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

Methods in things.thinger.service.command.local that return Entity
 Entity<Receipt> LocalCommandResponse.next()
          Get next available submission.
 Entity<Receipt> LocalCommandResponse.waitResponse(int timeout)
          Wait for a submission and then get it.
 

Methods in things.thinger.service.command.local with parameters of type Entity
 void LocalCommandResponse.add(Entity<Receipt> responseItem)
          Add a response item.
 

Constructors in things.thinger.service.command.local with parameters of type Entity
LocalCommandResponder(Entity<LocalCommandInfo> originalCommand, Conduit responseConduit, WhoAmI serviceId, SystemInterface si)
          Construct.
 



Things.