Uses of Interface
com.microsoft.azure.toolkit.lib.common.operation.IAzureOperation
-
-
Uses of IAzureOperation in com.microsoft.azure.toolkit.lib.common.messager
Fields in com.microsoft.azure.toolkit.lib.common.messager declared as IAzureOperation Modifier and Type Field Description private IAzureOperation<?>AzureMessage.Context. operationMethods in com.microsoft.azure.toolkit.lib.common.messager that return types with arguments of type IAzureOperation Modifier and Type Method Description private static List<IAzureOperation<?>>AzureMessage. getAncestorOperationsUtilAction(IAzureOperation<?> current)private static List<IAzureOperation<?>>AzureMessage. getExceptionOperations(Throwable throwable)protected List<IAzureOperation<?>>AzureMessage. getOperations()Methods in com.microsoft.azure.toolkit.lib.common.messager with parameters of type IAzureOperation Modifier and Type Method Description private static List<IAzureOperation<?>>AzureMessage. getAncestorOperationsUtilAction(IAzureOperation<?> current)protected StringAzureHtmlMessage. getDetailItem(IAzureOperation<?> o)protected StringAzureMessage. getDetailItem(IAzureOperation<?> o) -
Uses of IAzureOperation in com.microsoft.azure.toolkit.lib.common.operation
Classes in com.microsoft.azure.toolkit.lib.common.operation that implement IAzureOperation Modifier and Type Class Description classMethodOperationFields in com.microsoft.azure.toolkit.lib.common.operation declared as IAzureOperation Modifier and Type Field Description protected IAzureOperation<?>AzureOperationContext. operationprivate IAzureOperation<?>AzureOperationException. operationprivate IAzureOperation<?>MethodOperation. parentMethods in com.microsoft.azure.toolkit.lib.common.operation that return IAzureOperation Modifier and Type Method Description static IAzureOperation<?>IAzureOperation. current()IAzureOperation<?>AzureOperationContext. currentOperation()default IAzureOperation<?>IAzureOperation. getActionParent()default IAzureOperation<?>IAzureOperation. getEffectiveParent()IAzureOperation<?>IAzureOperation. getParent()IAzureOperation<?>AzureOperationContext. popOperation()private static IAzureOperation<?>AzureOperationAspect. toOperation(org.aspectj.lang.JoinPoint point)Methods in com.microsoft.azure.toolkit.lib.common.operation with parameters of type IAzureOperation Modifier and Type Method Description static voidAzureOperationAspect. afterReturning(IAzureOperation<?> current, Object source)static voidAzureOperationAspect. afterThrowing(Throwable e, IAzureOperation<?> current, Object source)static voidAzureOperationAspect. beforeEnter(IAzureOperation<?> operation, Object source)static <T> TAzureOperationAspect. execute(IAzureOperation<T> operation, Object source)voidAzureOperationContext. pushOperation(IAzureOperation<?> operation)voidIAzureOperation. setParent(IAzureOperation<?> operation)Constructors in com.microsoft.azure.toolkit.lib.common.operation with parameters of type IAzureOperation Constructor Description AzureOperationException(IAzureOperation<?> operation, Throwable cause) -
Uses of IAzureOperation in com.microsoft.azure.toolkit.lib.common.task
Classes in com.microsoft.azure.toolkit.lib.common.task that implement IAzureOperation Modifier and Type Class Description classAzureTask<T>Fields in com.microsoft.azure.toolkit.lib.common.task declared as IAzureOperation Modifier and Type Field Description private IAzureOperation<?>AzureTask. parent -
Uses of IAzureOperation in com.microsoft.azure.toolkit.lib.common.telemetry
Fields in com.microsoft.azure.toolkit.lib.common.telemetry declared as IAzureOperation Modifier and Type Field Description private IAzureOperation<?>AzureTelemetry.Context. operationMethods in com.microsoft.azure.toolkit.lib.common.telemetry with parameters of type IAzureOperation Modifier and Type Method Description static voidAzureTelemeter. afterCreate(IAzureOperation<?> op)static voidAzureTelemeter. afterExit(IAzureOperation<?> op)static voidAzureTelemeter. beforeEnter(IAzureOperation<?> op)private static Map<String,String>AzureTelemeter. getActionProperties(IAzureOperation<?> operation)static AzureTelemetry.ContextAzureTelemetry. getContext(IAzureOperation<?> op)static voidAzureTelemeter. onError(IAzureOperation<?> op, Throwable error)private static Map<String,String>AzureTelemeter. serialize(IAzureOperation<?> op)
-