Class 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
    • Field Summary

      • Fields inherited from class java.rmi.server.RemoteObject

        ref
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RMIRemoteBluetooth()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBluetoothAddress()  
      boolean getVisibility()  
      java.util.Collection<RemoteBTDevice> search()  
      void setVisibility​(boolean visible)  
      • Methods inherited from class java.rmi.server.UnicastRemoteObject

        clone, exportObject, exportObject, exportObject, exportObject, exportObject, unexportObject
      • Methods inherited from class java.rmi.server.RemoteServer

        getClientHost, getLog, setLog
      • Methods inherited from class java.rmi.server.RemoteObject

        equals, getRef, hashCode, toString, toStub
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RMIRemoteBluetooth

        protected RMIRemoteBluetooth()
                              throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • search

        public java.util.Collection<RemoteBTDevice> search()
                                                    throws java.rmi.RemoteException
        Specified by:
        search in interface RMIBluetooth
        Throws:
        java.rmi.RemoteException
      • getBluetoothAddress

        public java.lang.String getBluetoothAddress()
                                             throws java.rmi.RemoteException
        Specified by:
        getBluetoothAddress in interface RMIBluetooth
        Throws:
        java.rmi.RemoteException
      • getVisibility

        public boolean getVisibility()
                              throws java.rmi.RemoteException
        Specified by:
        getVisibility in interface RMIBluetooth
        Throws:
        java.rmi.RemoteException
      • setVisibility

        public void setVisibility​(boolean visible)
                           throws java.rmi.RemoteException
        Specified by:
        setVisibility in interface RMIBluetooth
        Throws:
        java.rmi.RemoteException