Retrieve Server Node

Retrieve a server node configuration wtih the given ID.

Syntax

ServerNodeVO getServerNode(Integer serverNodeId)
      throws SUPAdminException;

Parameters

Returns

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

Examples