|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
Session |
getSessionState()
Method getSessionState returns the value of the shared application's current state. |
void |
setSessionState(Session newState)
Method setSessionState updates the application with the latest state from the user's client. |
void |
transferSession(java.net.InetAddress newClient)
Method transferSession tells the virtual application to allow a different client to access its state. |
| Method Detail |
public void setSessionState(Session newState)
newState - Session containing latest client valuespublic Session getSessionState()
public void transferSession(java.net.InetAddress newClient)
newClient -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||