Class RMIRemoteSampleProvider

    • Field Summary

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

        ref
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RMIRemoteSampleProvider​(java.lang.String portName, java.lang.String sensorName, java.lang.String modeName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      float[] fetchSample()  
      • 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

      • RMIRemoteSampleProvider

        protected RMIRemoteSampleProvider​(java.lang.String portName,
                                          java.lang.String sensorName,
                                          java.lang.String modeName)
                                   throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • fetchSample

        public float[] fetchSample()
                            throws java.rmi.RemoteException
        Specified by:
        fetchSample in interface RMISampleProvider
        Throws:
        java.rmi.RemoteException
      • close

        public void close()
                   throws java.rmi.RemoteException
        Specified by:
        close in interface RMISampleProvider
        Throws:
        java.rmi.RemoteException