ICatalogDomainManager MethodsIBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

The ICatalogDomainManager type exposes the following members.
Methods

  NameDescription
Public methodCreateCatalogDomainInfo
Creates an instance of the ICatalogDomainInfo object for the specified catalog service addresses.

The catalog service addresses are expressed in a string of the form:

catalogServerAddresses ::= <catalogServiceEndpoint> [,<catalogServiceEndpoint>]

catalogServiceEndpoint ::= <hostName> : <listenerPort>

hostName ::= The IP address or host name of a catalog service.

listenerPort ::= The listener port that the catalog service is configured to use.

For example:

com.acme.server1:2809,com.acme.server2:2809
Back to Top
See Also