Unwired Servers Retrieval

Retrieves a list of servers that are members in a cluster.

Syntax

Collection<ServerVO> getServers() throws SUPAdminException;

Returns

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

Examples