Start Management of Unwired Server Configuration

Starts the management of Unwired Server configuration information.

Syntax

public static SUPServerConfiguration getSUPServerConfiguration(ServerContext serverContext) throws SUPAdminException;

Returns

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

Examples

  • Unwired Server configuration
    SUPServerConfiguration supServerConf = SUPObjectFactory
    		.getSUPServerConfiguration(serverContext);

Usage

When an instance of SUPServerConfiguration is returned from the SUPObjectFactory, call its method.