public class ProviderAgent extends java.lang.Object implements ITestService
| Modifier and Type | Field and Description |
|---|---|
protected jadex.bridge.IInternalAccess |
agent |
| Constructor and Description |
|---|
ProviderAgent() |
| Modifier and Type | Method and Description |
|---|---|
jadex.commons.future.IFuture<java.lang.Void> |
methodA(long wait)
A test method.
|
jadex.commons.future.IFuture<java.lang.Void> |
methodB(long wait) |
public jadex.commons.future.IFuture<java.lang.Void> methodA(long wait)
ITestServicemethodA in interface ITestServicepublic jadex.commons.future.IFuture<java.lang.Void> methodB(long wait)