Package jadex.micro.examples.mandelbrot
Class AppProviderService
- java.lang.Object
-
- jadex.micro.examples.mandelbrot.AppProviderService
-
- All Implemented Interfaces:
IAppProviderService<IMandelbrotService>
public class AppProviderService extends java.lang.Object implements IAppProviderService<IMandelbrotService>
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The component.protected AppMetaInfo
ami
The app meta info.
-
Constructor Summary
Constructors Constructor Description AppProviderService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<IMandelbrotService>
getApplication()
Get the application instance as entrance point.IFuture<AppMetaInfo>
getAppMetaInfo()
Get meta information about an application.
-
-
-
Field Detail
-
ami
protected AppMetaInfo ami
The app meta info.
-
agent
protected IInternalAccess agent
The component.
-
-
Method Detail
-
getAppMetaInfo
public IFuture<AppMetaInfo> getAppMetaInfo()
Description copied from interface:IAppProviderService
Get meta information about an application.- Specified by:
getAppMetaInfo
in interfaceIAppProviderService<IMandelbrotService>
- Returns:
- The meta info.
-
getApplication
public IFuture<IMandelbrotService> getApplication()
Description copied from interface:IAppProviderService
Get the application instance as entrance point.- Specified by:
getApplication
in interfaceIAppProviderService<IMandelbrotService>
- Returns:
- The application.
-
-