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, unexportObject
protected RMIRemoteBluetooth() throws java.rmi.RemoteException
java.rmi.RemoteException
public java.util.Collection<RemoteBTDevice> search() throws java.rmi.RemoteException
search
in interface RMIBluetooth
java.rmi.RemoteException
public java.lang.String getBluetoothAddress() throws java.rmi.RemoteException
getBluetoothAddress
in interface RMIBluetooth
java.rmi.RemoteException
public boolean getVisibility() throws java.rmi.RemoteException
getVisibility
in interface RMIBluetooth
java.rmi.RemoteException
public void setVisibility(boolean visible) throws java.rmi.RemoteException
setVisibility
in interface RMIBluetooth
java.rmi.RemoteException