Package org.opencms.configuration
Class CmsRemoteShellConfiguration
java.lang.Object
org.opencms.configuration.CmsRemoteShellConfiguration
RMI shell server configuration.
-
Constructor Summary
ConstructorDescriptionCmsRemoteShellConfiguration
(boolean enabled, int port) Creates a new instance. -
Method Summary
-
Constructor Details
-
CmsRemoteShellConfiguration
Creates a new instance.- Parameters:
enabled
- true if the remote shell should be enabledport
- the port to use for creating the RMI registry used by the remote shell.
-
-
Method Details
-
getPort
Gets the RMI registry port.- Returns:
- the RMI registry port
-
isEnabled
Returns true if the remote shell should be enabled.- Returns:
- true if enabled
-