public class AppProviderService extends java.lang.Object implements jadex.bridge.service.types.appstore.IAppProviderService<IMandelbrotService>
| Modifier and Type | Field and Description |
|---|---|
protected jadex.bridge.IInternalAccess |
agent
The component.
|
protected jadex.bridge.service.types.appstore.AppMetaInfo |
ami
The app meta info.
|
| Constructor and Description |
|---|
AppProviderService() |
| Modifier and Type | Method and Description |
|---|---|
jadex.commons.future.IFuture<IMandelbrotService> |
getApplication() |
jadex.commons.future.IFuture<jadex.bridge.service.types.appstore.AppMetaInfo> |
getAppMetaInfo() |
protected jadex.bridge.service.types.appstore.AppMetaInfo ami
protected jadex.bridge.IInternalAccess agent
public jadex.commons.future.IFuture<jadex.bridge.service.types.appstore.AppMetaInfo> getAppMetaInfo()
getAppMetaInfo in interface jadex.bridge.service.types.appstore.IAppProviderService<IMandelbrotService>public jadex.commons.future.IFuture<IMandelbrotService> getApplication()
getApplication in interface jadex.bridge.service.types.appstore.IAppProviderService<IMandelbrotService>