Inheritance diagram for org.openmobileis.synchro.openmsp.client.conduit.SynchroConduit:
A synchronisation conduit manage all physical connection process to the nomdLink server. The connexion protocol and OS native access is managed by the conexion conduit.
Definition at line 40 of file SynchroConduit.java.
Public Member Functions | |
boolean | isConnected () |
Return true if it exists a connexion to internet or desktop. | |
String | sendRequest (ConduitParameter[] parameters, String request, 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.
Implemented in org.openmobileis.synchro.openmsp.client.conduit.HttpOpenMSPSynchroConduit. |
|
Return the directory path where synchronized file are stored.
Implemented in org.openmobileis.synchro.openmsp.client.conduit.HttpOpenMSPSynchroConduit. |
|
return a list of all disponible ras connection. Every connexion name is separated by a ; . Implemented in org.openmobileis.synchro.openmsp.client.conduit.HttpOpenMSPSynchroConduit. |
|
Open RAS connection.
Implemented in org.openmobileis.synchro.openmsp.client.conduit.HttpOpenMSPSynchroConduit. |
|
Send the request to the server. return a string containing the server response. Implemented in org.openmobileis.synchro.openmsp.client.conduit.HttpOpenMSPSynchroConduit. |