Uses of Class
de.aeb.xnsg.foundation.bf.sync.SyncEventsRequestDTO
Packages that use SyncEventsRequestDTO
Package
Description
This business facade provides basic features of an XNSG business server,
providing some information with which clients, which components and versions
this server is running.
-
Uses of SyncEventsRequestDTO in de.aeb.xnsg.foundation.bf
Methods in de.aeb.xnsg.foundation.bf with parameters of type SyncEventsRequestDTOModifier and TypeMethodDescriptionISyncBF.getNotAcknowledgedEvents(SyncEventsRequestDTO request) Poll any not acknowledged events for the client system.
This method does not require, that the client system fillssyncId.
However, it requires, that a call toISyncBF.acknowledgeEvents(AcknowledgeEventsRequestDTO)is done for acknowledge of the events.ISyncBF.synchronizeEvents(SyncEventsRequestDTO request) Poll the next events for the client system.
This method requires the client system to persist the synchronisation state itself and passing a proper value forsyncId.
SeeISyncBF.getNotAcknowledgedEvents(SyncEventsRequestDTO)for a version of the method, where the synchronisation state is kept within the Engine.