|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.web_visage.ichat.AbstractIChatThread
public abstract class AbstractIChatThread
Abstract implementation of the IChat thread. Provides common delegate methods.
Method Summary | |
---|---|
java.lang.Thread |
getThread()
Returns the thread instance. |
void |
join()
Joins the component's thread. |
void |
join(long millis)
Waits at most millis milliseconds for this thread to die. |
void |
join(long millis,
int nanos)
Waits at most millis milliseconds plus nanos
nanoseconds for this thread to die. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Runnable |
---|
run |
Methods inherited from interface com.web_visage.ichat.Controllable |
---|
start, stop |
Method Detail |
---|
public java.lang.Thread getThread()
IChatThread
getThread
in interface IChatThread
IChatThread.getThread()
public void join() throws java.lang.InterruptedException
IChatThread
join
in interface IChatThread
java.lang.InterruptedException
IChatThread.join()
public void join(long millis) throws java.lang.InterruptedException
IChatThread
millis
milliseconds for this thread to die.
A timeout of 0
means to wait forever.
join
in interface IChatThread
java.lang.InterruptedException
IChatThread.join(long)
public void join(long millis, int nanos) throws java.lang.InterruptedException
IChatThread
millis
milliseconds plus nanos
nanoseconds for this thread to die.
join
in interface IChatThread
java.lang.InterruptedException
IChatThread.join(long, int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |