|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobileis.synchro.openmsp.client.conduit.LocalOpenMSPSynchroConduit
Title: OpenMobileIS project source
Description: Synchronisation conduit use for debug purpose. 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.
Constructor Summary | |
LocalOpenMSPSynchroConduit(java.lang.String synchroDirectoryPath,
java.lang.String userAgent)
|
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 openMSPMessage,
java.lang.String url)
Send the request to the server. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LocalOpenMSPSynchroConduit(java.lang.String synchroDirectoryPath, java.lang.String userAgent)
Method Detail |
public boolean isConnected()
SynchroConduit
isConnected
in interface SynchroConduit
public java.lang.String sendRequest(ConduitParameter[] parameters, java.lang.String openMSPMessage, java.lang.String url) throws SynchroException, UserNotFoundException
SynchroConduit
sendRequest
in interface SynchroConduit
SynchroException
UserNotFoundException
public void openRAS() throws SynchroException
SynchroConduit
openRAS
in interface SynchroConduit
SynchroException
public void closeRAS() throws SynchroException
SynchroConduit
closeRAS
in interface SynchroConduit
SynchroException
public java.lang.String getRASConnectionNames()
SynchroConduit
getRASConnectionNames
in interface SynchroConduit
public java.lang.String getIntallPath()
SynchroConduit
getIntallPath
in interface SynchroConduit
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |