Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

org.openmobileis.synchro.openmsp.client.conduit.SynchroConduit Interface Reference

Inheritance diagram for org.openmobileis.synchro.openmsp.client.conduit.SynchroConduit:

org.openmobileis.synchro.openmsp.client.conduit.HttpOpenMSPSynchroConduit List of all members.

Detailed Description

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.

Author:
Philippe Delrieu
Since:
JDK 1.1
Version:
1.0.

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.


Member Function Documentation

void org.openmobileis.synchro.openmsp.client.conduit.SynchroConduit.closeRAS  )  throws SynchroException
 

Close RAS connection.

Returns:

Implemented in org.openmobileis.synchro.openmsp.client.conduit.HttpOpenMSPSynchroConduit.

String org.openmobileis.synchro.openmsp.client.conduit.SynchroConduit.getIntallPath  ) 
 

Return the directory path where synchronized file are stored.

Returns:

Implemented in org.openmobileis.synchro.openmsp.client.conduit.HttpOpenMSPSynchroConduit.

String org.openmobileis.synchro.openmsp.client.conduit.SynchroConduit.getRASConnectionNames  ) 
 

return a list of all disponible ras connection.

Every connexion name is separated by a ; .

Implemented in org.openmobileis.synchro.openmsp.client.conduit.HttpOpenMSPSynchroConduit.

void org.openmobileis.synchro.openmsp.client.conduit.SynchroConduit.openRAS  )  throws SynchroException
 

Open RAS connection.

Parameters:
: isSSLRequired : boolean indicates wether or not is a SSL connection
Returns:
:

Implemented in org.openmobileis.synchro.openmsp.client.conduit.HttpOpenMSPSynchroConduit.

String org.openmobileis.synchro.openmsp.client.conduit.SynchroConduit.sendRequest ConduitParameter[]  parameters,
String  request,
String  url
throws SynchroException, UserNotFoundException
 

Send the request to the server.

return a string containing the server response.

Implemented in org.openmobileis.synchro.openmsp.client.conduit.HttpOpenMSPSynchroConduit.


The documentation for this interface was generated from the following file:
Generated on Wed Dec 14 21:05:40 2005 for OpenMobileIS by  doxygen 1.4.4