Package lejos.remote.ev3
Class RMIRemoteWifi
- java.lang.Object
-
- java.rmi.server.RemoteObject
-
- java.rmi.server.RemoteServer
-
- java.rmi.server.UnicastRemoteObject
-
- lejos.remote.ev3.RMIRemoteWifi
-
- All Implemented Interfaces:
java.io.Serializable,java.rmi.Remote,RMIWifi
public class RMIRemoteWifi extends java.rmi.server.UnicastRemoteObject implements RMIWifi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRMIRemoteWifi()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAccessPoint()java.lang.String[]getAccessPointNames()-
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, exportObject, exportObject, unexportObject
-
-
-
-
Method Detail
-
getAccessPointNames
public java.lang.String[] getAccessPointNames() throws java.rmi.RemoteException- Specified by:
getAccessPointNamesin interfaceRMIWifi- Throws:
java.rmi.RemoteException
-
getAccessPoint
public java.lang.String getAccessPoint() throws java.rmi.RemoteException- Specified by:
getAccessPointin interfaceRMIWifi- Throws:
java.rmi.RemoteException
-
-