Class OperationBase<T>
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.common.operation.OperationBase<T>
-
- All Implemented Interfaces:
Operation<T>
- Direct Known Subclasses:
AzureTask,MethodOperation
public abstract class OperationBase<T> extends Object implements Operation<T>
-
-
Field Summary
Fields Modifier and Type Field Description private OperationContextcontext-
Fields inherited from interface com.microsoft.azure.toolkit.lib.common.operation.Operation
UNKNOWN_NAME
-
-
Constructor Summary
Constructors Constructor Description OperationBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationContextgetContext()StringgetExecutionId()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.microsoft.azure.toolkit.lib.common.operation.Operation
getActionParent, getBody, getEffectiveParent, getName, getParent, getTitle, getType, setParent
-
-
-
-
Field Detail
-
context
private OperationContext context
-
-
Method Detail
-
getExecutionId
@Nonnull public String getExecutionId()
- Specified by:
getExecutionIdin interfaceOperation<T>
-
getContext
public OperationContext getContext()
- Specified by:
getContextin interfaceOperation<T>
-
-