public class RemovedServiceAgent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
agent
The agent reference.
|
protected jadex.bridge.service.types.cms.IComponentManagementService |
cms
The cms service.
|
protected int |
cnt
The test counter.
|
Constructor and Description |
---|
RemovedServiceAgent() |
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.Void> |
body()
Perform the tests and indicate completion in the future.
|
jadex.commons.future.IFuture<java.util.Collection<jadex.base.test.TestReport>> |
performTests(java.lang.String agentname,
boolean callsuccess)
Perform the tests and indicate completion in the future.
|
protected jadex.bridge.IInternalAccess agent
protected jadex.bridge.service.types.cms.IComponentManagementService cms
protected int cnt
public jadex.commons.future.IFuture<java.lang.Void> body()
public jadex.commons.future.IFuture<java.util.Collection<jadex.base.test.TestReport>> performTests(java.lang.String agentname, boolean callsuccess)