Package | Description |
---|---|
jadex.bridge |
This package contains the interfaces of the adapter layer,
which is used to establish a connection between the Jadex runtime
system and an underlying platform.
|
jadex.bridge.service.component | |
jadex.bridge.service.component.interceptors | |
jadex.micro |
Modifier and Type | Method and Description |
---|---|
static ServiceCall |
ServiceCall.getCurrentInvocation()
Get the service call instance corresponding
to the current execution context.
|
static ServiceCall |
ServiceCall.getLastInvocation()
Get the last service call instance corresponding
to the current execution context.
|
static ServiceCall |
ServiceCall.getNextInvocation()
Get the invocation data for the next service call.
|
static ServiceCall |
ServiceCall.getOrCreateNextInvocation()
Set the properties of the next invocation.
|
static ServiceCall |
ServiceCall.getOrCreateNextInvocation(Map<String,Object> props)
Get or create the next servicecall for the next invocation.
|
Modifier and Type | Method and Description |
---|---|
ServiceCall |
ServiceInvocationContext.getLastServiceCall()
Get the last service call.
|
ServiceCall |
ServiceInvocationContext.getServiceCall()
Get the service call.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceInvocationContext.setCurrentCall(ServiceCall call)
Set the lastcall.
|
Modifier and Type | Class and Description |
---|---|
class |
CallAccess
Helper class to deal with service calls
|
Modifier and Type | Method and Description |
---|---|
static ServiceCall |
CallAccess.createServiceCall(IComponentIdentifier caller,
Map<String,Object> props)
Create a service call.
|
Modifier and Type | Method and Description |
---|---|
static void |
CallAccess.setCurrentInvocation(ServiceCall call)
Set the current service call.
|
static void |
CallAccess.setLastInvocation(ServiceCall call)
Reset the invocation data for the last service call.
|
static void |
CallAccess.setNextInvocation(ServiceCall call)
Reset the invocation data for the next service call.
|
Modifier and Type | Method and Description |
---|---|
ServiceCall |
MicroAgentInterpreter.StepInfo.getCall()
Get the call.
|
Modifier and Type | Method and Description |
---|---|
void |
MicroAgentInterpreter.StepInfo.setCall(ServiceCall call)
Set the call.
|
Constructor and Description |
---|
MicroAgentInterpreter.StepInfo(IComponentStep<?> step,
Future<?> future,
ServiceCall call,
Cause cause)
Create a new StepInfo.
|
Copyright © 2013. All Rights Reserved.