Retrieve Server Farm Configuration

Retrieve the server farms that belong to this Relay Server.

Syntax

ServerFarmVO getServerFarm(Integer serverFarmID)
      throws SUPAdminException;

Parameters

Returns

If successful, returns a list of server farms. If unsuccessful, throws SUPAdminException.

Examples