|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
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.
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 |
public void sayConnecting()
public void sayIdentifyingUser()
public void sayUserIdentified(UserInfo user_info)
public void saySynchronizing(java.lang.String dbname)
public void saySynchronizing(Database database)
public void close()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||