|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EndPoint
The Interface EndPoint.
| Method Summary | |
|---|---|
void |
addMessageHandler(MessageHandler handler)
Adds the message handler. |
void |
close()
Close. |
java.lang.Thread |
getUpdateThread()
Gets the update thread. |
void |
removeMessageHandler(MessageHandler handler)
Removes the message handler. |
void |
run()
|
void |
stop()
Stop. |
void |
update(int timeout)
Update. |
| Method Detail |
|---|
void addMessageHandler(MessageHandler handler)
handler - the handlervoid close()
java.lang.Thread getUpdateThread()
void removeMessageHandler(MessageHandler handler)
handler - the handlervoid run()
run in interface java.lang.Runnablevoid stop()
void update(int timeout)
throws java.io.IOException,
SerializationException
timeout - the timeout
java.io.IOException - Signals that an I/O exception has occurred.
SerializationException - the serialization exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||