org.jboss.osgi.deployer
Class BundleStartStopDeployer

java.lang.Object
  extended by org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
      extended by org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
          extended by org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer<org.osgi.framework.Bundle>
              extended by org.jboss.osgi.deployer.BundleStartStopDeployer
All Implemented Interfaces:
org.jboss.deployers.spi.deployer.Deployer, org.jboss.deployers.spi.Ordered

public class BundleStartStopDeployer
extends org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer<org.osgi.framework.Bundle>

This is the Bundle start/stop Deployer

Since:
27-Feb-2009
Author:
Ales.Justin@jboss.org, Thomas.Diesler@jboss.com

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.deployers.spi.Ordered
org.jboss.deployers.spi.Ordered.OrderedComparator
 
Field Summary
 
Fields inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
log
 
Fields inherited from interface org.jboss.deployers.spi.Ordered
COMPARATOR
 
Constructor Summary
BundleStartStopDeployer()
           
 
Method Summary
 void deploy(org.jboss.deployers.structure.spi.DeploymentUnit unit, org.osgi.framework.Bundle bundle)
           
 void setSystemContext(org.osgi.framework.BundleContext systemContext)
           
 void undeploy(org.jboss.deployers.structure.spi.DeploymentUnit unit, org.osgi.framework.Bundle bundle)
           
 
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer
getInput, internalDeploy, internalUndeploy
 
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
addControllerContextName, deploy, isControllerContextNameCandidate, isUseUnitName, putContext, removeContext, removeControllerContextName, setDeploymentRegistry, setUseUnitName, undeploy
 
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
addInput, addInput, addOutput, addOutput, addRequiredInput, addRequiredInput, getInputs, getOutput, getOutputs, getRelativeOrder, getRequiredInputs, getStage, isAllInputs, isComponentsOnly, isParentFirst, isTopLevelOnly, isWantComponents, setAllInputs, setComponentsOnly, setInput, setInputs, setInputs, setInputs, setOutput, setOutputs, setOutputs, setOutputs, setParentFirst, setRelativeOrder, setRequiredInputs, setStage, setTopLevelOnly, setWantComponents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleStartStopDeployer

public BundleStartStopDeployer()
Method Detail

setSystemContext

public void setSystemContext(org.osgi.framework.BundleContext systemContext)

deploy

public void deploy(org.jboss.deployers.structure.spi.DeploymentUnit unit,
                   org.osgi.framework.Bundle bundle)
            throws org.jboss.deployers.spi.DeploymentException
Specified by:
deploy in class org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer<org.osgi.framework.Bundle>
Throws:
org.jboss.deployers.spi.DeploymentException

undeploy

public void undeploy(org.jboss.deployers.structure.spi.DeploymentUnit unit,
                     org.osgi.framework.Bundle bundle)
Overrides:
undeploy in class org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer<org.osgi.framework.Bundle>


Copyright © 2010. All Rights Reserved.