Class KernelServiceProvider


  • public class KernelServiceProvider
    extends java.lang.Object
    Provides the instance of every Kernel service to the Features.
    • Method Detail

      • getTimer

        public static ej.bon.Timer getTimer()
        Returns the timer instance.
        Returns:
        the timer instance
      • getComponentService

        public static ComponentService getComponentService()
        Returns the component service instance.
        Returns:
        the component service instance
      • getDeviceService

        public static DeviceService getDeviceService()
        Returns the device service instance.
        Returns:
        the device service instance
      • getExternalResourceService

        public static ExternalResourceService getExternalResourceService()
        Returns the external resources service instance.
        Returns:
        the external resources service instance
      • getFontService

        public static FontService getFontService()
        Returns the font service instance.
        Returns:
        the font service instance
      • getHealthService

        public static HealthService getHealthService()
        Returns the health service instance.
        Returns:
        the health service instance
      • getResourceService

        public static ResourceService getResourceService()
        Returns the resource service instance.
        Returns:
        the resource service instance
      • getTimeService

        public static TimeService getTimeService()
        Returns the time service instance.
        Returns:
        the time service instance
      • getFeatureService

        public static FeatureService getFeatureService()
        Returns the feature service instance.
        Returns:
        the feature service instance