public class UserAgent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
agent |
Constructor and Description |
---|
UserAgent() |
Modifier and Type | Method and Description |
---|---|
void |
body() |
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> |
performTest(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> performTest(jadex.bridge.IComponentIdentifier root, int testno, long delay, int max)