Uses of Class
org.opensync.engine.server.OpenSyncException

Packages that use OpenSyncException
org.opensync.engine.server   
org.opensync.engine.server.config   
org.opensync.engine.server.connector   
org.opensync.engine.server.protocol   
org.opensync.engine.util   
 

Uses of OpenSyncException in org.opensync.engine.server
 

Methods in org.opensync.engine.server that throw OpenSyncException
 long View.lastModifiedTo(java.lang.String descriptorsPath)
           
 long View.lastModifiedFrom(java.lang.String descriptorsPath, java.lang.String folder)
           
 long Synchronization.lastModified()
           
 long Source.lastModified()
           
 void Protocol.putView(java.lang.String fileContent, java.lang.String fileName)
          Put the fileContent in the file fileName int the folder directory
 java.lang.String[] Protocol.getViews(java.lang.String fileName)
          Get the content of files fileName
 void Protocol.clean(java.lang.String fileName)
          Clean files (rename or remove) if necessary after the synchronisation done.
 void OpenSyncProps.loadProperties(java.lang.String path)
          Load the properties file
protected  void OpenSync.start()
          Start the OpenSync server
 void OpenSync.loadProperties()
           
 boolean OpenSync.loadState()
          Load the state of the server
 java.lang.String Mapper.generateXslMapping(java.io.File xmlMappingFile)
          Generate the xsl sheet from the xml mapping file
 java.lang.String Mapper.map(java.io.File xmlMappingFile, java.lang.String xmlView)
          Transform the view from the xml mapping
 void DefaultProtocol.clean(java.lang.String fileName)
          Clean files (rename or remove files when finished)
 void DefaultConnector.validate()
           
 void DefaultAdapter.validate()
           
 void Connector.validate()
           
 void Adapter.validate()
           
 

Uses of OpenSyncException in org.opensync.engine.server.config
 

Methods in org.opensync.engine.server.config that throw OpenSyncException
 void ConfigDoc.init()
          Initialize the document with parsing the config file
 long ConfigDoc.checkLastModified(long lastModified)
          Return the lastModified from the files used in the Agendas Thus, we follow the Agendas, Tasks, Synchronisations, Sources, Views hierarchy to find XML configurations files which may have changed since the last update of the opensync.dat file in %OPENSYNC_HOME%\etc folder.
 void ConfigDoc.readFile()
           
 void ConfigDoc.checkSourcesAvailability()
           
 

Uses of OpenSyncException in org.opensync.engine.server.connector
 

Methods in org.opensync.engine.server.connector that throw OpenSyncException
 void BDConnector.validate()
           
 

Uses of OpenSyncException in org.opensync.engine.server.protocol
 

Methods in org.opensync.engine.server.protocol that throw OpenSyncException
 void WinFileProtocol.putView(java.lang.String fileContent, java.lang.String fileName)
          Put the fileContent in the file fileName int the folder directory
 java.lang.String[] WinFileProtocol.getViews(java.lang.String fileName)
          Get the content of files fileName
 void WinFileProtocol.clean(java.lang.String fileName)
          Clean files (rename or remove) if necessary after the synchronisation done.
 void FTPProtocol.putView(java.lang.String fileContent, java.lang.String fileName)
          Put the fileContent in the file fileName int the folder directory
 java.lang.String[] FTPProtocol.getViews(java.lang.String fileName)
          Get the content of the filefileName
 

Uses of OpenSyncException in org.opensync.engine.util
 

Methods in org.opensync.engine.util that throw OpenSyncException
 java.lang.String FileHelper.fileToString(java.lang.String path, long numberOfLines)
           
 



Copyright © 2004 sourceforge. All Rights Reserved.