|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
org.micropsi.comp.world.connection3dengine.ClientConnection
| Field Summary |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Method Summary | |
void |
closeConnection()
|
boolean |
isClosed()
|
void |
run()
|
void |
sendAllObjs()
(re)sends all objects to client |
void |
sendClearAllObjectsMessage()
tells the client to delete all objects it knows |
void |
sendDeleteObjectMessage(long objID)
tells the client to delete a particular object |
void |
sendNewObjectMessage(AbstractObject o)
sends a complete new objects to the client |
void |
sendObjectPositionMessage(AbstractObject o)
submits a now position of a particular object to the client |
void |
sendUpdatesToClient()
determines wich objects on the client are not up to date and sends appropriate update messages to the client |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public boolean isClosed()
public void closeConnection()
public void run()
public void sendUpdatesToClient()
public void sendAllObjs()
public void sendClearAllObjectsMessage()
public void sendNewObjectMessage(AbstractObject o)
public void sendDeleteObjectMessage(long objID)
public void sendObjectPositionMessage(AbstractObject o)
|
(c) by Micropsi Project: http://www.cognitive-agents.org | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||