com.syncbuilder.sync
Interface SyncSession

All Known Implementing Classes:
SMSession

public abstract interface SyncSession

The SyncSession is the representation of a session between the host and the Palm device. Session state includes the knowledge what is currently being synchronized, whether the session has been cancelled, which databases are still awaiting synchronization.

See Also:
SyncHandler, SyncContext, SyncServer

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.
 

Method Detail

sayConnecting

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

sayIdentifyingUser

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

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.

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.

saySynchronizing

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

close

public void close()
Close the session and free all resources.


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