NextApp Echo3
v3.0.b4

nextapp.echo.webcontainer
Interface SynchronizationState

All Known Implementing Classes:
Synchronization

public interface SynchronizationState

State information pertaining to a specific synchronization.


Method Summary
 boolean isOutOfSync()
          Determines if this synchronization has been determined to have come from an out-of-sync client.
 void setOutOfSync()
          Flags this synchronization as having come from an out-of-sync client.
 

Method Detail

isOutOfSync

boolean isOutOfSync()
Determines if this synchronization has been determined to have come from an out-of-sync client.

Returns:
true if the client is out of sync.

setOutOfSync

void setOutOfSync()
Flags this synchronization as having come from an out-of-sync client.


NextApp Echo3
v3.0.b4