|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Title: OpenMobileIS project source
Description: Base interface that all synchronisation conduit must implements.
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.
Method Summary | |
void |
closeRAS()
Close RAS connection |
java.lang.String |
getIntallPath()
Return the directory path where synchronized file are stored. |
java.lang.String |
getRASConnectionNames()
return a list of all disponible ras connection. |
boolean |
isConnected()
Return true if it exists a connexion to internet or desktop |
void |
openRAS()
Open RAS connection |
java.lang.String |
sendRequest(ConduitParameter[] parameters,
java.lang.String request,
java.lang.String url)
Send the request to the server. |
Method Detail |
public boolean isConnected()
public java.lang.String sendRequest(ConduitParameter[] parameters, java.lang.String request, java.lang.String url) throws SynchroException, UserNotFoundException
SynchroException
UserNotFoundException
public void openRAS() throws SynchroException
SynchroException
public void closeRAS() throws SynchroException
SynchroException
public java.lang.String getRASConnectionNames()
public java.lang.String getIntallPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |