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 |
---|---|
protected void |
doCall(jadex.commons.future.Future<?> ret) |
jadex.commons.future.IFuture<java.lang.Void> |
method1()
Call a method that must use a secure
transport under the hood.
|
jadex.commons.future.ITerminableFuture<java.lang.Void> |
method2()
A test method.
|
jadex.commons.future.IIntermediateFuture<java.lang.Void> |
method3()
A test method.
|
jadex.commons.future.ISubscriptionIntermediateFuture<java.lang.Void> |
method4()
A test method.
|
jadex.commons.future.IPullIntermediateFuture<java.lang.Void> |
method5()
A test method.
|
jadex.commons.future.IPullSubscriptionIntermediateFuture<java.lang.Void> |
method6()
A test method.
|
public jadex.commons.future.IFuture<java.lang.Void> method1()
method1
in interface ITestService
public jadex.commons.future.ITerminableFuture<java.lang.Void> method2()
method2
in interface ITestService
public jadex.commons.future.IIntermediateFuture<java.lang.Void> method3()
method3
in interface ITestService
public jadex.commons.future.ISubscriptionIntermediateFuture<java.lang.Void> method4()
method4
in interface ITestService
public jadex.commons.future.IPullIntermediateFuture<java.lang.Void> method5()
method5
in interface ITestService
public jadex.commons.future.IPullSubscriptionIntermediateFuture<java.lang.Void> method6()
method6
in interface ITestService
protected void doCall(jadex.commons.future.Future<?> ret)