IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid
Interface CatalogDomainInfo


public interface CatalogDomainInfo

Identifies the configuration attributes of a catalog service domain.

Since:
8.5, XC10
See Also:
CatalogDomainManager

Method Summary
 String getClientCatalogServerEndpoints()
          Retrieve the catalog server endpoints used to connect a client to the remote catalog service domain.
 ClientSecurityConfiguration getClientSecurityConfiguration()
          Retrieve the ClientSecurityConfiguration for the domain.
 String getDomainId()
          Retrieve the identifier of the domain as specified by the catalog service domain.
 

Method Detail

getDomainId

String getDomainId()
Retrieve the identifier of the domain as specified by the catalog service domain.

Note: This is different than the name of the domain which is specified when starting the catalog services.

Returns:
the identifier of the domain.

getClientCatalogServerEndpoints

String getClientCatalogServerEndpoints()
Retrieve the catalog server endpoints used to connect a client to the remote catalog service domain.

The catalog service endpoints are used with the ObjectGridManager.connect(String, com.ibm.websphere.objectgrid.security.config.ClientSecurityConfiguration, java.net.URL) method to connect to a catalog service domain.

Returns:
the catalog service endpoints.

getClientSecurityConfiguration

ClientSecurityConfiguration getClientSecurityConfiguration()
Retrieve the ClientSecurityConfiguration for the domain.

The ClientSecurityConfiguration are used with the ObjectGridManager.connect(String, com.ibm.websphere.objectgrid.security.config.ClientSecurityConfiguration, java.net.URL) method to connect to a catalog service domain.

Returns:
the ClientSecurityConfiguration or null if security is not configured.

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.