Package com.mendix.core.internal
Class CoreComponent
java.lang.Object
com.mendix.core.internal.CoreComponent
- All Implemented Interfaces:
org.osgi.service.event.EventHandler
@Deprecated
public class CoreComponent
extends Object
implements org.osgi.service.event.EventHandler
Deprecated.
since 10.20.
Defines a component for initializing
Core 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
ConstructorsConstructorDescriptionCoreComponent(Http http, Integration integration, ICore core, DataStorage dataStorage, Extensibility extensibility, Metrics metrics, Tracing tracing, LicenseInfo licenseInfo, Workflows workflows, Web web, CspHelper cspHelper) Deprecated.Initializes the component with all the needed dependencies. -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(org.osgi.service.event.Event event) Deprecated.
-
Constructor Details
-
CoreComponent
public CoreComponent(Http http, Integration integration, ICore core, DataStorage dataStorage, Extensibility extensibility, Metrics metrics, Tracing tracing, LicenseInfo licenseInfo, Workflows workflows, Web web, CspHelper cspHelper) Deprecated.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 toextensibility- the extensibility object to delegate tometrics- the metrics object to delegate totracing- the tracing object to delegate tolicenseInfo- the license info object to delegate toworkflows- the workflows object to delegate toweb- the web object to delegate tocspHelper- the cspHelper object to delegate to
-
-
Method Details
-
handleEvent
public void handleEvent(org.osgi.service.event.Event event) Deprecated.- Specified by:
handleEventin interfaceorg.osgi.service.event.EventHandler
-