Session Start-up

Starts the management of an Unwired Server instance.

Syntax

public static SUPServer getSUPServer(ServerContext serverContext) throws SUPAdminException;

Returns

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

Examples

  • Session Start-up
    SUPServer supServer = SUPObjectFactory.getSUPServer(serverContext);

Usage

When an instance of SUPServer is returned from the SUPObjectFactory, call its method. The state of the connection to the Unwired Server is automatically managed; an explicit connection to the Unwired Server is not required.