Package | Description |
---|---|
com.hcl.domino.admin |
Modifier and Type | Method and Description |
---|---|
static ServerAdmin.ClusterLookup |
ServerAdmin.ClusterLookup.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerAdmin.ClusterLookup[] |
ServerAdmin.ClusterLookup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
ServerAdmin.getServerClusterMates(String serverName,
ServerAdmin.ClusterLookup lookupMode)
This function retrieves a list of server names that belong to the
same cluster as the specified server.
If the serverName parameter is NULL then the function retrieves the cluster
members of the user's home server.The lookupMode parameter controls how the information is retrieved.If the LOOKUP_NOCACHE flag is specified then the information is
retrieved using a NameLookup on the server only.If the LOOKUP_CACHEONLY flag is specified then the information is
retrieved using the client's cluster name cache.If no flag (a value of NULL) is specified, then the information is retrieved first through the client's cluster name cache and if that is not successful, then through a NameLookup on the server. Note that the list returned does not include the input server name (or home server name if NULL was specified). ServerAdmin.getServerClusterMates(String, ClusterLookup) uses the Address book specified by the user's location record.Unless cascading Address books or Directory Assistance is enabled, the Notes mail domain field in the user's location record must be set to the domain name for the server(s) in the cluster and the Home/mail server field must be set to a server in this domain. If the target server is in a different domain than specified in the user's location record then in order for ServerAdmin.getServerClusterMates(String, ClusterLookup) to succeed, you must have cascading Address
books or Directory Assistance enabled and the target domain's Address book must be in the
list of Address books to be searched. |
Copyright © 2019–2021 HCL. All rights reserved.