Uses of Interface
org.java.plugin.boot.Application
-
Packages that use Application Package Description org.java.plugin.boot 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.boot Modifier and Type Interface Description interfaceServiceApplicationThis is "marker" interface to represent a service style application that may be started and stopped.Methods in org.java.plugin.boot that return Application Modifier and Type Method Description static ApplicationBoot. boot(ExtendedProperties config, boolean useControlService, java.lang.String mode, BootErrorHandler errorHandler, java.lang.String[] args)Boots application according to given configuration data.ApplicationApplicationInitializer. initApplication(BootErrorHandler errorHandler, java.lang.String[] args)This method should configure and initialize an application instance to be started.protected abstract ApplicationApplicationPlugin. initApplication(ExtendedProperties config, java.lang.String[] args)This method should instantiate and configure application instance that will then be started.ApplicationDefaultApplicationInitializer. initApplication(BootErrorHandler errorHandler, java.lang.String[] args)Initializes application.Methods in org.java.plugin.boot with parameters of type Application Modifier and Type Method Description static voidBoot. stopApplication(Application application)Stops the application, shuts down plug-in manager and disposes log service.
-