public interface ISynchronizable
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOutOfSynch()
true if the component is out of synch. |
void |
synch()
Perform a synchronization with the components physical resources.
|
boolean isOutOfSynch()
true if the component is out of synch.true if the component is out of synch.void synch()
In case of a scheduled synchronization this may be called by an external daemon.
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.