things.thinger.service.command.local
Class LocalCommandInfo

java.lang.Object
  extended by things.thinger.service.command.local.LocalCommandInfo

public class LocalCommandInfo
extends java.lang.Object

The Local implementation Command Responder.

Version:
1.0

Version History

EPG - Initial - 18 NOV 06
 
Author:
Erich P. Gatejen

Field Summary
 java.lang.String commandName
           
 ConduitID responseConduit
           
 
Constructor Summary
LocalCommandInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

responseConduit

public ConduitID responseConduit

commandName

public java.lang.String commandName
Constructor Detail

LocalCommandInfo

public LocalCommandInfo()


Things.