Start Management of Hybrid App Packages

Starts the management of Hybrid App packages.

Syntax

public static SUPMobileHybridApp getSUPMobileHybridApp(ClusterContext clusterContext) throws SUPAdminException;

Returns

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

Examples

Usage

To manage SAP Mobile Server Hybrid App packages, you must create an instance of ServerContext with the correct information, and pass it to SUPObjectFactory.getSUPMobileHybridApp(). When an instance of SUPMobileHybridApp is returned, you can call its method as a typical Java method call.