Class CmsRemoteShellConfiguration

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsRemoteShellConfiguration​(boolean enabled, int port)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getPort()
      Gets the RMI registry port.
      boolean isEnabled()
      Returns true if the remote shell should be enabled.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CmsRemoteShellConfiguration

        public CmsRemoteShellConfiguration​(boolean enabled,
                                           int port)
        Creates a new instance.

        Parameters:
        enabled - true if the remote shell should be enabled
        port - the port to use for creating the RMI registry used by the remote shell.
    • Method Detail

      • getPort

        public int getPort()
        Gets the RMI registry port.

        Returns:
        the RMI registry port
      • isEnabled

        public boolean isEnabled()
        Returns true if the remote shell should be enabled.

        Returns:
        true if enabled