Package | Description |
---|---|
jadex.bdi.runtime.interpreter | |
jadex.bpmn.runtime | |
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.types.remote | |
jadex.micro |
Modifier and Type | Method and Description |
---|---|
void |
BDIInterpreter.streamArrived(IConnection con)
Inform the agent that a message has arrived.
|
Modifier and Type | Method and Description |
---|---|
void |
BpmnInterpreter.streamArrived(IConnection con)
Can be called concurrently (also during executeAction()).
|
Modifier and Type | Interface and Description |
---|---|
interface |
IInputConnection
Interface for input connection stream.
|
interface |
IOutputConnection
Interface for output connection.
|
Modifier and Type | Method and Description |
---|---|
void |
IComponentInstance.streamArrived(IConnection con)
Can be called concurrently (also during executeAction()).
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceInputConnection |
class |
ServiceInputConnectionProxy |
class |
ServiceOutputConnection
A service output connection can be used to write data to a remote input connection.
|
class |
ServiceOutputConnectionProxy |
Modifier and Type | Method and Description |
---|---|
void |
PojoMicroAgent.streamArrived(IConnection con)
Called, whenever a message is received.
|
void |
MicroAgentInterpreter.streamArrived(IConnection con)
Can be called concurrently (also during executeAction()).
|
void |
MicroAgent.streamArrived(IConnection con)
Called, whenever a stream is received.
|
Copyright © 2013. All Rights Reserved.