Package com.mendix.core.internal
Class CoreComponent
- java.lang.Object
-
- com.mendix.core.internal.CoreComponent
-
- All Implemented Interfaces:
org.osgi.service.event.EventHandler
public class CoreComponent extends java.lang.Object implements org.osgi.service.event.EventHandler
Defines a component for initializingCore
upon initialization.This initialization occurs on the com/mendix/events/model/loaded event. This is an internal class that is not to be used and may change at any time.
-
-
Constructor Summary
Constructors Constructor Description CoreComponent(Http http, Integration integration, ICore core, DataStorage dataStorage, Metrics metrics, LicenseInfo licenseInfo, Workflows workflows)
Initializes the component with all the needed dependencies.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleEvent(org.osgi.service.event.Event event)
-
-
-
Constructor Detail
-
CoreComponent
public CoreComponent(Http http, Integration integration, ICore core, DataStorage dataStorage, Metrics metrics, LicenseInfo licenseInfo, Workflows workflows)
Initializes the component with all the needed dependencies.- Parameters:
http
- the HTTP object to delegate tointegration
- the integration object to delegate tocore
- the core object to delegate todataStorage
- the data-storage object to delegate tometrics
- the metrics object to delegate tolicenseInfo
- the license info object to delegate toworkflows
- the workflows object to delegate to
-
-