|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to access synapsi.net package.
Method Summary | |
void |
ClientActivate(java.lang.String IP)
Called by the thread listening for client state changes from roammate server. |
void |
ClientDeactivate(java.lang.String IP)
Called by the thread listening for client state changes from roammate. |
int |
setClientVersion(java.lang.String clientIP,
byte[] MD5,
java.lang.String version)
Notifies when a client's version number has changed. |
void |
threadEnd()
Callback for notifying main that an update has ended and a new thread can start updating. |
int |
threadStart(UpdateThread t)
Callback for checking if update protocol can proceed to uploading |
Method Detail |
public int setClientVersion(java.lang.String clientIP, byte[] MD5, java.lang.String version)
clientIP
- The IP of the client.MD5
- MD5-sum of clients current version.version
- The new version of the client.public int threadStart(UpdateThread t)
t
- UpdateThread calling this method.public void threadEnd()
public void ClientActivate(java.lang.String IP)
IP
- IP of the client to be activated,public void ClientDeactivate(java.lang.String IP)
IP
- IP of the client to be deactivated.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |