public class ServiceCallAgent extends TestAgent
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
ag |
protected jadex.bridge.IInternalAccess |
agent
The agent.
|
protected int |
max
The invocation count.
|
Constructor and Description |
---|
ServiceCallAgent() |
Modifier and Type | Method and Description |
---|---|
protected jadex.commons.future.IFuture<java.lang.Void> |
performSingleTest(java.lang.String servicename,
int factor)
Perform a number of calls on one required service.
|
protected jadex.commons.future.IFuture<java.lang.Void> |
performTests(jadex.bridge.service.types.cms.IComponentManagementService cms,
java.lang.String agentname,
int factor)
Perform all tests with the given agent.
|
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> |
test(jadex.bridge.service.types.cms.IComponentManagementService cms,
boolean local)
Perform tests.
|
body, cleanup, createComponent, createComponent, createPlatform, destroyComponent, getTestCount, performTests, setupLocalTest, setupRemotePlatform, setupRemoteTest, waitForRealtimeDelay
protected jadex.bridge.IInternalAccess agent
protected jadex.bridge.IInternalAccess ag
protected int max
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> test(jadex.bridge.service.types.cms.IComponentManagementService cms, boolean local)
protected jadex.commons.future.IFuture<java.lang.Void> performTests(jadex.bridge.service.types.cms.IComponentManagementService cms, java.lang.String agentname, int factor)
protected jadex.commons.future.IFuture<java.lang.Void> performSingleTest(java.lang.String servicename, int factor)