SPT Core API

com.sptci.echo2
Class UpdateManager

java.lang.Object
  extended by nextapp.echo2.app.update.UpdateManager
      extended by com.sptci.echo2.UpdateManager
All Implemented Interfaces:
Serializable

public class UpdateManager
extends UpdateManager

A custom 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

Version:
$Id: UpdateManager.java 4553 2008-12-24 10:34:16Z rakesh $
Author:
Rakesh Vidyadharan 2007-09-24
See Also:
Serialized Form

Constructor Summary
UpdateManager(Application application)
          Create a new instance of the update manager.
 
Method Summary
 void processClientUpdates()
          Over-ridden to handle exceptions.
 
Methods inherited from class nextapp.echo2.app.update.UpdateManager
getClientUpdateManager, getServerUpdateManager, purge
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateManager

public UpdateManager(Application application)
Create a new instance of the update manager.

Parameters:
application - The application intance this manager will service.
See Also:
UpdateManager.UpdateManager(nextapp.echo2.app.ApplicationInstance)
Method Detail

processClientUpdates

public void processClientUpdates()
Over-ridden to handle exceptions.

Overrides:
processClientUpdates in class UpdateManager

SPT Core API