Package lejos.remote.ev3
Class RMIRemoteBluetooth
- java.lang.Object
-
- java.rmi.server.RemoteObject
-
- java.rmi.server.RemoteServer
-
- java.rmi.server.UnicastRemoteObject
-
- lejos.remote.ev3.RMIRemoteBluetooth
-
- All Implemented Interfaces:
java.io.Serializable,java.rmi.Remote,RMIBluetooth
public class RMIRemoteBluetooth extends java.rmi.server.UnicastRemoteObject implements RMIBluetooth
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRMIRemoteBluetooth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBluetoothAddress()booleangetVisibility()java.util.Collection<RemoteBTDevice>search()voidsetVisibility(boolean visible)-
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, exportObject, exportObject, unexportObject
-
-
-
-
Method Detail
-
search
public java.util.Collection<RemoteBTDevice> search() throws java.rmi.RemoteException
- Specified by:
searchin interfaceRMIBluetooth- Throws:
java.rmi.RemoteException
-
getBluetoothAddress
public java.lang.String getBluetoothAddress() throws java.rmi.RemoteException- Specified by:
getBluetoothAddressin interfaceRMIBluetooth- Throws:
java.rmi.RemoteException
-
getVisibility
public boolean getVisibility() throws java.rmi.RemoteException- Specified by:
getVisibilityin interfaceRMIBluetooth- Throws:
java.rmi.RemoteException
-
setVisibility
public void setVisibility(boolean visible) throws java.rmi.RemoteException- Specified by:
setVisibilityin interfaceRMIBluetooth- Throws:
java.rmi.RemoteException
-
-