jaugment2.UI
Class UIProxy
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--jaugment2.UI.UIProxy
- public class UIProxy
- extends java.rmi.server.UnicastRemoteObject
- implements TaskSwitching, java.rmi.Remote
The proxy of the text-editor-service
- See Also:
- Serialized Form
| Fields inherited from class java.rmi.server.UnicastRemoteObject |
csf,
port,
portFactoryParamTypes,
portParamTypes,
serialVersionUID,
ssf |
| Fields inherited from class java.rmi.server.RemoteServer |
log,
logname,
serialVersionUID |
| Fields inherited from class java.rmi.server.RemoteObject |
ref,
serialVersionUID |
|
Method Summary |
void |
SwitchTask(net.jini.core.lookup.ServiceID task)
|
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
,
clone,
exportObject,
exportObject,
exportObject,
exportObject,
readObject,
reexport,
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,
writeObject |
| Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
proxy
private TaskSwitching proxy
acl
private ProxyACL acl
UIProxy
public UIProxy(TaskSwitching service)
throws java.rmi.RemoteException
SwitchTask
public void SwitchTask(net.jini.core.lookup.ServiceID task)
throws java.rmi.RemoteException
- Specified by:
- SwitchTask in interface TaskSwitching