Start Operations Management

Starts the management of an Unwired Server operation.

Syntax

public static SUPOperation getSUPOperation(OperationContext operationContext) throws SUPAdminException

Returns

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

Examples

  • Start operation management
    domainContext = serverContext.getDomainContext("<domain name>");
    packageContext = domainContext.getPackageContext("<package name>");
    mboContext = packageContext.getMBOContext("<MBO name>");
    operationContext = mboContext.getOperationContext("<operation name>");
    SUPOperation supOperation = SUPObjectFactory.getSUPOperation(operationContext);

Usage

To manage Unwired Server operations, you must first create an instance of SUPOperation.