Uses of Class
de.fraunhofer.iese.mydata.pmp.synchronizer.SynchronizerException
-
Packages that use SynchronizerException Package Description de.fraunhofer.iese.mydata.pmp.synchronizer -
-
Uses of SynchronizerException in de.fraunhofer.iese.mydata.pmp.synchronizer
Methods in de.fraunhofer.iese.mydata.pmp.synchronizer that throw SynchronizerException Modifier and Type Method Description void
CloudSynchronizer. pushPep(de.fraunhofer.iese.mydata.component.information.PepComponentInformation pepComponentInformation)
void
ISyncService. pushPep(de.fraunhofer.iese.mydata.component.information.PepComponentInformation pepComponentInformation)
Push the registration of a PEP componentvoid
CloudSynchronizer. pushPip(de.fraunhofer.iese.mydata.component.information.PipComponentInformation pipComponentInformation)
void
ISyncService. pushPip(de.fraunhofer.iese.mydata.component.information.PipComponentInformation pipComponentInformation)
Push the registration of a PIP componentvoid
CloudSynchronizer. pushPxp(de.fraunhofer.iese.mydata.component.information.PxpComponentInformation pxpComponentInformation)
void
ISyncService. pushPxp(de.fraunhofer.iese.mydata.component.information.PxpComponentInformation pxpComponentInformation)
Push the registration of a PXP componentvoid
CloudSynchronizer. start()
void
ISyncService. start()
Start synchronizationvoid
CloudSynchronizer. stop()
void
ISyncService. stop()
Stop synchronization
-