org.apache.felix.deploymentadmin.spi
Class StartBundleCommand
java.lang.Object
org.apache.felix.deploymentadmin.spi.Command
org.apache.felix.deploymentadmin.spi.StartBundleCommand
public class StartBundleCommand
- extends Command
Command that starts all bundles described in the source deployment package of a deployment session.
Method Summary |
void |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartBundleCommand
public StartBundleCommand()
execute
public void execute(DeploymentSessionImpl session)
- Description copied from class:
Command
- Executes the command, the specified
DeploymentSession
can be used to obtain various
information about the deployment session which the command is part of.
- Specified by:
execute
in class Command
- Parameters:
session
- The deployment session this command is part of.
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.