public class ProviderAgent extends java.lang.Object implements IExampleService
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.Integer> |
add(int a,
int b)
Add two ints.
|
jadex.commons.future.IFuture<java.lang.String> |
getItem()
Get an item.
|
jadex.commons.future.IIntermediateFuture<java.lang.String> |
getItems(int num)
Get the items.
|
public jadex.commons.future.IFuture<java.lang.String> getItem()
getItem
in interface IExampleService
public jadex.commons.future.IIntermediateFuture<java.lang.String> getItems(int num)
getItems
in interface IExampleService
public jadex.commons.future.IFuture<java.lang.Integer> add(int a, int b)
add
in interface IExampleService