Session Start-up

Starts the management of an SAP Mobile 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 SAP Mobile Server is automatically managed; an explicit connection to the SAP Mobile Server is not required.