com.arunta.base.settings
Class RemoteManagerSettings

java.lang.Object
  extended by com.arunta.base.settings.RemoteManagerSettings
All Implemented Interfaces:
java.io.Serializable

public class RemoteManagerSettings
extends java.lang.Object
implements java.io.Serializable

Total Recall VR system Remote Manager Interface settings.

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.

See Also:
Serialized Form

Constructor Summary
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)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteManagerSettings

public 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.

Parameters:
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.

RemoteManagerSettings

public RemoteManagerSettings()

RemoteManagerSettings

public RemoteManagerSettings(RemoteManagerSettings remoteManagerSettings)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getIpAddress

public java.lang.String getIpAddress()

setIpAddress

public void setIpAddress(java.lang.String ipAddress)

getMaxRemoteSessions

public int getMaxRemoteSessions()

setMaxSessionDuration

public void setMaxSessionDuration(int maxSessionDuration)

getMaxSessionDuration

public int getMaxSessionDuration()

setMaxRemoteSessions

public void setMaxRemoteSessions(int maxRemoteSessions)

isDialupEnabled

public boolean isDialupEnabled()

setDialupEnabled

public void setDialupEnabled(boolean dialupEnabled)

getPortBase

public int getPortBase()

setPortBase

public void setPortBase(int portBase)

getHostName

public java.lang.String getHostName()

setHostName

public void setHostName(java.lang.String hostName)


Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.