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 |
Modifier and Type | Method and Description |
---|---|
static ServiceCall |
ServiceCall.getCurrentInvocation()
Get the service call instance corresponding
to the current execution context.
|
static ServiceCall |
ServiceCall.getInvocation()
Set the properties of the next invocation.
|
static ServiceCall |
ServiceCall.getInvocation(Map<String,Object> props)
Set the properties of the next invocation.
|
Modifier and Type | Method and Description |
---|---|
ServiceCall |
ServiceInvocationContext.getServiceCall() |
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.
|
static ServiceCall |
CallAccess.getNextInvocation()
Get the invocation data for the next service call.
|
Modifier and Type | Method and Description |
---|---|
static void |
CallAccess.setNextInvocation(ServiceCall call)
Reset the invocation data for the next service call.
|
static void |
CallAccess.setServiceCall(ServiceCall call)
Set the current service call.
|
Copyright © 2013. All Rights Reserved.