Package com.microej.wear
Class KernelServiceProvider
- java.lang.Object
-
- com.microej.wear.KernelServiceProvider
-
public class KernelServiceProvider extends java.lang.ObjectProvides the instance of every Kernel service to the Features.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ComponentServicegetComponentService()Returns the component service instance.static DeviceServicegetDeviceService()Returns the device service instance.static ExternalResourceServicegetExternalResourceService()Returns the external resources service instance.static FontServicegetFontService()Returns the font service instance.static HealthServicegetHealthService()Returns the health service instance.static ResourceServicegetResourceService()Returns the resource service instance.static ej.bon.TimergetTimer()Returns the timer instance.static TimeServicegetTimeService()Returns the time service instance.
-
-
-
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.
-
-