com.syncbuilderx.syncman
Class SMSession

java.lang.Object
  |
  +--com.syncbuilderx.syncman.SMSession

public class SMSession
extends java.lang.Object
implements SyncSession

Implementation of SyncSession for use with the SyncMan application.


Constructor Summary
SMSession(SyncDialog sync_dialog)
           
 
Method Summary
 void close()
          Close the session and free all resources.
 void sayConnecting()
          First phase of synchronisation procedure: Inform the user that the Palm device is connecting to the server.
 void sayIdentifyingUser()
          Second phase of synchronisation procedure: Inform the user that the owner of the Palm device is being identified.
 void saySynchronizing(Database database)
          Final phase of synchronisation procedure: Inform the user that the specified database is being synchronized.
 void saySynchronizing(java.lang.String dbname)
          Final phase of synchronisation procedure: Inform the user that the database with the specified name is being synchronized.
 void sayUserIdentified(UserInfo user_info)
          Third phase of synchronisation procedure: Inform the user that the owner of the Palm device has been identified.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMSession

public SMSession(SyncDialog sync_dialog)
Method Detail

sayConnecting

public void sayConnecting()
First phase of synchronisation procedure: Inform the user that the Palm device is connecting to the server.
Specified by:
sayConnecting in interface SyncSession

sayIdentifyingUser

public void sayIdentifyingUser()
Second phase of synchronisation procedure: Inform the user that the owner of the Palm device is being identified.
Specified by:
sayIdentifyingUser in interface SyncSession

sayUserIdentified

public void sayUserIdentified(UserInfo user_info)
Third phase of synchronisation procedure: Inform the user that the owner of the Palm device has been identified.
Specified by:
sayUserIdentified in interface SyncSession

saySynchronizing

public void saySynchronizing(java.lang.String dbname)
Final phase of synchronisation procedure: Inform the user that the database with the specified name is being synchronized.
Specified by:
saySynchronizing in interface SyncSession

saySynchronizing

public void saySynchronizing(Database database)
Final phase of synchronisation procedure: Inform the user that the specified database is being synchronized.
Specified by:
saySynchronizing in interface SyncSession

close

public void close()
Close the session and free all resources.
Specified by:
close in interface SyncSession


This material is Copyrighted (C) 1999 by Tilo Christ. All Rights Reserved.