Uses of Interface
org.jboss.deployers.structure.spi.DeploymentContext

Packages that use DeploymentContext
org.jboss.deployers.plugins.deployers   
org.jboss.deployers.plugins.main   
org.jboss.deployers.spi.deployer   
org.jboss.deployers.structure.spi   
org.jboss.deployers.structure.spi.helpers   
org.jboss.deployers.structure.spi.main   
org.jboss.deployers.structure.spi.scope   
org.jboss.deployers.structure.spi.scope.helpers   
org.jboss.deployers.vfs.plugins.structure   
org.jboss.deployers.vfs.plugins.structure.modify   
org.jboss.deployers.vfs.spi.structure   
 

Uses of DeploymentContext in org.jboss.deployers.plugins.deployers
 

Methods in org.jboss.deployers.plugins.deployers with parameters of type DeploymentContext
 void DeployersImpl.change(DeploymentContext context, DeploymentStage stage)
           
protected  void DeployersImpl.checkComplete(boolean checkContexts, DeploymentContext... contexts)
          Check if deployments are complete.
 void DeployersImpl.checkComplete(DeploymentContext... contexts)
           
protected  void DeployersImpl.checkComplete(DeploymentContext context, Map<String,Throwable> contextsInError, Map<String,Set<MissingDependency>> contextsMissingDependencies, Set<org.jboss.dependency.spi.ControllerContext> notInstalled, org.jboss.dependency.spi.ControllerStateModel states)
          Check complete on deployment context.
 void DeployersImpl.checkStructureComplete(DeploymentContext... contexts)
           
protected  void DeployersImpl.doInstallParentFirst(Deployer deployer, DeploymentContext context)
          Do the install parent first
protected  void DeployersImpl.doInstallParentLast(Deployer deployer, DeploymentContext context)
          Do the install parent last
protected  void DeployersImpl.doUninstallParentFirst(Deployer deployer, DeploymentContext context, boolean doContext, boolean doComponents)
          Do the uninstall parent first
protected  void DeployersImpl.doUninstallParentLast(Deployer deployer, DeploymentContext context, boolean doChildren, boolean doComponents)
          Do the uninstall parent last
 DeploymentStage DeployersImpl.getDeploymentStage(DeploymentContext context)
           
 Map<String,org.jboss.managed.api.ManagedObject> DeployersImpl.getManagedObjects(DeploymentContext context)
           
protected  boolean DeployersImpl.isDeployed(DeploymentContext context)
          Is context deployed.
protected  void DeployersImpl.registerMBean(DeploymentContext context)
          Register a deployment context's mbean
protected  void DeployersImpl.unregisterMBean(DeploymentContext context)
          Unregister a deployment context's mbean
 

Method parameters in org.jboss.deployers.plugins.deployers with type arguments of type DeploymentContext
 void DeployersImpl.checkComplete(Collection<DeploymentContext> errors, Collection<Deployment> missingDeployer)
           
 void DeployersImpl.process(List<DeploymentContext> deploy, List<DeploymentContext> undeploy)
           
 void DeployersImpl.process(List<DeploymentContext> deploy, List<DeploymentContext> undeploy)
           
 

Constructors in org.jboss.deployers.plugins.deployers with parameters of type DeploymentContext
DeploymentControllerContext(DeploymentContext context, DeployersImpl deployers)
          Create a new DeploymentControllerContext.
 

Uses of DeploymentContext in org.jboss.deployers.plugins.main
 

Methods in org.jboss.deployers.plugins.main that return DeploymentContext
 DeploymentContext MainDeployerImpl.getDeploymentContext(String name)
          Deprecated. 
 DeploymentContext MainDeployerImpl.getDeploymentContext(String name, boolean errorNotFound)
          Deprecated. 
protected  DeploymentContext[] MainDeployerImpl.getDeploymentContexts(String... names)
          Get the deployment contexts.
 DeploymentContext MainDeployerImpl.getTopLevelDeploymentContext(String name)
          Get a top level deployment context by name
 

Methods in org.jboss.deployers.plugins.main that return types with arguments of type DeploymentContext
 Collection<DeploymentContext> MainDeployerImpl.getAll()
          Get all deployments.
 Collection<DeploymentContext> MainDeployerImpl.getErrors()
          Get errors.
 

Methods in org.jboss.deployers.plugins.main with parameters of type DeploymentContext
 Map<String,org.jboss.managed.api.ManagedObject> MainDeployerImpl.getManagedObjects(DeploymentContext context)
           
protected  void MainDeployerImpl.processManagedDeployment(DeploymentContext context, org.jboss.managed.api.ManagedDeployment parent)
          Recursively process the DeploymentContext into ManagedDeployments.
protected  void MainDeployerImpl.processManagedObjects(DeploymentContext context, org.jboss.util.graph.Graph<Map<String,org.jboss.managed.api.ManagedObject>> graph, org.jboss.util.graph.Vertex<Map<String,org.jboss.managed.api.ManagedObject>> parent)
          Get the managed objects for a context
 

Method parameters in org.jboss.deployers.plugins.main with type arguments of type DeploymentContext
 void MainDeployerImpl.setComparator(Comparator<DeploymentContext> comparator)
          Set the top deployment context comparator.
 

Uses of DeploymentContext in org.jboss.deployers.spi.deployer
 

Methods in org.jboss.deployers.spi.deployer with parameters of type DeploymentContext
 void Deployers.change(DeploymentContext context, DeploymentStage stage)
          Change the state of a deployment
 void Deployers.checkComplete(DeploymentContext... contexts)
          Check if deployments are complete
 void Deployers.checkStructureComplete(DeploymentContext... contexts)
          Check if deployments are structurally complete
 DeploymentStage Deployers.getDeploymentStage(DeploymentContext context)
          Get the deployment stage for a deployment
 Map<String,org.jboss.managed.api.ManagedObject> Deployers.getManagedObjects(DeploymentContext context)
          Get the managed objects for a deployer
 

Method parameters in org.jboss.deployers.spi.deployer with type arguments of type DeploymentContext
 void Deployers.checkComplete(Collection<DeploymentContext> errors, Collection<Deployment> missingDeployer)
          Check all the deployments are complete
 void Deployers.process(List<DeploymentContext> deploy, List<DeploymentContext> undeploy)
          Process deployment
 void Deployers.process(List<DeploymentContext> deploy, List<DeploymentContext> undeploy)
          Process deployment
 

Uses of DeploymentContext in org.jboss.deployers.structure.spi
 

Methods in org.jboss.deployers.structure.spi that return DeploymentContext
 DeploymentContext StructuralDeployers.determineStructure(Deployment deployment)
          Determine the structure for a deployment
 DeploymentContext DeploymentContext.getParent()
          The parent
 DeploymentContext DeploymentContext.getTopLevel()
          Get the top level deployment
 DeploymentContext StructureBuilder.populateContext(Deployment deployment, StructureMetaData metaData)
          Create the tree
 

Methods in org.jboss.deployers.structure.spi that return types with arguments of type DeploymentContext
 List<DeploymentContext> DeploymentContext.getChildren()
          The children
 Comparator<DeploymentContext> DeploymentContext.getComparator()
          Get the comparator.
 Comparator<DeploymentContext> DeploymentMBean.getComparator()
          Get the comparator.
 List<DeploymentContext> DeploymentContext.getComponents()
          The components
 

Methods in org.jboss.deployers.structure.spi with parameters of type DeploymentContext
 void DeploymentContext.addChild(DeploymentContext child)
          Add a child
 void DeploymentContext.addComponent(DeploymentContext component)
          Add a component
 void StructureProcessor.applyContextInfo(DeploymentContext deploymentContext, ContextInfo contextInfo)
          Apply context info.
 void StructureProcessor.applyStructureMetaData(DeploymentContext deploymentContext, StructureMetaData structureMetaData)
          Apply structure metadata.
 void DeploymentContextVisitor.error(DeploymentContext context)
          Invoked when there is a subsequent error in the visit
 void StructureProcessor.prepareContextInfo(DeploymentContext parentDeploymentContext, ContextInfo contextInfo)
          Prepare context info.
 boolean DeploymentContext.removeChild(DeploymentContext child)
          Remove a child
 boolean DeploymentContext.removeComponent(DeploymentContext component)
          Remove a component
 void DeploymentContext.setParent(DeploymentContext parent)
          Set the parent
 void DeploymentContextVisitor.visit(DeploymentContext context)
          Visit a context
 

Method parameters in org.jboss.deployers.structure.spi with type arguments of type DeploymentContext
 void DeploymentContext.setComparator(Comparator<DeploymentContext> comparator)
          Set the comparator.
 

Uses of DeploymentContext in org.jboss.deployers.structure.spi.helpers
 

Classes in org.jboss.deployers.structure.spi.helpers that implement DeploymentContext
 class AbstractDeploymentContext
          AbstractDeploymentContext.
 class ComponentDeploymentContext
          AbstractDeploymentContext.
 

Methods in org.jboss.deployers.structure.spi.helpers that return DeploymentContext
protected  DeploymentContext AbstractStructureBuilder.createChildDeploymentContext(DeploymentContext parent, ContextInfo child)
          Create a child deployment context
protected  DeploymentContext AbstractDeploymentUnit.createComponentDeploymentContext(String name, DeploymentContext parent)
          Create a component deployment context
protected  DeploymentContext AbstractStructureBuilder.createRootDeploymentContext(Deployment deployment)
          Create the root deployment context
protected  DeploymentContext AbstractStructureBuilder.createRootDeploymentContext(Deployment deployment, StructureMetaData metaData)
          Create the root deployment context
 DeploymentContext AbstractStructuralDeployers.determineStructure(Deployment deployment)
           
protected  DeploymentContext AbstractDeploymentUnit.getComponentContext(String name)
          Get component deployment context.
protected  DeploymentContext AbstractDeploymentUnit.getDeploymentContext()
          Get the deployment context
 DeploymentContext AbstractDeploymentContext.getParent()
           
 DeploymentContext ComponentDeploymentContext.getParent()
           
 DeploymentContext AbstractDeploymentContext.getTopLevel()
           
 DeploymentContext ComponentDeploymentContext.getTopLevel()
           
 DeploymentContext AbstractStructureBuilder.populateContext(Deployment deployment, StructureMetaData metaData)
           
 

Methods in org.jboss.deployers.structure.spi.helpers that return types with arguments of type DeploymentContext
 List<DeploymentContext> AbstractDeploymentContext.getChildren()
           
 List<DeploymentContext> ComponentDeploymentContext.getChildren()
           
 Comparator<DeploymentContext> AbstractDeploymentContext.getComparator()
           
 Comparator<DeploymentContext> ComponentDeploymentContext.getComparator()
           
 List<DeploymentContext> AbstractDeploymentContext.getComponents()
           
 List<DeploymentContext> ComponentDeploymentContext.getComponents()
           
static Comparator<DeploymentContext> DefaultDeploymentContextComparator.getInstance()
           
static Comparator<DeploymentContext> RelativeDeploymentContextComparator.getInstance()
           
 

Methods in org.jboss.deployers.structure.spi.helpers with parameters of type DeploymentContext
 void AbstractDeploymentContext.addChild(DeploymentContext child)
           
 void ComponentDeploymentContext.addChild(DeploymentContext child)
           
 void AbstractDeploymentContext.addComponent(DeploymentContext component)
           
 void ComponentDeploymentContext.addComponent(DeploymentContext component)
           
protected  void AbstractStructureBuilder.applyComparator(DeploymentContext context, ContextInfo contextInfo)
          Try to apply the comparator
protected  void AbstractStructureBuilder.applyContextInfo(DeploymentContext context, ContextInfo contextInfo)
          Apply the context info.
protected  void AbstractStructureBuilder.applyStructureMetaData(DeploymentContext deploymentContext, StructureMetaData structureMetaData)
          Apply the structure metadata.
static void AbstractDeploymentContext.cleanupRepository(DeploymentContext deploymentContext)
          Cleanup the repository
 int DefaultDeploymentContextComparator.compare(DeploymentContext o1, DeploymentContext o2)
           
 int RelativeDeploymentContextComparator.compare(DeploymentContext o1, DeploymentContext o2)
           
 int RevertedDeploymentContextComparator.compare(DeploymentContext o1, DeploymentContext o2)
           
protected  DeploymentContext AbstractStructureBuilder.createChildDeploymentContext(DeploymentContext parent, ContextInfo child)
          Create a child deployment context
protected  DeploymentContext AbstractDeploymentUnit.createComponentDeploymentContext(String name, DeploymentContext parent)
          Create a component deployment context
protected  DeploymentUnit AbstractDeploymentUnit.createComponentDeploymentUnit(DeploymentContext component)
          Create a component deployment unit
 void UnitVisitorToContextVisitor.error(DeploymentContext context)
           
static org.jboss.metadata.spi.MetaData AbstractDeploymentContext.getMetaData(DeploymentContext deploymentContext)
          Get the metadata for a deployment context
static org.jboss.metadata.spi.loader.MutableMetaDataLoader AbstractDeploymentContext.getMutableMetaData(DeploymentContext deploymentContext)
          Get the mutable metadata for a deployment context
static org.jboss.metadata.spi.repository.MutableMetaDataRepository AbstractDeploymentContext.getRepository(DeploymentContext deploymentContext)
          Get the repository for a deployment context
static ScopeBuilder AbstractDeploymentContext.getScopeBuilder(DeploymentContext deploymentContext)
          Get the scope builder for a deployment context
protected  void AbstractStructureBuilder.populateContext(DeploymentContext context, StructureMetaData metaData)
          Populate the child deployment contexts
protected  void AbstractStructureBuilder.prepareContextInfo(DeploymentContext parentDeploymentContext, ContextInfo contextInfo)
          Prepare the structure metadata.
protected  void AbstractDeploymentContext.registerMBeans(DeploymentContext context, boolean registerContext, boolean registerSubDeployments)
          Register mbeans
protected  void ComponentDeploymentContext.registerMBeans(DeploymentContext context, boolean registerContext, boolean registerSubDeployments)
          Register mbeans
 boolean AbstractDeploymentContext.removeChild(DeploymentContext child)
           
 boolean ComponentDeploymentContext.removeChild(DeploymentContext child)
           
 boolean AbstractDeploymentContext.removeComponent(DeploymentContext component)
           
 boolean ComponentDeploymentContext.removeComponent(DeploymentContext component)
           
 void AbstractDeploymentContext.setParent(DeploymentContext parent)
           
 void ComponentDeploymentContext.setParent(DeploymentContext parent)
           
protected  void AbstractDeploymentContext.unregisterMBeans(DeploymentContext context, boolean unregisterContext, boolean unregisterSubDeployments)
          Unregister mbeans
protected  void ComponentDeploymentContext.unregisterMBeans(DeploymentContext context, boolean unregisterContext, boolean unregisterSubDeployments)
          Unregister mbeans
 void UnitVisitorToContextVisitor.visit(DeploymentContext context)
           
 

Method parameters in org.jboss.deployers.structure.spi.helpers with type arguments of type DeploymentContext
 void AbstractDeploymentContext.setComparator(Comparator<DeploymentContext> comparator)
           
 void ComponentDeploymentContext.setComparator(Comparator<DeploymentContext> comparator)
           
 

Constructors in org.jboss.deployers.structure.spi.helpers with parameters of type DeploymentContext
AbstractDeploymentUnit(DeploymentContext deploymentContext)
          Create a new AbstractDeploymentUnit.
ComponentDeploymentContext(String name, DeploymentContext parent)
          Create a new ComponentDeploymentContext.
 

Constructor parameters in org.jboss.deployers.structure.spi.helpers with type arguments of type DeploymentContext
RevertedDeploymentContextComparator(Comparator<DeploymentContext> comparator)
           
 

Uses of DeploymentContext in org.jboss.deployers.structure.spi.main
 

Methods in org.jboss.deployers.structure.spi.main that return DeploymentContext
 DeploymentContext MainDeployerStructure.getDeploymentContext(String name)
          Deprecated. 
 DeploymentContext MainDeployerStructure.getDeploymentContext(String name, boolean errorNotFound)
          Deprecated. 
 

Uses of DeploymentContext in org.jboss.deployers.structure.spi.scope
 

Methods in org.jboss.deployers.structure.spi.scope with parameters of type DeploymentContext
 org.jboss.metadata.spi.scope.ScopeKey ScopeBuilder.getComponentScope(DeploymentContext context)
          Get the scope for a component
 org.jboss.metadata.spi.scope.ScopeKey ScopeBuilder.getDeploymentScope(DeploymentContext context)
          Get the scope for a deployment
 org.jboss.metadata.spi.scope.ScopeKey ScopeBuilder.getMutableComponentScope(DeploymentContext context)
          Get the mutable scope for a component
 org.jboss.metadata.spi.scope.ScopeKey ScopeBuilder.getMutableDeploymentScope(DeploymentContext context)
          Get the mutable scope for a deployment
 void ScopeBuilder.initMetaDataRetrieval(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository, DeploymentContext context)
          Initialise the metadata retrievals for a deployment context
 void ScopeBuilder.initMutableMetaDataRetrieval(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository, DeploymentContext context)
          Initialise the mutable metadata retrieval for a deployment context
 

Uses of DeploymentContext in org.jboss.deployers.structure.spi.scope.helpers
 

Methods in org.jboss.deployers.structure.spi.scope.helpers with parameters of type DeploymentContext
 org.jboss.metadata.spi.scope.ScopeKey DefaultScopeBuilder.getComponentScope(DeploymentContext context)
           
 org.jboss.metadata.spi.scope.ScopeKey DefaultScopeBuilder.getDeploymentScope(DeploymentContext context)
           
 org.jboss.metadata.spi.scope.ScopeKey DefaultScopeBuilder.getMutableComponentScope(DeploymentContext context)
           
 org.jboss.metadata.spi.scope.ScopeKey DefaultScopeBuilder.getMutableDeploymentScope(DeploymentContext context)
           
 void DefaultScopeBuilder.initMetaDataRetrieval(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository, DeploymentContext context)
           
 void DefaultScopeBuilder.initMutableMetaDataRetrieval(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository, DeploymentContext context)
           
 

Uses of DeploymentContext in org.jboss.deployers.vfs.plugins.structure
 

Classes in org.jboss.deployers.vfs.plugins.structure that implement DeploymentContext
 class AbstractVFSDeploymentContext
          AbstractVFSDeploymentContext.
 

Methods in org.jboss.deployers.vfs.plugins.structure that return DeploymentContext
protected  DeploymentContext VFSStructureBuilder.createChildDeploymentContext(DeploymentContext parent, ContextInfo child)
           
protected  DeploymentContext VFSStructureBuilder.createRootDeploymentContext(Deployment deployment, StructureMetaData metaData)
           
 

Methods in org.jboss.deployers.vfs.plugins.structure with parameters of type DeploymentContext
protected  void VFSStructureBuilder.applyContextInfo(DeploymentContext context, ContextInfo contextInfo)
           
protected  DeploymentContext VFSStructureBuilder.createChildDeploymentContext(DeploymentContext parent, ContextInfo child)
           
 

Uses of DeploymentContext in org.jboss.deployers.vfs.plugins.structure.modify
 

Methods in org.jboss.deployers.vfs.plugins.structure.modify with parameters of type DeploymentContext
 void ModificationTypeStructureProcessor.applyContextInfo(DeploymentContext deploymentContext, ContextInfo contextInfo)
           
 void ModificationTypeStructureProcessor.applyStructureMetaData(DeploymentContext deploymentContext, StructureMetaData structureMetaData)
           
 void ModificationTypeStructureProcessor.prepareContextInfo(DeploymentContext parentDeploymentContext, ContextInfo contextInfo)
           
 

Uses of DeploymentContext in org.jboss.deployers.vfs.spi.structure
 

Subinterfaces of DeploymentContext in org.jboss.deployers.vfs.spi.structure
 interface VFSDeploymentContext
          VFSDeploymentContext.
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.