Uses of Interface
org.jboss.deployers.spi.deployer.Deployer

Packages that use Deployer
org.jboss.deployers.plugins.annotations   
org.jboss.deployers.plugins.classloading   
org.jboss.deployers.plugins.deployers   
org.jboss.deployers.plugins.sort   
org.jboss.deployers.spi.deployer.helpers   
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.spi.deployer   
 

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

Classes in org.jboss.deployers.plugins.annotations that implement Deployer
 class FilteredGenericAnnotationDeployer
          Filtered generic annotation scanner deployer.
 class GenericAnnotationDeployer
          Generic annotation scanner deployer.
 class ScopedGenericAnnotationDeployer
          Scoped generic annotation deployer.
 

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

Classes in org.jboss.deployers.plugins.classloading that implement Deployer
 class AbstractClassLoaderDescribeDeployer
          AbstractClassLoaderDescribeDeployer.
 class AbstractLevelClassLoaderSystemDeployer
          AbstractLevelClassLoaderSystemDeployer.
 class AbstractResourceVisitorDeployer
          Abstract resource visitor deployer.
 class ClassLoadingDefaultDeployer
          ClassLoadingDefaultDeployer.
 

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

Classes in org.jboss.deployers.plugins.deployers that implement Deployer
 class DeployerWrapper
          DeployerWrapper.
 

Methods in org.jboss.deployers.plugins.deployers that return types with arguments of type Deployer
protected  List<Deployer> DeployersImpl.getDeployersList(String stageName)
          Build a list of deployers for this stage
protected  List<Deployer> DeployersImpl.insert(List<Deployer> original, Deployer newDeployer)
          Insert the new Deployer.
 

Methods in org.jboss.deployers.plugins.deployers with parameters of type Deployer
 void DeployersImpl.addDeployer(Deployer deployer)
          Add a deployer
protected  void DeployersImpl.doDeploy(Deployer deployer, DeploymentUnit unit)
          Do a deployment
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.doUndeploy(Deployer deployer, DeploymentUnit unit)
          Do an undeployment
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
 ManagedObjectCreator DeployersImpl.getDeployerManagedObjectBuilder(Deployer deployer)
          Get the ManagedObjectBuilder for a deployer.
protected  List<Deployer> DeployersImpl.insert(List<Deployer> original, Deployer newDeployer)
          Insert the new Deployer.
protected  boolean DeployersImpl.isRelevant(Deployer deployer, DeploymentUnit unit, boolean isTopLevel, boolean isComponent)
          Test whether a deployer is relevant
 void DeployersImpl.removeDeployer(Deployer deployer)
          Remove a deployer
 void DeployersImpl.setDeployerManagedObjectBuilder(Deployer deployer, ManagedObjectCreator managedObjectCreator)
          Set the ManagedObjectBuilder for a deployer.
 

Method parameters in org.jboss.deployers.plugins.deployers with type arguments of type Deployer
protected  List<Deployer> DeployersImpl.insert(List<Deployer> original, Deployer newDeployer)
          Insert the new Deployer.
 void DeployersImpl.setDeployers(Set<Deployer> deployers)
          Set the deployers.
 

Constructors in org.jboss.deployers.plugins.deployers with parameters of type Deployer
DeployerWrapper(Deployer deployer)
          Create a new DeployerWrapper.
 

Constructor parameters in org.jboss.deployers.plugins.deployers with type arguments of type Deployer
DeployersImpl(org.jboss.dependency.spi.Controller controller, Set<Deployer> deployers)
          Create a new DeployersImpl.
 

Uses of Deployer in org.jboss.deployers.plugins.sort
 

Methods in org.jboss.deployers.plugins.sort that return Deployer
 Deployer DeployerDomino.getDeployer()
          Get the underlying deployer.
 

Methods in org.jboss.deployers.plugins.sort that return types with arguments of type Deployer
 List<Deployer> DeployerSorter.sortDeployers(List<Deployer> original, Deployer newDeployer)
          Sort original + newDeployer.
 List<Deployer> DominoDeployerSorter.sortDeployers(List<Deployer> original, Deployer newDeployer)
           
 

Methods in org.jboss.deployers.plugins.sort with parameters of type Deployer
 List<Deployer> DeployerSorter.sortDeployers(List<Deployer> original, Deployer newDeployer)
          Sort original + newDeployer.
 List<Deployer> DominoDeployerSorter.sortDeployers(List<Deployer> original, Deployer newDeployer)
           
 

Method parameters in org.jboss.deployers.plugins.sort with type arguments of type Deployer
 List<Deployer> DeployerSorter.sortDeployers(List<Deployer> original, Deployer newDeployer)
          Sort original + newDeployer.
 List<Deployer> DominoDeployerSorter.sortDeployers(List<Deployer> original, Deployer newDeployer)
           
 

Constructors in org.jboss.deployers.plugins.sort with parameters of type Deployer
DeployerDomino(Deployer deployer)
           
 

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

Classes in org.jboss.deployers.spi.deployer.helpers that implement Deployer
 class AbstractAllInputDeployer
          Check all required inputs.
 class AbstractAnnotationDeployer
          AbstractComponentDeployer.
 class AbstractClassLoaderDeployer
          AbstractClassLoaderDeployer.
 class AbstractComponentDeployer<D,C>
          AbstractComponentDeployer.
 class AbstractDeployer
          AbstractDeployer.
 class AbstractOptionalRealDeployer<T>
          An abstract more complicated VFS real deployer where the input is optional instead of mandatory.
 class AbstractParsingDeployer
          AbstractParsingDeployer.
 class AbstractParsingDeployerWithOutput<T>
          AbstractParsingDeployerWithOutput.
 class AbstractRealDeployer
          AbstractRealDeployer.
 class AbstractRealDeployerWithInput<T>
          AbstractRealDeployerWithInput.
 class AbstractSimpleRealDeployer<T>
          AbstractSimpleRealDeployer.
 class AbstractTopLevelClassLoaderDeployer
          AbstractTopLevelClassLoaderDeployer.
 

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

Classes in org.jboss.deployers.vfs.deployer.kernel that implement Deployer
 class AliasDeploymentDeployer
          Handle alias components.
 class BeanDeployer
          BeanDeployer.
 class BeanMetaDataDeployer
          BeanMetaDataDeployer.
 class BeanMetaDataFactoryDeployer<T extends BeanMetaDataFactory>
          BeanMetaDataFactoryDeployer.
 class BeanScanningDeployer
          BeanScanningDeployer.
 class DeploymentAliasMetaDataDeployer
          DeploymentAliasMetaDataDeployer.
 class KernelDeploymentDeployer
           
 class Properties2BeansDeployer
          Properties2BeansDeployer.
 

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

Classes in org.jboss.deployers.vfs.plugins.annotations that implement Deployer
 class AnnotationEnvironmentDeployer
          A POST_CLASSLOADER deployer which creates AnnotationEnvironment for sub-deployments.
 class FilteredAnnotationEnvironmentDeployer
          Filtered annotation environment deployer.
 class ScanningMetaDataDeployer
          ScanningMetaDataDeployer.
 class ScopedAnnotationEnvironmentDeployer
          Scoped class pool usage annotation environment deployer.
 

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

Classes in org.jboss.deployers.vfs.plugins.classloader that implement Deployer
 class CachingRequirementIntegrationDeployer<T>
          Integration deployer.
 class FilesUrlIntegrationDeployer<T>
          Checks files if matching integration deployment.
 class InMemoryClassesDeployer
          TempURLDeployer.
 class MetaDataUrlIntegrationDeployer<T>
          Checks metadata if matching integration deployment.
 class ModuleRequirementIntegrationDeployer<T>
          Checks module requirements.
 class PackageRequirementIntegrationDeployer<T>
          Checks package requirements.
 class PathUrlIntegrationDeployer<T>
          Checks path if matching integration deployment.
 class RequirementIntegrationDeployer<T>
          Integration deployer.
 class UrlIntegrationDeployer<T>
          Integration deployer.
 class VFSClassLoaderClassPathDeployer
          VFSClassLoaderClassPathDeployer.
 class VFSClassLoaderDescribeDeployer
          VFSClassLoaderDescribeDeployer.
 

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

Classes in org.jboss.deployers.vfs.plugins.dependency that implement Deployer
 class AliasesParserDeployer
          AliasesParserDeployer.
 class DependenciesMetaDataDeployer
          DependenciesMetaDataDeployer.
 class DependenciesParserDeployer
          DependenciesParserDeployer.
 class DeploymentAliasesDeployer
          DeploymentAliasesDeployer.
 class DeploymentDependencyDeployer
          DeploymentDependencyDeployer.
 

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

Classes in org.jboss.deployers.vfs.spi.deployer that implement Deployer
 class AbstractOptionalVFSRealDeployer<T>
          An abstract more complicated VFS real deployer where the input is optional instead of mandatory.
 class AbstractSimpleVFSRealDeployer<T>
          AbstractSimpleVFSRealDeployer.
 class AbstractVFSParsingDeployer<T>
          AbstractVFSParsingDeployer.
 class AbstractVFSRealDeployer
          Deprecated. 
 class JAXBDeployer<T>
          JAXBDeployer.
 class JAXPDeployer<T>
          JAXPDeployer is an abstract deployer that overrides parse to run a jaxp parse of the VirtualFile passed to parse.
 class JBossExtensionDeployer<U,V,T>
          JBossExtensionDeployer.
 class JBossXBDeployer<T>
          JBoss XB deployer.
 class ManifestDeployer<T extends ManifestMetaData>
          Parse manifest.mf file.
 class MultipleJBossXBDeployer<T>
          MultipleJBossXBDeployer.
 class MultipleObjectModelFactoryDeployer<T>
          MultipleObjectModelFactoryDeployer.
 class MultipleSchemaResolverDeployer<T>
          MultipleSchemaResolverDeployer.
 class MultipleVFSParsingDeployer<T>
          Multiple VFS parsing deployer.
 class ObjectModelFactoryDeployer<T>
          ObjectModelFactoryDeployer extends the AbstractParsingDeployer to add an abstract JBossXB ObjectModelFactory accessor that is used from within an overriden parse(DeploymentUnit unit, VirtualFile file) to unmarshall the xml document represented by file into an instance of deploymentType T.
 class SchemaResolverDeployer<T>
          SchemaResolverDeployer.
 class UnmarshallerFactoryDeployer<T,U>
          Unmarshaller factory deployer.
 class XSLDeployer<T>
          SchemaResolverDeployer.
 



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