public interface SystemServerConnectionDescriptor
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDataDirectory()
Returns the data directory for this connection descriptor.
|
java.lang.String |
getDomainName()
Returns the domain name to be used when logging into the server (if applicable)
or the empty string.
|
java.lang.String |
getHostName()
Returns the host name or IP address of the server machine.
|
int |
getPortNumber()
Returns the port number which the server is listening on.
|
int |
getServerMajorVersion()
Returns the major version of server required by this descriptor.
|
int |
getServerMinorVersion()
Returns the minor version of server required by this descriptor.
|
int |
getServerPatchVersion()
Returns the patch version of server required by this descriptor.
|
java.lang.String |
getUserName()
Returns the user's login name.
|
java.lang.String getHostName()
int getPortNumber()
java.lang.String getDomainName()
java.lang.String getUserName()
java.lang.String getDataDirectory()
int getServerMajorVersion()
int getServerMinorVersion()
int getServerPatchVersion()
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.