|
JPF 1.5.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Application | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 |
DefaultApplicationInitializer.initApplication(BootErrorHandler errorHandler,
java.lang.String[] args)
Initializes application. |
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. |
Methods in org.java.plugin.boot with parameters of type Application | |
---|---|
static void |
Boot.stopApplication(Application application)
Stops the application, shuts down plug-in manager and disposes log service. |
|
JPF 1.5.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |