Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
ApplicationConfigInstaller(String fileName,
ApplicationService appService,
org.apache.karaf.features.FeaturesService featuresService,
String postInstallFeatureStart,
String postInstallFeatureStop)
Constructor that creates the config installer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic ApplicationConfigInstaller(String fileName, ApplicationService appService, org.apache.karaf.features.FeaturesService featuresService, String postInstallFeatureStart, String postInstallFeatureStop)
fileName - Full pathname of the properties file.appService - Reference to the application server that should be called to start the
applications.featuresService - Reference to the features service that should be used to stop and start
and post-installation features.postInstallFeatureStart - Feature that should be started if installation occurs.postInstallFeatureStop - Feature that should be stopped if installation occurs.This work is licensed under a Creative Commons Attribution 4.0 International License.