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 Details

    • CoreComponent

      public CoreComponent(Http http, Integration integration, ICore core, DataStorage dataStorage, Extensibility extensibility, Metrics metrics, LicenseInfo licenseInfo, Workflows workflows, Web web, CspHelper cspHelper)
      Deprecated.
      Initializes the component with all the needed dependencies.
      Parameters:
      http - the HTTP object to delegate to
      integration - the integration object to delegate to
      core - the core object to delegate to
      dataStorage - the data-storage object to delegate to
      extensibility - the extensibility object to delegate to
      metrics - the metrics object to delegate to
      licenseInfo - the license info object to delegate to
      workflows - the workflows object to delegate to
      web - the web object to delegate to
      cspHelper - the cspHelper object to delegate to
  • Method Details

    • handleEvent

      public void handleEvent(org.osgi.service.event.Event event)
      Deprecated.
      Specified by:
      handleEvent in interface org.osgi.service.event.EventHandler