Class ContainerSyncStatus
java.lang.Object
net.bluemind.core.container.model.ContainerSyncStatus
The up-to-date status of a container.
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionWhen the last synchronization has been done.When the next synchronization should be done in milliseconds.TheContainerSyncStatus.Statusof the synchronization.Container specific status informations.Tokens needed for the synchronization. - 
Constructor Summary
Constructors - 
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.Statusof the synchronization. - 
syncStatusInfo
Container specific status informations. 
 - 
 - 
Constructor Details
- 
ContainerSyncStatus
public ContainerSyncStatus() 
 -