|
JPF 1.5.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BootErrorHandler | |
---|---|
org.java.plugin.boot | This package contains helper classes to start/stop JPF based applications. |
Uses of BootErrorHandler in org.java.plugin.boot |
---|
Classes in org.java.plugin.boot that implement BootErrorHandler | |
---|---|
class |
BootErrorHandlerConsole
Console out based error handler implementation, most suites good for non-interactive service-style applications. |
class |
BootErrorHandlerGui
Standard boot error handler for GUI applications. |
Methods in org.java.plugin.boot with parameters of type BootErrorHandler | |
---|---|
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. |
|
JPF 1.5.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |