ISynchronizer
, java.lang.Runnable
public class HomeSynchronizer extends java.lang.Object implements ISynchronizer, java.lang.Runnable
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
STATE_HOME_UP |
Hard coded system state that the home process will always attempt to attain first
|
PRIO, TYPE
Constructor | Description |
---|---|
HomeSynchronizer() |
Modifier and Type | Method | Description |
---|---|---|
void |
complete(ISynchronization sync) |
synchronizers implement this method to re-establish any desired
system state after all invalidations have been performed.
|
void |
preInvalidation(ISynchronization sync) |
synchronizers implement this method to collect the set of components to invalidate
and log messages to the end user.
|
void |
run() |
public static final java.lang.String STATE_HOME_UP
public void preInvalidation(ISynchronization sync)
com.zfabrik.util.sync.ISynchronizer
preInvalidation
in interface ISynchronizer
public void complete(ISynchronization sync)
com.zfabrik.util.sync.ISynchronizer
complete
in interface ISynchronizer
public void run()
run
in interface java.lang.Runnable