Class CmsRemoteShell

    • Field Summary

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

        ref
    • Constructor Summary

      Constructors 
      Constructor Description
      CmsRemoteShell​(java.lang.String additionalCommandsNames, int port)
      Creates a new instance.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void end()
      Signals to the remote object that the client is done with it (i.e.
      CmsShellCommandResult executeCommand​(java.lang.String cmd, java.util.List<java.lang.String> params)
      Executes a shell command .
      java.lang.String getPrompt()
      Returns the initial prompt to use.
      static void unregisterAll()
      Removes and unexports all instances.
      • 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