Class ContainerSyncStatus
java.lang.Object
net.bluemind.core.container.model.ContainerSyncStatus
The up-to-date status of a container.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionWhen the last synchronization has been done.When the next synchronization should be done in milliseconds.TheContainerSyncStatus.Status
of the synchronization.Container specific status informations.Tokens needed for the synchronization. -
Constructor Summary
-
Method Summary
-
Field Details
-
syncTokens
Tokens needed for the synchronization. -
nextSync
When the next synchronization should be done in milliseconds. -
lastSync
When the last synchronization has been done. -
syncStatus
TheContainerSyncStatus.Status
of the synchronization. -
syncStatusInfo
Container specific status informations.
-
-
Constructor Details
-
ContainerSyncStatus
public ContainerSyncStatus()
-