LaColla.core.util.services
Class ServiceConnecting

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

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


Constructor Summary
ServiceConnecting(Compo compo, java.lang.String host, int port, java.lang.String groupId, java.lang.String username, java.lang.String password)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceConnecting

public ServiceConnecting(Compo compo,
                         java.lang.String host,
                         int port,
                         java.lang.String groupId,
                         java.lang.String username,
                         java.lang.String password)
Method Detail

run

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