|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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 IChatThreadIChatThread.getThread()
public void join()
throws java.lang.InterruptedException
IChatThread
join in interface IChatThreadjava.lang.InterruptedExceptionIChatThread.join()
public void join(long millis)
throws java.lang.InterruptedException
IChatThreadmillis milliseconds for this thread to die.
A timeout of 0 means to wait forever.
join in interface IChatThreadjava.lang.InterruptedExceptionIChatThread.join(long)
public void join(long millis,
int nanos)
throws java.lang.InterruptedException
IChatThreadmillis milliseconds plus nanos
nanoseconds for this thread to die.
join in interface IChatThreadjava.lang.InterruptedExceptionIChatThread.join(long, int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||