|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ClientSession
A client session runs on a thread and handles sending accumulated updates to one client engine. Usage: Create, run on thread, send(update), isGood() to check validity, end() to stop running.
Constructor Summary | |
ClientSession(REngine client)
|
Method Summary | |
void |
end()
End this session. |
boolean |
isGood()
|
void |
run()
|
void |
send(Update u)
Place update in queue and wake up session thread. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClientSession(REngine client)
Method Detail |
public boolean isGood()
public void run()
run
in interface java.lang.Runnable
public void send(Update u)
public void end()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |