|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echo2.app.update.UpdateManager
Primary interface to update management architecture.
| Constructor Summary | |
UpdateManager(ApplicationInstance applicationInstance)
Creates a new UpdateManager. |
|
| Method Summary | |
ClientUpdateManager |
getClientUpdateManager()
Returns the ClientUpdateManager, which is responsible for
queuing and processing updates received from the client. |
ServerUpdateManager |
getServerUpdateManager()
Returns the ServerUpdateManager, which is responsible for
queuing server-side updates and rendering them to the client. |
void |
processClientUpdates()
Processes client updates. |
void |
purge()
Purges all client and server updates. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UpdateManager(ApplicationInstance applicationInstance)
UpdateManager.
Warning: the creator must take care to invoke the
dispose() method before dereferencing this object.
applicationInstance - the ApplicationInstance which
this manager will service| Method Detail |
public ClientUpdateManager getClientUpdateManager()
ClientUpdateManager, which is responsible for
queuing and processing updates received from the client.
ClientUpdateManagerpublic ServerUpdateManager getServerUpdateManager()
ServerUpdateManager, which is responsible for
queuing server-side updates and rendering them to the client.
ServerUpdateManagerpublic void processClientUpdates()
public void purge()
|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||