public class RMIRemoteBluetooth extends java.rmi.server.UnicastRemoteObject implements RMIBluetooth
| Modifier | Constructor and Description |
|---|---|
protected |
RMIRemoteBluetooth() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBluetoothAddress() |
boolean |
getVisibility() |
java.util.Collection<RemoteBTDevice> |
search() |
void |
setVisibility(boolean visible) |
clone, exportObject, exportObject, exportObject, unexportObjectprotected RMIRemoteBluetooth()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic java.util.Collection<RemoteBTDevice> search() throws java.rmi.RemoteException
search in interface RMIBluetoothjava.rmi.RemoteExceptionpublic java.lang.String getBluetoothAddress()
throws java.rmi.RemoteException
getBluetoothAddress in interface RMIBluetoothjava.rmi.RemoteExceptionpublic boolean getVisibility()
throws java.rmi.RemoteException
getVisibility in interface RMIBluetoothjava.rmi.RemoteExceptionpublic void setVisibility(boolean visible)
throws java.rmi.RemoteException
setVisibility in interface RMIBluetoothjava.rmi.RemoteException