public class ProviderAndUserAgent extends UserAgent implements ICryptoService
Modifier and Type | Field and Description |
---|---|
protected boolean |
busy |
protected java.util.List<jadex.commons.future.Future<java.lang.Void>> |
callqueue
The call queue.
|
protected int |
cnt
The invocation counter.
|
protected boolean |
defer
Defer flag.
|
protected jadex.bridge.service.IServiceIdentifier |
sid |
protected long |
wait
The test string.
|
Constructor and Description |
---|
ProviderAndUserAgent() |
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.String> |
encrypt(java.lang.String text)
Test method.
|
addData, addValue, body, cleanup, createChart, getChart, getChartPanel, invoke
protected jadex.bridge.service.IServiceIdentifier sid
protected long wait
protected int cnt
protected java.util.List<jadex.commons.future.Future<java.lang.Void>> callqueue
protected boolean busy
protected boolean defer
public jadex.commons.future.IFuture<java.lang.String> encrypt(java.lang.String text)
encrypt
in interface ICryptoService