Class MethodOperation
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.common.operation.OperationBase
-
- com.microsoft.azure.toolkit.lib.common.operation.MethodOperation
-
- All Implemented Interfaces:
Operation
public class MethodOperation extends OperationBase
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.microsoft.azure.toolkit.lib.common.operation.OperationBase
OperationBase.Id
-
Nested classes/interfaces inherited from interface com.microsoft.azure.toolkit.lib.common.operation.Operation
Operation.Type
-
-
Field Summary
Fields Modifier and Type Field Description private MethodInvocationinvocationprivate Objectsource-
Fields inherited from interface com.microsoft.azure.toolkit.lib.common.operation.Operation
UNKNOWN_NAME
-
-
Constructor Summary
Constructors Constructor Description MethodOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Callable<Object>getBody()AzureStringgetDescription()StringgetId()ObjectgetSource()StringtoString()-
Methods inherited from class com.microsoft.azure.toolkit.lib.common.operation.OperationBase
getContext, getExecutionId, getOperationName, getServiceName, getType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.microsoft.azure.toolkit.lib.common.operation.Operation
getActionParent, getEffectiveParent, getParent, setParent
-
-
-
-
Field Detail
-
invocation
private final MethodInvocation invocation
-
source
private Object source
-
-