IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid
Interface CatalogDomainManager


public interface CatalogDomainManager

Provides access to catalog domain configuration information for the current environment.

When running in a WebSphere Application Server profile augmented with WebSphere eXtreme Scale, the CatalogDomainManager returns the catalog service domain configuration information that is configured in the administration console.

Since:
8.5, XC10
See Also:
ObjectGridManager.getCatalogDomainManager()

Method Summary
 CatalogDomainInfo getDefaultDomainInfo()
          Retrieve the default, configured CatalogDomainInfo.
 CatalogDomainInfo getDomainInfo(String domainId)
          Retrieve the specified CatalogDomainInfo for the specified domainId.
 Collection<CatalogDomainInfo> getDomainInfos()
          Retrieve all configured CatalogDomainInfo objects.
 

Method Detail

getDefaultDomainInfo

CatalogDomainInfo getDefaultDomainInfo()
Retrieve the default, configured CatalogDomainInfo.

Returns:
the default CatalogDomainInfo, or null if not available.

getDomainInfo

CatalogDomainInfo getDomainInfo(String domainId)
Retrieve the specified CatalogDomainInfo for the specified domainId.

Parameters:
domainId - the domain identifier.
Returns:
the CatalogDomainInfo if found, or null.

getDomainInfos

Collection<CatalogDomainInfo> getDomainInfos()
Retrieve all configured CatalogDomainInfo objects.

Returns:
a collection of CatalogDomainInfo

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

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