Start Application Management

Starts the management of Unwired 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 applicatio management
    app = SUPObjectFactory.getSUPApplication(clusterContext);
    

Usage

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