Starts the management of an Unwired Server operation.
public static SUPOperation getSUPOperation(OperationContext operationContext) throws SUPAdminException
If successful, returns silently. If unsuccessful, returns SUPAdminException.
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);