Uses of Class
org.jboss.deployers.spi.DeploymentException

Packages that use DeploymentException
org.jboss.deployers.client.spi   
org.jboss.deployers.plugins.annotations   
org.jboss.deployers.plugins.classloading   
org.jboss.deployers.plugins.deployers   
org.jboss.deployers.plugins.main   
org.jboss.deployers.spi   
org.jboss.deployers.spi.deployer   
org.jboss.deployers.spi.deployer.helpers   
org.jboss.deployers.spi.deployer.managed   
org.jboss.deployers.structure.spi   
org.jboss.deployers.structure.spi.helpers   
org.jboss.deployers.structure.spi.main   
org.jboss.deployers.vfs.deployer.kernel   
org.jboss.deployers.vfs.plugins.annotations   
org.jboss.deployers.vfs.plugins.classloader   
org.jboss.deployers.vfs.plugins.dependency   
org.jboss.deployers.vfs.plugins.structure   
org.jboss.deployers.vfs.plugins.structure.dir   
org.jboss.deployers.vfs.plugins.structure.explicit   
org.jboss.deployers.vfs.plugins.structure.file   
org.jboss.deployers.vfs.plugins.structure.jar   
org.jboss.deployers.vfs.plugins.structure.war   
org.jboss.deployers.vfs.spi.deployer   
org.jboss.deployers.vfs.spi.structure   
org.jboss.deployers.vfs.spi.structure.helpers   
 

Uses of DeploymentException in org.jboss.deployers.client.spi
 

Subclasses of DeploymentException in org.jboss.deployers.client.spi
 class IncompleteDeploymentException
          IncompleteDeploymentException.
 

Methods in org.jboss.deployers.client.spi that throw DeploymentException
 void DeployerClient.addDeployment(Deployment deployment)
          Add a deployment
 void DeployerClient.change(String deploymentName, DeploymentStage stage)
          Change the state of a deployment
 void DeployerClient.checkComplete()
          Check all the deployments are complete
 void DeployerClient.checkComplete(Deployment... deployment)
          Check if deployments are complete
 void DeployerClient.checkComplete(String... names)
          Check if deployments are complete
 void DeployerClient.checkStructureComplete(Deployment... deployments)
          Check if deployments are recognized
 void DeployerClient.checkStructureComplete(String... names)
          Check if deployments are recognized
 void DeployerClient.deploy(Deployment... deployments)
          Deploy the deployments
 org.jboss.util.graph.Graph<Map<String,org.jboss.managed.api.ManagedObject>> DeployerClient.getDeepManagedObjects(String name)
          Get the graph of managed objects starting with the top-level deployment associated with name.
 DeploymentStage DeployerClient.getDeploymentStage(String deploymentName)
          Get the deployment stage for a deployment
 org.jboss.managed.api.ManagedDeployment DeployerClient.getManagedDeployment(String name)
          Get the managed deployment.
 Map<String,org.jboss.managed.api.ManagedObject> DeployerClient.getManagedObjects(String name)
          Get the managed objects for a deployment context.
 boolean DeployerClient.removeDeployment(Deployment deployment)
          Remove a deployment
 boolean DeployerClient.removeDeployment(String name)
          Remove a deployment by name
 void DeployerClient.undeploy(Deployment... deployments)
          Undeploy the deployments
 void DeployerClient.undeploy(String... names)
          Undeploy a deployments by name
 

Uses of DeploymentException in org.jboss.deployers.plugins.annotations
 

Methods in org.jboss.deployers.plugins.annotations that throw DeploymentException
 void GenericAnnotationDeployer.deploy(DeploymentUnit unit, org.jboss.classloading.spi.dependency.Module module)
           
 

Uses of DeploymentException in org.jboss.deployers.plugins.classloading
 

Methods in org.jboss.deployers.plugins.classloading that throw DeploymentException
protected abstract  org.jboss.classloading.spi.dependency.policy.ClassLoaderPolicyModule AbstractClassLoaderDescribeDeployer.createModule(DeploymentUnit unit, org.jboss.classloading.spi.metadata.ClassLoadingMetaData metaData)
           
 void AbstractClassLoaderDescribeDeployer.deploy(DeploymentUnit unit, org.jboss.classloading.spi.metadata.ClassLoadingMetaData deployment)
           
 void ClassLoadingDefaultDeployer.deploy(DeploymentUnit unit, org.jboss.classloading.spi.metadata.ClassLoadingMetaData deployment)
           
 void AbstractResourceVisitorDeployer.deploy(DeploymentUnit unit, org.jboss.classloading.spi.dependency.Module module)
           
 

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

Methods in org.jboss.deployers.plugins.deployers that throw DeploymentException
 void DeployerWrapper.build(DeploymentUnit unit, Set<String> outputs, Map<String,org.jboss.managed.api.ManagedObject> managedObjects)
           
 void DeployersImpl.change(DeploymentContext context, DeploymentStage stage)
           
protected  void DeployersImpl.checkComplete(boolean checkContexts, DeploymentContext... contexts)
          Check if deployments are complete.
 void DeployersImpl.checkComplete(Collection<DeploymentContext> errors, Collection<Deployment> missingDeployer)
           
 void DeployersImpl.checkComplete(DeploymentContext... contexts)
           
 void DeployersImpl.checkStructureComplete(DeploymentContext... contexts)
           
 void DeployerWrapper.deploy(DeploymentUnit unit)
           
protected  void DeployersImpl.doDeploy(Deployer deployer, DeploymentUnit unit)
          Do a deployment
 DeploymentStage DeployersImpl.getDeploymentStage(DeploymentContext context)
           
 Map<String,org.jboss.managed.api.ManagedObject> DeployersImpl.getManagedObjects(DeploymentContext context)
           
 

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

Methods in org.jboss.deployers.plugins.main that throw DeploymentException
 void MainDeployerImpl.addDeployment(Deployment deployment)
           
protected  void MainDeployerImpl.addDeployment(Deployment deployment, boolean addToDeploy)
          Add a deployment
 void MainDeployerImpl.change(String deploymentName, DeploymentStage stage)
           
 void MainDeployerImpl.checkComplete()
           
 void MainDeployerImpl.checkComplete(Deployment... deployments)
           
 void MainDeployerImpl.checkComplete(String... names)
           
 void MainDeployerImpl.checkStructureComplete(Deployment... deployments)
           
 void MainDeployerImpl.checkStructureComplete(String... names)
           
 void MainDeployerImpl.deploy(Deployment... deployments)
           
protected  void MainDeployerImpl.determineDeploymentContext(Deployment deployment, boolean addToDeploy)
          Determine deployment context.
 org.jboss.util.graph.Graph<Map<String,org.jboss.managed.api.ManagedObject>> MainDeployerImpl.getDeepManagedObjects(String name)
           
 DeploymentContext MainDeployerImpl.getDeploymentContext(String name, boolean errorNotFound)
          Deprecated. 
protected  DeploymentContext[] MainDeployerImpl.getDeploymentContexts(String... names)
          Get the deployment contexts.
 DeploymentStage MainDeployerImpl.getDeploymentStage(String deploymentName)
           
 DeploymentUnit MainDeployerImpl.getDeploymentUnit(String name, boolean errorNotFound)
           
 org.jboss.managed.api.ManagedDeployment MainDeployerImpl.getManagedDeployment(String name)
           
 Map<String,org.jboss.managed.api.ManagedObject> MainDeployerImpl.getManagedObjects(DeploymentContext context)
           
 Map<String,org.jboss.managed.api.ManagedObject> MainDeployerImpl.getManagedObjects(String name)
           
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
protected  void MainDeployerImpl.processToDeploy(Collection<Deployment> deployments)
          Process added re-deployments.
protected  void MainDeployerImpl.processToUndeploy(Set<String> names)
          Remove added re-deployments.
 boolean MainDeployerImpl.removeDeployment(Deployment deployment)
           
protected  boolean MainDeployerImpl.removeDeployment(Deployment deployment, boolean addToUndeploy)
          Remove a deployment by name
 boolean MainDeployerImpl.removeDeployment(String name)
           
protected  boolean MainDeployerImpl.removeDeployment(String name, boolean addToUndeploy)
          Remove a deployment by name
 void MainDeployerImpl.undeploy(Deployment... deployments)
           
 void MainDeployerImpl.undeploy(String... names)
           
 

Uses of DeploymentException in org.jboss.deployers.spi
 

Methods in org.jboss.deployers.spi that return DeploymentException
static DeploymentException DeploymentException.rethrowAsDeploymentException(String message, Throwable t)
          Rethrow a throwable as a deployment exception if it isn't already.
 

Methods in org.jboss.deployers.spi that throw DeploymentException
static DeploymentException DeploymentException.rethrowAsDeploymentException(String message, Throwable t)
          Rethrow a throwable as a deployment exception if it isn't already.
 

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

Methods in org.jboss.deployers.spi.deployer that throw DeploymentException
 void Deployers.change(DeploymentContext context, DeploymentStage stage)
          Change the state of a deployment
 void Deployers.checkComplete(Collection<DeploymentContext> errors, Collection<Deployment> missingDeployer)
          Check all the deployments are complete
 void Deployers.checkComplete(DeploymentContext... contexts)
          Check if deployments are complete
 void Deployers.checkStructureComplete(DeploymentContext... contexts)
          Check if deployments are structurally complete
 void Deployer.deploy(DeploymentUnit unit)
          Deploy a deployment
 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
 

Uses of DeploymentException in org.jboss.deployers.spi.deployer.helpers
 

Methods in org.jboss.deployers.spi.deployer.helpers that throw DeploymentException
protected  boolean AbstractParsingDeployerWithOutput.accepts(DeploymentUnit unit)
          Callback to do prechecking on the deployment
 void DefaultManagedObjectCreator.build(DeploymentUnit unit, Set<String> attachments, Map<String,org.jboss.managed.api.ManagedObject> managedObjects)
          Build managed object.
protected  void AbstractParsingDeployerWithOutput.createMetaData(DeploymentUnit unit, Set<String> names, String suffix)
          Create some meta data.
protected  void AbstractParsingDeployerWithOutput.createMetaData(DeploymentUnit unit, Set<String> names, String suffix, String key)
          Create some meta data.
protected  void AbstractParsingDeployerWithOutput.createMetaData(DeploymentUnit unit, String name, String suffix)
          Create some meta data.
protected  void AbstractParsingDeployerWithOutput.createMetaData(DeploymentUnit unit, String name, String suffix, String key)
          Create some meta data.
 void AbstractAllInputDeployer.deploy(DeploymentUnit unit)
           
 void AbstractRealDeployer.deploy(DeploymentUnit unit)
           
 void AbstractClassLoaderDeployer.deploy(DeploymentUnit unit)
           
 void AbstractParsingDeployerWithOutput.deploy(DeploymentUnit unit)
           
 void AbstractAnnotationDeployer.deploy(DeploymentUnit unit, AnnotationEnvironment deployment)
           
protected
<U> void
AbstractRealDeployerWithInput.deploy(DeploymentUnit unit, DeploymentVisitor<U> visitor)
          Deploy over visitor.
 void DeploymentVisitor.deploy(DeploymentUnit unit, T deployment)
          Deploy the deployment
 void AbstractComponentVisitor.deploy(DeploymentUnit unit, T attachment)
           
 void AbstractDeploymentVisitor.deploy(DeploymentUnit unit, T deployment)
           
abstract  void AbstractOptionalRealDeployer.deploy(DeploymentUnit unit, T deployment)
          Deploy
abstract  void AbstractSimpleRealDeployer.deploy(DeploymentUnit unit, T deployment)
           
protected  void AbstractComponentDeployer.deployComponents(DeploymentUnit unit)
           
protected abstract  void AbstractAllInputDeployer.internalDeploy(DeploymentUnit unit)
          Deploy a deployment
protected abstract  void AbstractRealDeployer.internalDeploy(DeploymentUnit unit)
          Deploy a deployment
 void AbstractOptionalRealDeployer.internalDeploy(DeploymentUnit unit)
           
 void AbstractSimpleRealDeployer.internalDeploy(DeploymentUnit unit)
           
 void AbstractRealDeployerWithInput.internalDeploy(DeploymentUnit unit)
           
 void AbstractComponentDeployer.internalDeploy(DeploymentUnit unit)
           
 

Uses of DeploymentException in org.jboss.deployers.spi.deployer.managed
 

Methods in org.jboss.deployers.spi.deployer.managed that throw DeploymentException
 void ManagedObjectCreator.build(DeploymentUnit unit, Set<String> attachmentNames, Map<String,org.jboss.managed.api.ManagedObject> managedObjects)
          Build managed objects for this deployment context
 

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

Methods in org.jboss.deployers.structure.spi that throw DeploymentException
 boolean DeploymentContext.createClassLoader(ClassLoaderFactory factory)
          Create a classloader
 boolean DeploymentUnit.createClassLoader(ClassLoaderFactory factory)
          Create the classloader
 DeploymentContext StructuralDeployers.determineStructure(Deployment deployment)
          Determine the structure for a deployment
 DeploymentContext StructureBuilder.populateContext(Deployment deployment, StructureMetaData metaData)
          Create the tree
 void DeploymentContextVisitor.visit(DeploymentContext context)
          Visit a context
 void DeploymentContext.visit(DeploymentContextVisitor visitor)
          Visit the context and the children
 void DeploymentUnitVisitor.visit(DeploymentUnit unit)
          Visit a unit
 void DeploymentUnit.visit(DeploymentUnitVisitor visitor)
          Visit the unit and the children
 

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

Methods in org.jboss.deployers.structure.spi.helpers that throw DeploymentException
 boolean AbstractDeploymentContext.createClassLoader(ClassLoaderFactory factory)
           
 boolean AbstractDeploymentUnit.createClassLoader(ClassLoaderFactory factory)
           
 boolean ComponentDeploymentContext.createClassLoader(ClassLoaderFactory factory)
           
 DeploymentContext AbstractStructuralDeployers.determineStructure(Deployment deployment)
           
 DeploymentContext AbstractStructureBuilder.populateContext(Deployment deployment, StructureMetaData metaData)
           
 void UnitVisitorToContextVisitor.visit(DeploymentContext context)
           
 void AbstractDeploymentContext.visit(DeploymentContextVisitor visitor)
           
 void ComponentDeploymentContext.visit(DeploymentContextVisitor visitor)
           
 void AbstractDeploymentUnit.visit(DeploymentUnitVisitor visitor)
           
 

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

Methods in org.jboss.deployers.structure.spi.main that throw DeploymentException
 DeploymentContext MainDeployerStructure.getDeploymentContext(String name, boolean errorNotFound)
          Deprecated. 
 DeploymentUnit MainDeployerStructure.getDeploymentUnit(String name, boolean errorNotFound)
          Get a deployment context
 

Uses of DeploymentException in org.jboss.deployers.vfs.deployer.kernel
 

Methods in org.jboss.deployers.vfs.deployer.kernel that throw DeploymentException
 void KernelDeploymentDeployer.build(DeploymentUnit unit, Set<String> attachmentNames, Map<String,org.jboss.managed.api.ManagedObject> managedObjects)
           
 void BeanMetaDataDeployer.deploy(DeploymentUnit unit, org.jboss.beans.metadata.spi.BeanMetaData deployment)
           
 void AliasDeploymentDeployer.KernelDeploymentVisitor.deploy(DeploymentUnit unit, org.jboss.kernel.spi.deployment.KernelDeployment deployment)
           
 void DeploymentAliasMetaDataDeployer.deploy(DeploymentUnit unit, org.jboss.beans.metadata.spi.NamedAliasMetaData deployment)
           
 void AliasDeploymentDeployer.AliasMetaDataVisitor.deploy(DeploymentUnit unit, org.jboss.beans.metadata.spi.NamedAliasMetaData deployment)
           
 void BeanMetaDataFactoryVisitor.deploy(DeploymentUnit unit, T deployment)
           
 

Uses of DeploymentException in org.jboss.deployers.vfs.plugins.annotations
 

Methods in org.jboss.deployers.vfs.plugins.annotations that throw DeploymentException
protected  void ScanningMetaDataDeployer.createMetaData(DeploymentUnit unit, String name, String suffix)
           
 void AnnotationEnvironmentDeployer.deploy(VFSDeploymentUnit unit, org.jboss.classloading.spi.dependency.Module module)
           
protected  void AnnotationEnvironmentDeployer.visitModule(VFSDeploymentUnit unit, org.jboss.classloading.spi.dependency.Module module, GenericAnnotationResourceVisitor visitor)
          Visit module.
protected  void FilteredAnnotationEnvironmentDeployer.visitModule(VFSDeploymentUnit unit, org.jboss.classloading.spi.dependency.Module module, GenericAnnotationResourceVisitor visitor)
          We look for filter attachments: * org.jboss.classloading.spi.visitor.ResourceFilter.resource - plain resource filter * org.jboss.classloading.spi.visitor.ResourceFilter.recurse - recurse resource filter
 

Uses of DeploymentException in org.jboss.deployers.vfs.plugins.classloader
 

Methods in org.jboss.deployers.vfs.plugins.classloader that throw DeploymentException
protected  org.jboss.classloading.spi.dependency.policy.ClassLoaderPolicyModule VFSClassLoaderDescribeDeployer.createModule(DeploymentUnit unit, org.jboss.classloading.spi.metadata.ClassLoadingMetaData metaData)
           
 void InMemoryClassesDeployer.deploy(VFSDeploymentUnit unit)
           
 void VFSClassLoaderClassPathDeployer.deploy(VFSDeploymentUnit unit, org.jboss.classloading.spi.metadata.ClassLoadingMetaData deployment)
           
 void UrlIntegrationDeployer.deploy(VFSDeploymentUnit unit, T metaData)
           
 void RequirementIntegrationDeployer.deploy(VFSDeploymentUnit unit, T metaData)
           
 

Uses of DeploymentException in org.jboss.deployers.vfs.plugins.dependency
 

Methods in org.jboss.deployers.vfs.plugins.dependency that throw DeploymentException
 void DependenciesMetaDataDeployer.deploy(DeploymentUnit unit, DependenciesMetaData deployment)
           
 

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

Methods in org.jboss.deployers.vfs.plugins.structure that throw DeploymentException
 boolean StructureDeployerWrapper.determineStructure(StructureContext context)
           
 boolean VFSStructuralDeployersImpl.determineStructure(org.jboss.virtual.VirtualFile file, StructureContext parentContext)
           
protected  boolean VFSStructuralDeployersImpl.doDetermineStructure(StructureContext context)
          Determine the structure
 

Uses of DeploymentException in org.jboss.deployers.vfs.plugins.structure.dir
 

Methods in org.jboss.deployers.vfs.plugins.structure.dir that throw DeploymentException
 boolean DirectoryStructure.determineStructure(StructureContext context)
          Deprecated.  
 

Uses of DeploymentException in org.jboss.deployers.vfs.plugins.structure.explicit
 

Methods in org.jboss.deployers.vfs.plugins.structure.explicit that throw DeploymentException
 boolean DeclaredStructure.determineStructure(StructureContext structureContext)
           
 

Uses of DeploymentException in org.jboss.deployers.vfs.plugins.structure.file
 

Methods in org.jboss.deployers.vfs.plugins.structure.file that throw DeploymentException
 boolean FileStructure.determineStructure(StructureContext structureContext)
           
 

Uses of DeploymentException in org.jboss.deployers.vfs.plugins.structure.jar
 

Methods in org.jboss.deployers.vfs.plugins.structure.jar that throw DeploymentException
 boolean JARStructure.determineStructure(StructureContext structureContext)
           
 

Uses of DeploymentException in org.jboss.deployers.vfs.plugins.structure.war
 

Methods in org.jboss.deployers.vfs.plugins.structure.war that throw DeploymentException
 boolean WARStructure.determineStructure(StructureContext structureContext)
           
 

Uses of DeploymentException in org.jboss.deployers.vfs.spi.deployer
 

Methods in org.jboss.deployers.vfs.spi.deployer that throw DeploymentException
protected  boolean AbstractVFSParsingDeployer.accepts(DeploymentUnit unit)
           
protected  boolean AbstractVFSParsingDeployer.accepts(VFSDeploymentUnit unit)
          Callback to do prechecking on the deployment
 void AbstractSimpleVFSRealDeployer.deploy(DeploymentUnit unit, T deployment)
           
 void AbstractOptionalVFSRealDeployer.deploy(DeploymentUnit unit, T deployment)
           
abstract  void AbstractVFSRealDeployer.deploy(VFSDeploymentUnit unit)
          Deprecated. Deploy a vfs deployment
abstract  void AbstractSimpleVFSRealDeployer.deploy(VFSDeploymentUnit unit, T deployment)
          Deploy a deployment
abstract  void AbstractOptionalVFSRealDeployer.deploy(VFSDeploymentUnit unit, T deployment)
          Deploy a deployment
 void AbstractVFSRealDeployer.internalDeploy(DeploymentUnit unit)
          Deprecated.  
 

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

Methods in org.jboss.deployers.vfs.spi.structure that throw DeploymentException
 boolean StructureContext.determineChildStructure(org.jboss.virtual.VirtualFile child)
          Determine the child structure
 boolean StructureDeployer.determineStructure(StructureContext context)
          Determine the structure of a deployment
 boolean VFSStructuralDeployers.determineStructure(org.jboss.virtual.VirtualFile file, StructureContext parentContext)
          Determine the structure of a virtual file
 

Uses of DeploymentException in org.jboss.deployers.vfs.spi.structure.helpers
 

Methods in org.jboss.deployers.vfs.spi.structure.helpers that throw DeploymentException
 void ClassPathVisitor.visit(DeploymentUnit unit)
           
 



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