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 interface
ServiceApplication
This 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 Application
Boot. boot(ExtendedProperties config, boolean useControlService, java.lang.String mode, BootErrorHandler errorHandler, java.lang.String[] args)
Boots application according to given configuration data.Application
ApplicationInitializer. initApplication(BootErrorHandler errorHandler, java.lang.String[] args)
This method should configure and initialize an application instance to be started.protected abstract Application
ApplicationPlugin. initApplication(ExtendedProperties config, java.lang.String[] args)
This method should instantiate and configure application instance that will then be started.Application
DefaultApplicationInitializer. 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 void
Boot. stopApplication(Application application)
Stops the application, shuts down plug-in manager and disposes log service.
-