Unwired Servers Retrieval

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

Syntax

java.util.Collection<ServerVO> SUPCluster.getServers()

Returns

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

Examples