Class RMIRemoteLCD

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

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

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

        ref
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RMIRemoteLCD()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clearDisplay()  
      void drawChar​(char c, int x, int y)  
      void drawInt​(int i, int x, int y)  
      void drawInt​(int i, int places, int x, int y)  
      void drawString​(java.lang.String str, int x, int y)  
      void drawString​(java.lang.String str, int x, int y, boolean inverted)  
      • 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

      • RMIRemoteLCD

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

      • drawChar

        public void drawChar​(char c,
                             int x,
                             int y)
                      throws java.rmi.RemoteException
        Specified by:
        drawChar in interface RMILCD
        Throws:
        java.rmi.RemoteException
      • clearDisplay

        public void clearDisplay()
                          throws java.rmi.RemoteException
        Specified by:
        clearDisplay in interface RMILCD
        Throws:
        java.rmi.RemoteException
      • drawString

        public void drawString​(java.lang.String str,
                               int x,
                               int y,
                               boolean inverted)
        Specified by:
        drawString in interface RMILCD
      • drawString

        public void drawString​(java.lang.String str,
                               int x,
                               int y)
                        throws java.rmi.RemoteException
        Specified by:
        drawString in interface RMILCD
        Throws:
        java.rmi.RemoteException
      • drawInt

        public void drawInt​(int i,
                            int x,
                            int y)
                     throws java.rmi.RemoteException
        Specified by:
        drawInt in interface RMILCD
        Throws:
        java.rmi.RemoteException
      • drawInt

        public void drawInt​(int i,
                            int places,
                            int x,
                            int y)
                     throws java.rmi.RemoteException
        Specified by:
        drawInt in interface RMILCD
        Throws:
        java.rmi.RemoteException