public class CmsRemoteShellConfiguration extends java.lang.Object
| Constructor and Description |
|---|
CmsRemoteShellConfiguration(boolean enabled,
int port)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPort()
Gets the RMI registry port.
|
boolean |
isEnabled()
Returns true if the remote shell should be enabled.
|
public CmsRemoteShellConfiguration(boolean enabled, int port)
enabled - true if the remote shell should be enabledport - the port to use for creating the RMI registry used by the remote shell.