jSyncManager

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

Packages that use DLPUserInfo
org.jSyncManager.API.Conduit   
org.jSyncManager.API.Protocol   
org.jSyncManager.API.Threads   
org.jSyncManager.Client   
org.jSyncManager.Client.LegacyClient   
org.jSyncManager.Conduit   
org.jSyncManager.Conduit.Alerter   
org.jSyncManager.Conduit.Deleter   
org.jSyncManager.Conduit.Email   
org.jSyncManager.Conduit.Installer   
org.jSyncManager.Conduit.NotepadViewer   
org.jSyncManager.Conduit.TextDump   
org.jSyncManager.Server   
 

Uses of DLPUserInfo in org.jSyncManager.API.Conduit
 

Methods in org.jSyncManager.API.Conduit that return DLPUserInfo
 DLPUserInfo ConduitHandler.getUserInfo()
          Retrieves the user information from the Palm.
 DLPUserInfo ConduitManager.getUserInfo()
          Retrieves the user info object for the remote device.
 

Methods in org.jSyncManager.API.Conduit with parameters of type DLPUserInfo
abstract  void AbstractConduit.startSync(ConduitHandler conduitHandler, DLPUserInfo user)
          This method is called when this jConduit is given the opportunity to synchronize.
protected abstract  boolean AbstractInstaller.isDatabaseInstallAllowed(DLPDatabase db, ConduitHandler handler, DLPUserInfo user)
          Determines wether or not this database should be installed.
 void AbstractInstaller.startSync(ConduitHandler cHandler, DLPUserInfo user)
          This method is called when this jConduit is given the opportunity to synchronize.
 

Uses of DLPUserInfo in org.jSyncManager.API.Protocol
 

Methods in org.jSyncManager.API.Protocol that return DLPUserInfo
 DLPUserInfo JHotSync.getUserInfo()
          Retreives the user information for the handheld.
 

Methods in org.jSyncManager.API.Protocol with parameters of type DLPUserInfo
 void JHotSync.setUserInfo(DLPUserInfo userInfo)
          Set the user information for the handheld.
 

Uses of DLPUserInfo in org.jSyncManager.API.Threads
 

Methods in org.jSyncManager.API.Threads that return DLPUserInfo
 DLPUserInfo Synchronizer.getUserInfo()
          Retrieves the user info for the synchronizing device.
 DLPUserInfo SynchronizerListener.getNewUserInfo(Synchronizer s)
          Requests new user information from the sync application.
 

Methods in org.jSyncManager.API.Threads with parameters of type DLPUserInfo
 void SynchronizerListener.processUser(DLPUserInfo userInfo, Synchronizer s)
          Gives the application a chance to process the user info for the handhelds owner.
 

Uses of DLPUserInfo in org.jSyncManager.Client
 

Methods in org.jSyncManager.Client that return DLPUserInfo
 DLPUserInfo ApplicationJFrame.getNewUserInfo(Synchronizer s)
          Requests new user information from the sync application.
 

Methods in org.jSyncManager.Client with parameters of type DLPUserInfo
 void ApplicationJFrame.processUser(DLPUserInfo userInfo, Synchronizer s)
          Gives the application a chance to process the user info for the handhelds owner.
 

Uses of DLPUserInfo in org.jSyncManager.Client.LegacyClient
 

Methods in org.jSyncManager.Client.LegacyClient that return DLPUserInfo
 DLPUserInfo JSyncManagerFrame.getNewUserInfo(Synchronizer s)
          Deprecated. Queries the new user for their user information.
 

Methods in org.jSyncManager.Client.LegacyClient with parameters of type DLPUserInfo
 void JSyncManagerFrame.processUser(DLPUserInfo userInfo, Synchronizer s)
          Deprecated. Processes incoming user information.
 

Uses of DLPUserInfo in org.jSyncManager.Conduit
 

Methods in org.jSyncManager.Conduit with parameters of type DLPUserInfo
 void DefaultConduit.startSync(ConduitHandler conduithandler, DLPUserInfo user)
          This method is called when this jConduit is given the opportunity to synchronize.
 

Uses of DLPUserInfo in org.jSyncManager.Conduit.Alerter
 

Methods in org.jSyncManager.Conduit.Alerter with parameters of type DLPUserInfo
 void Alerter.startSync(ConduitHandler conduitHandler, DLPUserInfo user)
          This method is called when this jConduit is given the opportunity to synchronize.
 

Uses of DLPUserInfo in org.jSyncManager.Conduit.Deleter
 

Methods in org.jSyncManager.Conduit.Deleter with parameters of type DLPUserInfo
 void Deleter.startSync(ConduitHandler conduithandler, DLPUserInfo user)
          This method is called when this jConduit is given the opportunity to synchronize.
 

Uses of DLPUserInfo in org.jSyncManager.Conduit.Email
 

Methods in org.jSyncManager.Conduit.Email with parameters of type DLPUserInfo
 void Email.startSync(ConduitHandler conduitHandler, DLPUserInfo user)
          This method is called when this jConduit is given the opportunity to synchronize.
 

Uses of DLPUserInfo in org.jSyncManager.Conduit.Installer
 

Methods in org.jSyncManager.Conduit.Installer with parameters of type DLPUserInfo
protected  boolean Installer.isDatabaseInstallAllowed(DLPDatabase db, ConduitHandler handler, DLPUserInfo user)
          Determines wether or not this database should be installed.
 

Uses of DLPUserInfo in org.jSyncManager.Conduit.NotepadViewer
 

Methods in org.jSyncManager.Conduit.NotepadViewer with parameters of type DLPUserInfo
 void NotepadViewer.startSync(ConduitHandler ch, DLPUserInfo user)
          This method is called when this jConduit is given the opportunity to synchronize.
 

Uses of DLPUserInfo in org.jSyncManager.Conduit.TextDump
 

Methods in org.jSyncManager.Conduit.TextDump with parameters of type DLPUserInfo
 void TextDump.startSync(ConduitHandler conduitHandler, DLPUserInfo user)
          This method is called when this jConduit is given the opportunity to synchronize.
 

Uses of DLPUserInfo in org.jSyncManager.Server
 

Methods in org.jSyncManager.Server that return DLPUserInfo
 DLPUserInfo Server.getNewUserInfo(Synchronizer s)
          getNewUserInfo method comment.
 

Methods in org.jSyncManager.Server with parameters of type DLPUserInfo
 void Server.processUser(DLPUserInfo userInfo, Synchronizer s)
          processUser method comment.
 


jSyncManager

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