|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.webcontainer.Synchronization
public class Synchronization
The high-level object which encapsulates the core of the client-server synchronization process for server-side applications.
| Constructor Summary | |
|---|---|
Synchronization(Connection conn)
Creates a new Synchronization. |
|
| Method Summary | |
|---|---|
boolean |
isOutOfSync()
Determines if this synchronization has been determined to have come from an out-of-sync client. |
void |
process()
Processes input from the connection and renders output. |
void |
setOutOfSync()
Flags this synchronization as having come from an out-of-sync client. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Synchronization(Connection conn)
throws java.io.IOException
Synchronization.
conn - the synchronization Connection
java.io.IOException| Method Detail |
|---|
public boolean isOutOfSync()
SynchronizationState
isOutOfSync in interface SynchronizationStateSynchronizationState.isOutOfSync()public void setOutOfSync()
SynchronizationState
setOutOfSync in interface SynchronizationStateSynchronizationState.setOutOfSync()
public void process()
throws java.io.IOException
UserInstance if it is new.ApplicationInstance.InputProcessor.OutputProcessor.UpdateManager (which were processed by the OutputProcessor.ApplicationInstance.
java.io.IOException
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||