public interface RMIBluetooth
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBluetoothAddress() |
boolean |
getVisibility() |
java.util.Collection<RemoteBTDevice> |
search() |
void |
setVisibility(boolean visible) |
java.util.Collection<RemoteBTDevice> search() throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getBluetoothAddress()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean getVisibility()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid setVisibility(boolean visible)
throws java.rmi.RemoteException
java.rmi.RemoteException