|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.apphere.ClientController
Constructor Summary | |
ClientController(java.net.InetAddress clientIP)
Constructor ClientController. |
|
ClientController(java.lang.String clientIPStr)
Constructor ClientController. |
Method Summary | |
void |
closeSession(int sessID)
Method closeSession tells client to close the specified session's application window. |
void |
doUpdate(int sessID)
Method doUpdate tells client to update AppHere server with its latest state information. |
void |
loadSession(int sessID)
Method loadSession tells client to open a shared application window and load the specified session. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClientController(java.net.InetAddress clientIP)
public ClientController(java.lang.String clientIPStr) throws java.net.UnknownHostException
Method Detail |
public void loadSession(int sessID) throws java.io.IOException
sessID
- of session to be loaded
java.io.IOException
public void doUpdate(int sessID) throws java.io.IOException
sessID
- of session to be sent to server
java.io.IOException
public void closeSession(int sessID) throws java.io.IOException
sessID
- of session to close on client
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |