Class RMIRemoteWifi

  • All Implemented Interfaces:
    java.io.Serializable, java.rmi.Remote, RMIWifi

    public class RMIRemoteWifi
    extends java.rmi.server.UnicastRemoteObject
    implements RMIWifi
    See Also:
    Serialized Form
    • Field Summary

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

        ref
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RMIRemoteWifi()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAccessPoint()  
      java.lang.String[] getAccessPointNames()  
      • 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

      • RMIRemoteWifi

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

      • getAccessPointNames

        public java.lang.String[] getAccessPointNames()
                                               throws java.rmi.RemoteException
        Specified by:
        getAccessPointNames in interface RMIWifi
        Throws:
        java.rmi.RemoteException
      • getAccessPoint

        public java.lang.String getAccessPoint()
                                        throws java.rmi.RemoteException
        Specified by:
        getAccessPoint in interface RMIWifi
        Throws:
        java.rmi.RemoteException