jSyncManager

Uses of Class
org.jSyncManager.API.Protocol.Util.DLPDatabase

Packages that use DLPDatabase
org.jSyncManager.API.Conduit   
org.jSyncManager.API.Protocol.Util   
org.jSyncManager.Conduit.Installer   
 

Uses of DLPDatabase in org.jSyncManager.API.Conduit
 

Methods in org.jSyncManager.API.Conduit that return DLPDatabase
 DLPDatabase ConduitHandler.readDatabase(java.lang.String dbName)
          Reads an entire database from the Palm.
protected abstract  DLPDatabase[] AbstractInstaller.getDatabaseList()
          Returns a list of databases to be installed to the handheld at sync time.
 

Methods in org.jSyncManager.API.Conduit with parameters of type DLPDatabase
 void ConduitHandler.writeDatabase(DLPDatabase dbName)
          Write an entire database to the remote device.
protected abstract  boolean AbstractInstaller.isDatabaseInstallAllowed(DLPDatabase db, ConduitHandler handler, DLPUserInfo user)
          Determines wether or not this database should be installed.
protected abstract  void AbstractInstaller.installingDatabase(DLPDatabase db, ConduitHandler handler)
          A method to handle when a database is to be installed.
protected abstract  void AbstractInstaller.skippingDatabase(DLPDatabase db, ConduitHandler handler)
          A method to handle when a database is to be skipped (ie: not installed).
protected abstract  void AbstractInstaller.exceptionInstallingDatabase(DLPDatabase db, ConduitHandler handler, ConduitHandlerException e)
          A method to handle when an exception is encountered while trying to install a database.
 

Uses of DLPDatabase in org.jSyncManager.API.Protocol.Util
 

Methods in org.jSyncManager.API.Protocol.Util that return DLPDatabase
 DLPDatabase DLPDatabaseSet.getDatabase(int i)
          Retreives the specified database.
 DLPDatabase DLPDatabaseSet.getDatabase(java.lang.String s)
          Gets the database specified by name.
static DLPDatabase DLPDatabase.importFromFile(java.lang.String filename)
          Import a database from the specified file.
static DLPDatabase DLPDatabase.importFromFile(java.io.File filename)
          Import a database from the specified File object.
static DLPDatabase DLPDatabase.importFromURL(java.net.URL url)
          Import a database from the specified URL.
 

Methods in org.jSyncManager.API.Protocol.Util with parameters of type DLPDatabase
 void DLPDatabaseSet.addDatabase(DLPDatabase db)
          Add the specified database to the set.
 

Uses of DLPDatabase in org.jSyncManager.Conduit.Installer
 

Methods in org.jSyncManager.Conduit.Installer that return DLPDatabase
protected  DLPDatabase[] Installer.getDatabaseList()
          Returns a list of databases to be installed to the handheld at sync time.
 

Methods in org.jSyncManager.Conduit.Installer with parameters of type DLPDatabase
protected  boolean Installer.isDatabaseInstallAllowed(DLPDatabase db, ConduitHandler handler, DLPUserInfo user)
          Determines wether or not this database should be installed.
protected  void Installer.installingDatabase(DLPDatabase db, ConduitHandler handler)
          A method to handle when a database is to be installed.
protected  void Installer.skippingDatabase(DLPDatabase db, ConduitHandler handler)
          A method to handle when a database is to be skipped (ie: not installed).
protected  void Installer.exceptionInstallingDatabase(DLPDatabase db, ConduitHandler handler, ConduitHandlerException e)
          A method to handle when an exception is encountered while trying to install a database.
 


jSyncManager

Copyright (c) 1999 - 2003 Brad BARCLAY and others. All Rights Reserved.