Interface RMIBluetooth

  • All Superinterfaces:
    java.rmi.Remote
    All Known Implementing Classes:
    RMIRemoteBluetooth

    public interface RMIBluetooth
    extends java.rmi.Remote
    • Method Detail

      • search

        java.util.Collection<RemoteBTDevice> search()
                                             throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • getBluetoothAddress

        java.lang.String getBluetoothAddress()
                                      throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • getVisibility

        boolean getVisibility()
                       throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • setVisibility

        void setVisibility​(boolean visible)
                    throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException