public class UpdateManager extends UpdateManager
UpdateManager used to
handle uncaught exceptions and notify client about exception as opposed
to default Echo2 way of resetting the session.
Note: This code is taken from the code posted in the forum post
| Constructor and Description |
|---|
UpdateManager(Application application)
Create a new instance of the update manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
processClientUpdates()
Over-ridden to handle exceptions.
|
getClientUpdateManager, getServerUpdateManager, purgepublic UpdateManager(Application application)
application - The application intance this manager will service.UpdateManager.UpdateManager(nextapp.echo.app.ApplicationInstance)public void processClientUpdates()
processClientUpdates in class UpdateManager