B C G H I L M N O P R S U 
All Classes All Packages

B

BlackScreenDisplayable - Class in com.microej.kernel.green.gui
Class that represents a black screen to be displayed by the Kernel
BlackScreenDisplayable() - Constructor for class com.microej.kernel.green.gui.BlackScreenDisplayable
 

C

checkPermission(Permission, Feature) - Method in class com.microej.kernel.green.security.PermissionLogger
 
com.microej.kernel.green - package com.microej.kernel.green
This package contains the Main class of the Kernel.
com.microej.kernel.green.gui - package com.microej.kernel.green.gui
This package contains GUI related class.
com.microej.kernel.green.localdeploy - package com.microej.kernel.green.localdeploy
This package contains the server that handle localdeploy incoming commands.
com.microej.kernel.green.ntp - package com.microej.kernel.green.ntp
This package gathers NTP util functions.
com.microej.kernel.green.security - package com.microej.kernel.green.security
This package contains security-related classes.
com.microej.kernel.green.storage - package com.microej.kernel.green.storage
Implementation of Storage over FS using KF only.
CommandServer - Class in com.microej.kernel.green.localdeploy
CommandServerEntryPoint class is responsible for registering the listener, the logger and start the listener of remote commands.
CommandServer() - Constructor for class com.microej.kernel.green.localdeploy.CommandServer
Default constructor that registers the listeners, the logger and instantiates the RemoteCommandServer.

G

GUIManager - Class in com.microej.kernel.green.gui
Class to handle UI initialization.

H

handleEvent(int) - Method in class com.microej.kernel.green.gui.BlackScreenDisplayable
 

I

initSecurityManager() - Static method in class com.microej.kernel.green.security.SecurityInit
This method set the security management policy based on the chosen mode in the security.properties.list file
initUI() - Static method in class com.microej.kernel.green.gui.GUIManager
Starts MicroUI and initializes a black screen.

L

LOGGER - Static variable in class com.microej.kernel.green.Main
The Constant LOGGER for any log in the Kernel.

M

main(String[]) - Static method in class com.microej.kernel.green.Main
Simple main.
Main - Class in com.microej.kernel.green
Main class for the kernel, any code executed in the Kernel is called from this class.
Main() - Constructor for class com.microej.kernel.green.Main
 

N

NTPService - Class in com.microej.kernel.green.ntp
Class that handles the process of updating the NTP.
NTPService() - Constructor for class com.microej.kernel.green.ntp.NTPService
Instantiates an NTPService.

O

onConnectivity(boolean) - Method in class com.microej.kernel.green.ntp.NTPService
 
onInternet(boolean) - Method in class com.microej.kernel.green.ntp.NTPService
 

P

PermissionLogger - Class in com.microej.kernel.green.security
An example logging-only FeaturePermissionCheckDelegate implementation granting all permissions.
PermissionLogger(Logger, Level) - Constructor for class com.microej.kernel.green.security.PermissionLogger
Construct.

R

registerConverters() - Static method in class com.microej.kernel.green.Main
Register Kernel converters.
render(GraphicsContext) - Method in class com.microej.kernel.green.gui.BlackScreenDisplayable
 
RetryHelper - Class in com.microej.kernel.green.ntp
Utility class to handle fail and retry process in case time can't be retrieved or connectivityManager is null.
RetryHelper(NTPService, int, int) - Constructor for class com.microej.kernel.green.ntp.RetryHelper
Instantiates a RetryHelper.

S

scheduleRetryUpdate(long, long) - Method in class com.microej.kernel.green.ntp.RetryHelper
Schedule an update.
SecurityInit - Class in com.microej.kernel.green.security
Class to handle Security initialization.
start() - Method in class com.microej.kernel.green.ntp.NTPService
Starts the NTP client.
startServer() - Method in class com.microej.kernel.green.localdeploy.CommandServer
Starts the remote command server in a new thread.
stop() - Method in class com.microej.kernel.green.ntp.NTPService
Stops the NTP client.
stop() - Method in class com.microej.kernel.green.ntp.RetryHelper
Stops the retry.
stopServer() - Method in class com.microej.kernel.green.localdeploy.CommandServer
Stop the remote command server
StorageKfFs - Class in com.microej.kernel.green.storage
Extends the storage on file system to add sandboxing for the applications.
StorageKfFs() - Constructor for class com.microej.kernel.green.storage.StorageKfFs
Creates a sandboxed storage on file system.
StorageKfFs(String) - Constructor for class com.microej.kernel.green.storage.StorageKfFs
Creates a storage on file system specifying the parent folder where the root folder will be created.

U

update() - Method in class com.microej.kernel.green.ntp.NTPService
Tries an update.
B C G H I L M N O P R S U 
All Classes All Packages