| java.lang.Object nextapp.echo2.app.update.UpdateManager
UpdateManager | public class UpdateManager implements Serializable(Code) | | Primary interface to update management architecture.
|
UpdateManager | public UpdateManager(ApplicationInstance applicationInstance)(Code) | | Creates a new UpdateManager .
Warning: the creator must take care to invoke the
dispose() method before dereferencing this object.
Parameters: applicationInstance - the ApplicationInstance whichthis manager will service |
getClientUpdateManager | public ClientUpdateManager getClientUpdateManager()(Code) | | Returns the ClientUpdateManager , which is responsible for
queuing and processing updates received from the client.
the ClientUpdateManager |
getServerUpdateManager | public ServerUpdateManager getServerUpdateManager()(Code) | | Returns the ServerUpdateManager , which is responsible for
queuing server-side updates and rendering them to the client.
the ServerUpdateManager |
processClientUpdates | public void processClientUpdates()(Code) | | Processes client updates.
Processes any queued tasks.
Validates the component hierarchy for rendering in response to updates.
|
purge | public void purge()(Code) | | Purges all client and server updates.
|
|
|