Server Properties Retrieval

Retrieves the general properties of the Unwired Server instance.

Syntax

ServerVO getProperties() throws SUPAdminException;

Returns

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

Examples

  • Getting properties – gets the properties for a server instance named ServerVO:
    ServerVO svo = supServer.getProperties();