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) |
jadex.commons.future.IFuture<java.lang.Void> |
methodB(long wait) |
public jadex.commons.future.IFuture<java.lang.Void> methodA(long wait)
methodA
in interface ITestService
public jadex.commons.future.IFuture<java.lang.Void> methodB(long wait)
methodB
in interface ITestService