public class RemoteManagerSettings
extends java.lang.Object
implements java.io.Serializable
The settings define the configuration of the remote manager interface on the system. This is the interface which is used by remote clients to access the system.
Constructor and Description |
---|
RemoteManagerSettings() |
RemoteManagerSettings(boolean enableDialup,
java.lang.String ipAddress,
int portBase,
java.lang.String hostName,
int maxRemoteSessions,
int maxSessionDuration)
Creates an instance of the settings with the specified parameters.
|
RemoteManagerSettings(RemoteManagerSettings remoteManagerSettings) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHostName() |
java.lang.String |
getIpAddress() |
int |
getMaxRemoteSessions() |
int |
getMaxSessionDuration() |
int |
getPortBase() |
boolean |
isDialupEnabled() |
void |
setDialupEnabled(boolean dialupEnabled) |
void |
setHostName(java.lang.String hostName) |
void |
setIpAddress(java.lang.String ipAddress) |
void |
setMaxRemoteSessions(int maxRemoteSessions) |
void |
setMaxSessionDuration(int maxSessionDuration) |
void |
setPortBase(int portBase) |
java.lang.String |
toString() |
public RemoteManagerSettings(boolean enableDialup, java.lang.String ipAddress, int portBase, java.lang.String hostName, int maxRemoteSessions, int maxSessionDuration)
enableDialup
- Set this to true
to enable remote clients to
connect to the system over a dial-up connection.ipAddress
- One of the system IP addresses in xxx.xxx.xxx.xxx format. This
is the address on which the system will accept connections
from remote clients.portBase
- A TCP port that the system will use to accept connections from
remote clients.hostName
- A hostname that maps to one of the system IP addresses. This
is the host name on which the system will accept connections
from remote clients.maxRemoteSessions
- The maximum number of connections from remote clients to keep
open at any time.maxSessionDuration
- The number of seconds for connections to be idle before the
system disconnects.public RemoteManagerSettings()
public RemoteManagerSettings(RemoteManagerSettings remoteManagerSettings)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getIpAddress()
public void setIpAddress(java.lang.String ipAddress)
public int getMaxRemoteSessions()
public void setMaxSessionDuration(int maxSessionDuration)
public int getMaxSessionDuration()
public void setMaxRemoteSessions(int maxRemoteSessions)
public boolean isDialupEnabled()
public void setDialupEnabled(boolean dialupEnabled)
public int getPortBase()
public void setPortBase(int portBase)
public java.lang.String getHostName()
public void setHostName(java.lang.String hostName)
Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.