com.sptci.echo2
Class UpdateManager
java.lang.Object
nextapp.echo2.app.update.UpdateManager
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
processClientUpdates
public void processClientUpdates()
- Over-ridden to handle exceptions.
- Overrides:
processClientUpdates in class UpdateManager