Uses of Interface
org.java.plugin.boot.Application
Packages that use Application
Package
Description
This package contains helper classes to start/stop JPF based applications.
-
Uses of Application in org.java.plugin.boot
Subinterfaces of Application in org.java.plugin.bootModifier and TypeInterfaceDescriptioninterface
This is "marker" interface to represent a service style application that may be started and stopped.Methods in org.java.plugin.boot that return ApplicationModifier and TypeMethodDescriptionstatic Application
Boot.boot
(ExtendedProperties config, boolean useControlService, String mode, BootErrorHandler errorHandler, String[] args) Boots application according to given configuration data.ApplicationInitializer.initApplication
(BootErrorHandler errorHandler, String[] args) This method should configure and initialize an application instance to be started.protected abstract Application
ApplicationPlugin.initApplication
(ExtendedProperties config, String[] args) This method should instantiate and configure application instance that will then be started.DefaultApplicationInitializer.initApplication
(BootErrorHandler errorHandler, String[] args) Initializes application.Methods in org.java.plugin.boot with parameters of type ApplicationModifier and TypeMethodDescriptionstatic void
Boot.stopApplication
(Application application) Stops the application, shuts down plug-in manager and disposes log service.