Inheritance diagram for org.openmobileis.synchro.openmsp.client.conduit.HttpOpenMSPSynchroConduit:
Only generate the synchronisation request in a file sendOpenML.xml in the synchro directory. Use tu see if the send synchro message is correctly generated.
Definition at line 47 of file HttpOpenMSPSynchroConduit.java.
Public Member Functions | |
HttpOpenMSPSynchroConduit (String synchroDirectoryPath, String userAgent) | |
boolean | isConnected () |
Return true if it exists a connexion to internet or desktop. | |
String | sendRequest (ConduitParameter[]parameters, String openMSPMessage, String url) throws SynchroException, UserNotFoundException |
Send the request to the server. | |
void | openRAS () throws SynchroException |
Open RAS connection. | |
void | closeRAS () throws SynchroException |
Close RAS connection. | |
String | getRASConnectionNames () |
return a list of all disponible ras connection. | |
String | getIntallPath () |
Return the directory path where synchronized file are stored. |
|
Close RAS connection.
Implements org.openmobileis.synchro.openmsp.client.conduit.SynchroConduit. Definition at line 199 of file HttpOpenMSPSynchroConduit.java. |
|
Return the directory path where synchronized file are stored.
Implements org.openmobileis.synchro.openmsp.client.conduit.SynchroConduit. Definition at line 229 of file HttpOpenMSPSynchroConduit.java. |
|
return a list of all disponible ras connection. Every connexion name is separated by a ; . Implements org.openmobileis.synchro.openmsp.client.conduit.SynchroConduit. Definition at line 204 of file HttpOpenMSPSynchroConduit.java. |
|
Open RAS connection.
Implements org.openmobileis.synchro.openmsp.client.conduit.SynchroConduit. Definition at line 190 of file HttpOpenMSPSynchroConduit.java. |
|
Send the request to the server. return a string containing the server response. Implements org.openmobileis.synchro.openmsp.client.conduit.SynchroConduit. Definition at line 63 of file HttpOpenMSPSynchroConduit.java. |