Retrieval of Domains

Retrieves the domains in a cluster.

Syntax

Collection<String> getDomains() throws SUPAdminException;

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples