|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
edu.washington.cs.supple.net.rmi.server.RemoteApplicationSessionImpl
Remote implementation of application sessions.
| Field Summary |
| Fields inherited from class java.rmi.server.RemoteObject |
ref |
| Constructor Summary | |
RemoteApplicationSessionImpl(SuppleApplicationSession session,
RemoteRenderer renderer)
Constructor. |
|
| Method Summary | |
void |
close()
Shut down this session |
void |
closedView(int uniqueId)
Closed a view. |
UiObject |
createUi()
Create UI root. |
UiObject |
execute(int uniqueId)
Execute an action. |
RemoteRenderer |
getRenderer()
|
void |
setValue(int uniqueId,
java.lang.Object v)
Process 'set' event |
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public RemoteApplicationSessionImpl(SuppleApplicationSession session,
RemoteRenderer renderer)
throws java.rmi.RemoteException
session - renderer - | Method Detail |
public RemoteRenderer getRenderer()
public UiObject createUi()
throws java.rmi.RemoteException
RemoteApplicationSession
createUi in interface RemoteApplicationSessionjava.rmi.RemoteException
public UiObject execute(int uniqueId)
throws java.rmi.RemoteException
RemoteApplicationSession
execute in interface RemoteApplicationSessionjava.rmi.RemoteException
public void setValue(int uniqueId,
java.lang.Object v)
throws java.rmi.RemoteException
RemoteApplicationSession
setValue in interface RemoteApplicationSessionuniqueId - v -
java.rmi.RemoteException
public void closedView(int uniqueId)
throws java.rmi.RemoteException
RemoteApplicationSession
closedView in interface RemoteApplicationSessionuniqueId -
java.rmi.RemoteException
public void close()
throws java.rmi.RemoteException
close in interface RemoteApplicationSessionjava.rmi.RemoteException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||