Class DecouplingInterceptor.InvokeMethodStep
- java.lang.Object
-
- jadex.bridge.service.component.interceptors.DecouplingInterceptor.InvokeMethodStep
-
- All Implemented Interfaces:
IComponentStep<java.lang.Void>
- Enclosing class:
- DecouplingInterceptor
public static class DecouplingInterceptor.InvokeMethodStep extends java.lang.Object implements IComponentStep<java.lang.Void>
Service invocation step.
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.Map<ServiceInvocationContext,java.lang.String>
_DEBUG
static java.lang.ThreadLocal<java.lang.String>
DEBUG
protected ServiceInvocationContext
sic
-
Constructor Summary
Constructors Constructor Description InvokeMethodStep(ServiceInvocationContext sic)
Create an invoke method step.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>
execute(IInternalAccess ia)
Execute the step.java.lang.String
toString()
-
-
-
Field Detail
-
_DEBUG
protected static final java.util.Map<ServiceInvocationContext,java.lang.String> _DEBUG
-
DEBUG
public static final java.lang.ThreadLocal<java.lang.String> DEBUG
-
sic
protected ServiceInvocationContext sic
-
-
Constructor Detail
-
InvokeMethodStep
public InvokeMethodStep(ServiceInvocationContext sic)
Create an invoke method step.
-
-
Method Detail
-
execute
public IFuture<java.lang.Void> execute(IInternalAccess ia)
Execute the step.- Specified by:
execute
in interfaceIComponentStep<java.lang.Void>
- Returns:
- The result of the command.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-