- ServiceLoaderMonoSandbox - Class in ej.wadapps.monosandbox.service
-
Defines the order of the service loading resolution:
the services defined by dependency injection locally in all apps.
the services shared in the instance of the shared registry.
the services defined by dependency injection globally in the system properties.
- ServiceLoaderMonoSandbox() - Constructor for class ej.wadapps.monosandbox.service.ServiceLoaderMonoSandbox
-
Creates the service loader.
- SharedPropertyRegistryMonoSandbox - Class in ej.wadapps.monosandbox.property
-
This class is the implementation of the shared property registry without sandboxing.
- SharedPropertyRegistryMonoSandbox() - Constructor for class ej.wadapps.monosandbox.property.SharedPropertyRegistryMonoSandbox
-
- SharedServiceRegistryMonoSandbox - Class in ej.wadapps.monosandbox.service
-
This class is the implementation of the shared registry without sandboxing.
- SharedServiceRegistryMonoSandbox() - Constructor for class ej.wadapps.monosandbox.service.SharedServiceRegistryMonoSandbox
-
- start() - Method in class ej.wadapps.monosandbox.application.AbstractApplicationMonoSandbox
-
- start(IProgressMonitor) - Method in class ej.wadapps.monosandbox.application.AbstractApplicationMonoSandbox
-
- startEntryPoint() - Method in class ej.wadapps.monosandbox.application.AbstractApplicationMonoSandbox
-
Starts the entry point associated with the application.
- stop() - Method in class ej.wadapps.monosandbox.application.AbstractApplicationMonoSandbox
-
- stop(IProgressMonitor) - Method in class ej.wadapps.monosandbox.application.AbstractApplicationMonoSandbox
-
- stopEntryPoint() - Method in class ej.wadapps.monosandbox.application.AbstractApplicationMonoSandbox
-
Stops the entry point associated with the application.