public class InvokerAgent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
agent |
Constructor and Description |
---|
InvokerAgent() |
Modifier and Type | Method and Description |
---|---|
void |
body()
The agent body.
|
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> |
performTestA(jadex.bridge.IComponentIdentifier root,
int testno,
long delay,
int max)
Perform the test.
|
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> |
performTestB(jadex.bridge.IComponentIdentifier root,
int testno,
long delay,
int max)
Perform the test.
|
protected jadex.commons.future.IFuture<jadex.base.test.TestReport[]> |
testLocal(int testno,
long delay,
int max)
Test if local intermediate results are correctly delivered
(not as bunch when finished has been called).
|
protected jadex.commons.future.IFuture<jadex.base.test.TestReport[]> |
testRemote(int testno,
long delay,
int max)
Test if remote intermediate results are correctly delivered
(not as bunch when finished has been called).
|
public void body()
protected jadex.commons.future.IFuture<jadex.base.test.TestReport[]> testLocal(int testno, long delay, int max)
protected jadex.commons.future.IFuture<jadex.base.test.TestReport[]> testRemote(int testno, long delay, int max)
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> performTestA(jadex.bridge.IComponentIdentifier root, int testno, long delay, int max)
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> performTestB(jadex.bridge.IComponentIdentifier root, int testno, long delay, int max)