Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: sync ::

interface XSynchronizer

Base Interface
com::sun::star::uno::XInterface



Known Services which Export this Interface

com::sun::star::sync::Synchronizer

Methods' Summary

beginSynchronize
getSyncList
performSync
endSynchronize

Methods' Details

beginSynchronize
 
boolean
beginSynchronize(
[ in ] com::sun::star::sync::XSyncCollector xClientCollector,
[ in ] com::sun::star::sync::XSyncCollector xServerCollector,
[ in ] string aSchemeName,
[ in ] com::sun::star::sync::FilterData aFilterData,
[ in ] unsigned long nSyncMode,
[ in ] unsigned long nSyncOptions );

getSyncList
 
boolean
getSyncList(
[ out ] sequence< com::sun::star::sync::SyncElement > aSyncSeq );

performSync
 
boolean
performSync(
[ in ] sequence< com::sun::star::sync::SyncElement > aSyncSeq );

endSynchronize
 
boolean
endSynchronize();

Top of Page