SystemServerConnectionDescriptor
Objects
Defines the basic data elements that describes a server connection. Note that for security reasons, the user's password is not accessible through this interface.
s.getDataDirectory() : string
Returns the data directory for this connection descriptor.
s.getDomainName() : string
Returns the domain name to be used when logging into the server (if applicable) or the empty string.
s.getHostName() : string
Returns the host name or IP address of the server machine.
s.getPortNumber() : int
Returns the port number which the server is listening on.
s.getServerMajorVersion() : int
Returns the major version of server required by this descriptor.
s.getServerMinorVersion() : int
Returns the minor version of server required by this descriptor.
s.getServerPatchVersion() : int
Returns the patch version of server required by this descriptor.
s.getUserName() : string
Returns the user's login name.