Start Monitoring Management

Starts the management of an Unwired Server monitoring operations.

Syntax

public static SUPMonitor getSUPMonitor(ClusterContext clusterContext) throws SUPAdminException;

Returns

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

Examples

  • Start monitoring management
    clusterContext = serverContext.getClusterContext("<cluster name>");
    SUPMonitor supMonitor = SUPObjectFactory.getSUPMonitor(clusterContext);

Usage

To manage Unwired Server monitoring operations, you must create an instance of SUPMonitor.