Contents Index upload_only synchronization parameter user_name synchronization parameter

UltraLite Static Java User's Guide
  Synchronization Parameters Reference
    Synchronization parameters

user_data synchronization parameter


Function 

Make application-specific information available to the synchronization observer.

Access methods 

java.lang.Object getUserData( )

void setUserData( java.lang.Object user_data )

Usage 

When implementing the synchronization observer interface UlSynchObserver, you may can make application-specific information to the synchronization observer class by providing an object in the setUserData method.

See also 

observer synchronization parameter

Monitoring and canceling synchronization


Contents Index upload_only synchronization parameter user_name synchronization parameter