org.encog.cloud.node
Class HandleClient

java.lang.Object
  extended by org.encog.cloud.node.HandleClient
All Implemented Interfaces:
Runnable

public class HandleClient
extends Object
implements Runnable


Constructor Summary
HandleClient(CloudNode s, CommunicationLink l)
           
 
Method Summary
 String getUserID()
           
 void run()
           
 void setUserID(String userID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandleClient

public HandleClient(CloudNode s,
                    CommunicationLink l)
Method Detail

getUserID

public String getUserID()

setUserID

public void setUserID(String userID)

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2012. All Rights Reserved.