com.web_visage.ircha.launcher
Class IChatGateConnectThread

java.lang.Object
  extended by com.web_visage.ircha.launcher.IChatGateConnectThread
All Implemented Interfaces:
java.lang.Runnable

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

Connects the IRC part of the gate to the server.

Author:
K.Baturytski

Constructor Summary
IChatGateConnectThread(IChatIRCGateService anGate, GateProperties aProperties)
          Constructor.
 
Method Summary
 void join()
          Joins the thread
 void run()
           
 void start()
          Starts the thread
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IChatGateConnectThread

public IChatGateConnectThread(IChatIRCGateService anGate,
                              GateProperties aProperties)
Constructor.

Parameters:
anGate - - gate service instance
aProperties - - gate's properties
Method Detail

run

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

start

public void start()
Starts the thread


join

public void join()
          throws java.lang.InterruptedException
Joins the thread

Throws:
java.lang.InterruptedException