LaColla.core.util
Class CloudGet

java.lang.Object
  extended by LaColla.core.util.CloudGet
All Implemented Interfaces:
java.lang.Runnable

public class CloudGet
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
CloudGet(int kindOfAgent_, int portNumber_, Compo compo_)
           
 
Method Summary
 void run()
           
 void start()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloudGet

public CloudGet(int kindOfAgent_,
                int portNumber_,
                Compo compo_)
Method Detail

start

public void start()

run

public void run()
Specified by:
run in interface java.lang.Runnable