Modifier and Type | Class and Description |
---|---|
static class |
ProvidedServiceConfigurationsAgent.MyAService |
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
agent |
Constructor and Description |
---|
ProvidedServiceConfigurationsAgent() |
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.Void> |
agentCreated()
Agent created.
|
jadex.commons.future.IFuture<java.lang.Void> |
executeBody()
The body.
|
static IAService |
getService()
Static method for fetching alternative service implementation.
|
jadex.commons.future.IFuture |
test()
Dummy service method.
|
public jadex.commons.future.IFuture<java.lang.Void> agentCreated()
public jadex.commons.future.IFuture<java.lang.Void> executeBody()
public jadex.commons.future.IFuture test()
public static IAService getService()