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> |
method(java.lang.String msg)
Call a method that must use a secure
transport under the hood.
|
jadex.commons.future.IFuture<java.lang.Void> |
method2(java.lang.String msg)
Call a method that must use a secure
transport under the hood.
|
public jadex.commons.future.IFuture<java.lang.Void> method(java.lang.String msg)
method
in interface ITestService
public jadex.commons.future.IFuture<java.lang.Void> method2(java.lang.String msg)
method2
in interface ITestService