Class APIRemoteObject

    • Field Summary

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

        ref
    • Constructor Summary

      Constructors 
      Constructor Description
      APIRemoteObject()
      Constructor.
      APIRemoteObject​(int port)
      Constructor specifying port number.
      APIRemoteObject​(int port, java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf)
      Constructor specifying port number and factories.
    • Method Summary

      • 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

      • APIRemoteObject

        public APIRemoteObject()
                        throws java.rmi.RemoteException
        Constructor.
        Throws:
        java.rmi.RemoteException
      • APIRemoteObject

        public APIRemoteObject​(int port)
                        throws java.rmi.RemoteException
        Constructor specifying port number.
        Parameters:
        port - The port number.
        Throws:
        java.rmi.RemoteException
      • APIRemoteObject

        public APIRemoteObject​(int port,
                               java.rmi.server.RMIClientSocketFactory csf,
                               java.rmi.server.RMIServerSocketFactory ssf)
                        throws java.rmi.RemoteException
        Constructor specifying port number and factories.
        Parameters:
        port - The port number
        csf - Client Socket Factory.
        ssf - Server Socket Factory.
        Throws:
        java.rmi.RemoteException