Uses of Class
com.syncbuilder.sync.Link

Packages that use Link
com.syncbuilder.app Foundation classes for standalone-applications.  
com.syncbuilder.sync Connection management with the Palm device.  
 

Uses of Link in com.syncbuilder.app
 

Methods in com.syncbuilder.app with parameters of type Link
 void SyncAppSkeleton.synchronizeDevice(Link link)
          This method needs to be overwritten by your application.
 

Uses of Link in com.syncbuilder.sync
 

Methods in com.syncbuilder.sync that return Link
 Link ServerSocket.accept()
          Wait for an incoming connection.
This is a blocking call that returns as soon as a connection could successfully be established.
 Link ServerSocket.accept(int timeout)
          Wait for an incoming connection with time-out.
This is a blocking call that returns as soon as a connection could successfully be established, or when the specified time-out has been reached.
A Link object will be returned, through which you can conduct all further communication.
 

Methods in com.syncbuilder.sync with parameters of type Link
 void SyncHandler.service(SyncSession session, Link link)
          Service an incoming connection.
 void DispatchSyncHandler.service(SyncSession session, Link link)
          Service an incoming connection.
 



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