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 SummaryFields Modifier and Type Field Description protected ServiceInvocationContextsic
 - 
Constructor SummaryConstructors Constructor Description InvokeMethodStep(ServiceInvocationContext sic)Create an invoke method step.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>execute(IInternalAccess ia)Execute the step.java.lang.StringtoString()
 
- 
- 
- 
Field Detail- 
sicprotected ServiceInvocationContext sic 
 
- 
 - 
Constructor Detail- 
InvokeMethodSteppublic InvokeMethodStep(ServiceInvocationContext sic) Create an invoke method step.
 
- 
 - 
Method Detail- 
executepublic IFuture<java.lang.Void> execute(IInternalAccess ia) Execute the step.- Specified by:
- executein interface- IComponentStep<java.lang.Void>
- Returns:
- The result of the command.
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-