Modifier and Type | Method and Description |
---|---|
abstract void |
InstallTask.execute(InstallationContext ctx)
This is the heart of the task - it performs the actual task.
|
void |
ChangeStateTask.execute(InstallationContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
AsyncWrapperInstallTask.execute(InstallationContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
SystemBundleUpdateTask.execute(InstallationContext ctx) |
void |
RestartActiveBundlesTask.execute(InstallationContext ctx) |
void |
RefreshBundlesTask.execute(InstallationContext ctx) |
void |
InstallerBundleUpdateTask.execute(InstallationContext ctx) |
void |
BundleUpdateTask.execute(InstallationContext ctx) |
void |
BundleStartTask.execute(InstallationContext ctx) |
void |
BundleRemoveTask.execute(InstallationContext ctx) |
void |
BundleInstallTask.execute(InstallationContext ctx) |
static void |
RefreshBundlesTask.markBundleForRefresh(InstallationContext ctx,
TaskSupport btc,
Bundle bundle) |
Modifier and Type | Method and Description |
---|---|
void |
WABundleRefresher.refreshBundles(InstallationContext ctx,
List<Bundle> bundles,
boolean wait) |
void |
PABundleRefresher.refreshBundles(InstallationContext ctx,
List<Bundle> bundles,
boolean wait) |
void |
BundleRefresher.refreshBundles(InstallationContext ctx,
List<Bundle> bundles,
boolean wait) |
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.