Uses of Class
org.springframework.jee.inject.DeploymentUnitMetadata

Packages that use DeploymentUnitMetadata
org.springframework.jee.config JEE configuration support. 
org.springframework.jee.ejb EJB metadata. 
org.springframework.jee.ejb.config JEE EJB specific configuration support. 
org.springframework.jee.inject JSR250 Support. 
org.springframework.jee.intercept Support for EJB3 interceptors. 
org.springframework.jee.server Bootstrapping support for server environments. 
org.springframework.jee.transaction EJB3 transaction support based on Spring facilities. 
org.springframework.jee.validation Validation package for JSR-250 and EJB3 components. 
 

Uses of DeploymentUnitMetadata in org.springframework.jee.config
 

Methods in org.springframework.jee.config with parameters of type DeploymentUnitMetadata
protected  BeanDefinitionAnnotationComponentContributor JeeBeanFactoryPostProcessor.createComponentContributor(DeploymentUnitMetadata deploymentUnitMetadata)
          Hook for bean-aware, component contributor.
 

Uses of DeploymentUnitMetadata in org.springframework.jee.ejb
 

Methods in org.springframework.jee.ejb with parameters of type DeploymentUnitMetadata
 Jsr250Metadata EjbAnnotationComponentContributor.newJsr250Metadata(java.lang.String componentName, java.lang.Class<?> componentClass, DeploymentUnitMetadata dum)
           
 

Constructors in org.springframework.jee.ejb with parameters of type DeploymentUnitMetadata
EjbInjectionMetadata(DeploymentUnitMetadata deploymentUnitMetadata, java.lang.String name, java.lang.Class<?> componentClass)
           
EjbMetadata(DeploymentUnitMetadata dum, java.lang.String name, java.lang.Class<?> componentClass, BeanType beanType)
           
 

Uses of DeploymentUnitMetadata in org.springframework.jee.ejb.config
 

Methods in org.springframework.jee.ejb.config with parameters of type DeploymentUnitMetadata
protected  BeanDefinitionAnnotationComponentContributor JeeEjbBeanFactoryPostProcessor.createComponentContributor(DeploymentUnitMetadata deploymentUnitMetadata)
           
 

Uses of DeploymentUnitMetadata in org.springframework.jee.inject
 

Fields in org.springframework.jee.inject declared as DeploymentUnitMetadata
(package private)  DeploymentUnitMetadata BeanDefinitionAnnotationComponentContributor.deploymentUnitMetadata
           
 

Methods in org.springframework.jee.inject that return DeploymentUnitMetadata
 DeploymentUnitMetadata Enricher.getDeploymentUnitMetadata()
           
 DeploymentUnitMetadata Jsr250Metadata.getDeploymentUnitMetadata()
           
 

Methods in org.springframework.jee.inject with parameters of type DeploymentUnitMetadata
 Jsr250Metadata ChainedProcessorsComponentContributor.findComponentMetadata(java.lang.String componentName, java.lang.Class<?> componentClass, DeploymentUnitMetadata dum)
          Subclasses should call this to contribute a single component.
 Jsr250Metadata ChainedProcessorsComponentContributor.newJsr250Metadata(java.lang.String componentName, java.lang.Class<?> componentClass, DeploymentUnitMetadata dum)
          Subclasses can override this to return an Jsr250Metadata subclass of their choice
 Jsr250Metadata ComponentContributor.newJsr250Metadata(java.lang.String componentName, java.lang.Class<?> componentClass, DeploymentUnitMetadata dum)
          Create a instance or subclass instance of Jsr250Metadata.
 void Enricher.setDeploymentUnitMetadata(DeploymentUnitMetadata deploymentUnitMetadata)
          Optionally override the default DeploymentUnitMetadata, to customize JNDI lookup etc.
 

Constructors in org.springframework.jee.inject with parameters of type DeploymentUnitMetadata
BeanDefinitionAnnotationComponentContributor(DeploymentUnitMetadata deploymentUnitMetadata)
           
Jsr250Metadata(DeploymentUnitMetadata deploymentUnitMetadata, java.lang.String name, java.lang.Class<?> componentClass)
          Construct new component metadata
 

Uses of DeploymentUnitMetadata in org.springframework.jee.intercept
 

Constructors in org.springframework.jee.intercept with parameters of type DeploymentUnitMetadata
InterceptionMetadata(DeploymentUnitMetadata dum, java.lang.String name, java.lang.Class<?> componentClass)
           
JeeInterceptorPointcutAdvisor(java.lang.reflect.Method targetMethod, JeeInterceptorInterceptor advice, DeploymentUnitMetadata deploymentUnitMetadata, java.util.Map<java.lang.reflect.Method,InterceptionMetadata.InterceptorExclusion> exclusion, java.util.Set<java.lang.Object> interceptorOrderObject)
           
 

Uses of DeploymentUnitMetadata in org.springframework.jee.server
 

Methods in org.springframework.jee.server with parameters of type DeploymentUnitMetadata
 org.springframework.context.support.GenericApplicationContext Bootstrap.deploy(java.lang.String[] requiredSpringLocations, org.springframework.core.io.ResourceLoader resourceLoader, ComponentContributor componentContributor, DeploymentUnitMetadata deploymentUnitMetadata)
          Deploy the contributed components, also looking for well-known resources using the given ResourceLoader.
 org.springframework.context.support.GenericApplicationContext EjbBootstrap.deploy(java.lang.String[] requiredSpringLocations, org.springframework.core.io.ResourceLoader resourceLoader, ComponentContributor componentContributor, DeploymentUnitMetadata deploymentUnitMetadata)
           
 org.springframework.context.support.GenericApplicationContext Bootstrap.deploy(java.lang.String[] requiredSpringLocations, org.springframework.core.io.ResourceLoader resourceLoader, ComponentContributor componentContributor, DeploymentUnitMetadata deploymentUnitMetadata, java.lang.String... optionalSpringLocations)
          Deploy using the given ComponentContributor, also looking for well-known resources using the given ResourceLoader.
 

Uses of DeploymentUnitMetadata in org.springframework.jee.transaction
 

Constructors in org.springframework.jee.transaction with parameters of type DeploymentUnitMetadata
TransactionalMetadata(DeploymentUnitMetadata dum, java.lang.String name, java.lang.Class<?> componentClass)
           
 

Uses of DeploymentUnitMetadata in org.springframework.jee.validation
 

Methods in org.springframework.jee.validation with parameters of type DeploymentUnitMetadata
 int AutodetectValidationService.validate(DeploymentUnitMetadata dum)
           
 int ReflectiveRuleBasedValidationService.validate(DeploymentUnitMetadata dum)
          Validate the given deployment
 int ValidationService.validate(DeploymentUnitMetadata dum)
          Perform validation checks on the given metadata, before JEE components are deployed
 



Copyright 2006 Interface21. All Rights Reserved.