Package | Description |
---|---|
org.java.plugin.boot |
This package contains helper classes to start/stop JPF based applications.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServiceApplication
This is "marker" interface to represent a service style application that
may be started and stopped.
|
Modifier and Type | Method and Description |
---|---|
static Application |
Boot.boot(ExtendedProperties config,
boolean useControlService,
String mode,
BootErrorHandler errorHandler,
String[] args)
Boots application according to given configuration data.
|
Application |
ApplicationInitializer.initApplication(BootErrorHandler errorHandler,
String[] args)
This method should configure and initialize an application instance to be
started.
|
Application |
DefaultApplicationInitializer.initApplication(BootErrorHandler errorHandler,
String[] args)
Initializes application.
|
protected abstract Application |
ApplicationPlugin.initApplication(ExtendedProperties config,
String[] args)
This method should instantiate and configure application instance that
will then be started.
|
Modifier and Type | Method and Description |
---|---|
static void |
Boot.stopApplication(Application application)
Stops the application, shuts down plug-in manager and disposes log
service.
|
Copyright © 2016. All rights reserved.