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 SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe component.protected AppMetaInfoamiThe app meta info.
 - 
Constructor SummaryConstructors Constructor Description AppProviderService()
 - 
Method SummaryAll 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- 
amiprotected AppMetaInfo ami The app meta info.
 - 
agentprotected IInternalAccess agent The component.
 
- 
 - 
Method Detail- 
getAppMetaInfopublic IFuture<AppMetaInfo> getAppMetaInfo() Description copied from interface:IAppProviderServiceGet meta information about an application.- Specified by:
- getAppMetaInfoin interface- IAppProviderService<IMandelbrotService>
- Returns:
- The meta info.
 
 - 
getApplicationpublic IFuture<IMandelbrotService> getApplication() Description copied from interface:IAppProviderServiceGet the application instance as entrance point.- Specified by:
- getApplicationin interface- IAppProviderService<IMandelbrotService>
- Returns:
- The application.
 
 
- 
 
-