org.eclipse.rwt.widgets
Class ClusteredSynchronizer
java.lang.Object
org.eclipse.swt.widgets.Synchronizer
org.eclipse.rwt.widgets.ClusteredSynchronizer
public class ClusteredSynchronizer
- extends Synchronizer
Instances of this class provide synchronization support for displays in
high-availability cluster environments.
If transparent session failover in conjunction with (a)syncExec()
is required, then this synchronizer should be used. Call setSynchronizer()
right
after the display was constructed.
- Since:
- 1.5
- See Also:
Synchronizer
,
Display.setSynchronizer(org.eclipse.swt.widgets.Synchronizer)
,
Display.syncExec(Runnable)
,
Display.asyncExec(Runnable)
Method Summary |
protected void |
runnableAdded(java.lang.Runnable runnable)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusteredSynchronizer
public ClusteredSynchronizer(Display display)
runnableAdded
protected void runnableAdded(java.lang.Runnable runnable)
- Overrides:
runnableAdded
in class Synchronizer
Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2011. All rights reserved.