Class RMIRemoteAnalogPort

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

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

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

        ref
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RMIRemoteAnalogPort​(java.lang.String portName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void getFloats​(float[] vals, int offset, int length)  
      float getPin1()  
      float getPin6()  
      boolean setPinMode​(int mode)  
      • 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

      • RMIRemoteAnalogPort

        protected RMIRemoteAnalogPort​(java.lang.String portName)
                               throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • getPin6

        public float getPin6()
                      throws java.rmi.RemoteException
        Specified by:
        getPin6 in interface RMIAnalogPort
        Throws:
        java.rmi.RemoteException
      • getPin1

        public float getPin1()
                      throws java.rmi.RemoteException
        Specified by:
        getPin1 in interface RMIAnalogPort
        Throws:
        java.rmi.RemoteException
      • close

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

        public boolean setPinMode​(int mode)
                           throws java.rmi.RemoteException
        Specified by:
        setPinMode in interface RMIAnalogPort
        Throws:
        java.rmi.RemoteException
      • getFloats

        public void getFloats​(float[] vals,
                              int offset,
                              int length)
                       throws java.rmi.RemoteException
        Specified by:
        getFloats in interface RMIAnalogPort
        Throws:
        java.rmi.RemoteException