public class PullResultProviderAgent extends java.lang.Object implements IPullResultService
| Modifier and Type | Field and Description |
|---|---|
protected jadex.bridge.IInternalAccess |
agent
The agent.
|
| Constructor and Description |
|---|
PullResultProviderAgent() |
| Modifier and Type | Method and Description |
|---|---|
jadex.commons.future.IPullIntermediateFuture<java.lang.String> |
getResultsA(int max)
Get the results.
|
jadex.commons.future.IPullSubscriptionIntermediateFuture<java.lang.String> |
getResultsB(int max)
Get the results.
|
public jadex.commons.future.IPullIntermediateFuture<java.lang.String> getResultsA(int max)
getResultsA in interface IPullResultServicemax - The number of intermediate results that will be returned.public jadex.commons.future.IPullSubscriptionIntermediateFuture<java.lang.String> getResultsB(int max)
getResultsB in interface IPullResultServicemax - The number of intermediate results that will be returned.