Create Server Node

Create a server node configuration if there is none. Otherwise, the existing one will be updated.

Syntax

void saveServerNode(ServerNodeVO serverNode)
      throws SUPAdminException;

Parameters

Returns

If successful, returns silently. If unsuccessful, throws SUPAdminException.

Examples