Package | Description |
---|---|
org.apache.felix.deploymentadmin.spi |
Modifier and Type | Method and Description |
---|---|
protected void |
Command.commit(DeploymentSessionImpl session)
Commits all changes the command may have defined when it was executed by
calling the
execute() method. |
protected void |
UpdateCommand.doExecute(DeploymentSessionImpl session) |
protected void |
StopBundleCommand.doExecute(DeploymentSessionImpl session) |
protected void |
StartCustomizerCommand.doExecute(DeploymentSessionImpl session) |
protected void |
StartBundleCommand.doExecute(DeploymentSessionImpl session) |
protected void |
SnapshotCommand.doExecute(DeploymentSessionImpl session) |
protected void |
ProcessResourceCommand.doExecute(DeploymentSessionImpl session) |
protected void |
GetStorageAreaCommand.doExecute(DeploymentSessionImpl session) |
protected void |
DropResourceCommand.doExecute(DeploymentSessionImpl session) |
protected void |
DropBundleCommand.doExecute(DeploymentSessionImpl session) |
protected void |
DropAllResourcesCommand.doExecute(DeploymentSessionImpl session) |
protected void |
DropAllBundlesCommand.doExecute(DeploymentSessionImpl session) |
protected void |
CommitResourceCommand.doExecute(DeploymentSessionImpl session) |
protected abstract void |
Command.doExecute(DeploymentSessionImpl session)
Executes the command, the specified
DeploymentSession can be
used to obtain various information about the deployment session which the
command is part of. |
void |
Command.execute(DeploymentSessionImpl session)
Executes the command, the specified
DeploymentSession can be
used to obtain various information about the deployment session which the
command is part of. |
protected void |
CommitResourceCommand.rollback(DeploymentSessionImpl session) |
protected void |
Command.rollback(DeploymentSessionImpl session)
Rolls back all actions that were added through the
addRollback(Runnable r) method (in reverse adding order). |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.