Start Application Management

Starts the management of SAP Mobile Server applications, application connections, and application connection templates.

Syntax

public static SUPApplication getSUPApplication(ClusterContext clusterContext) throws SUPAdminException;

Returns

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

Examples

  • Start application management
    app = SUPObjectFactory.getSUPApplication(clusterContext);
    

Usage

To manage SAP Mobile Server applications, you must first create an instance of SUPApplication.