Start Cluster Management

Starts the management of an Unwired Server cluster.

Syntax

public static SUPCluster getSUPCluster(ClusterContext clusterContext) throws SUPAdminException;

Examples

  • Cluster startup – starts the management of the specified cluster.
    clusterContext = serverContext.getClusterContext("<cluster name>");
    SUPCluster supCluster = SUPObjectFactory.getSUPCluster(clusterContext);

Usage

When an instance of SUPCluster is returned from the SUPObjectFactory, call its method.