|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PushConnection
Represents a bidirectional ("push") connection between a single UI and its client-side.
| Method Summary | |
|---|---|
void |
disconnect()
Closes the connection. |
boolean |
isConnected()
Returns whether this connection is currently open. |
void |
push()
Pushes pending state changes and client RPC calls to the client. |
| Method Detail |
|---|
void push()
isConnected() is false. It is NOT safe to invoke
this method if not holding the session lock.
This is internal API; please use UI.push() instead.
void disconnect()
isConnected() is
false.
boolean isConnected()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||