Modifier and Type | Method and Description |
---|---|
void |
ApplicationClientParsingDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ActiveApplicationClientProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ApplicationClientStartProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ApplicationClientManifestProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ApplicationClientDependencyProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ApplicationClientStructureProcessor.deploy(DeploymentPhaseContext phaseContext) |
Modifier and Type | Method and Description |
---|---|
DeploymentUnitProcessingException |
AppClientMessages.cannotFindAppClient(String deploymentName)
Creates an exception indicating that the application client, represented by the
deploymentName , could
not be found. |
DeploymentUnitProcessingException |
AppClientMessages.cannotLoadComponentClass(Throwable cause)
Creates an exception indicating the component class could not be loaded.
|
DeploymentUnitProcessingException |
AppClientMessages.couldNotCreateCallbackHandler(String clazz)
A message indicating the callback handler could not be instantiated
|
DeploymentUnitProcessingException |
AppClientMessages.couldNotLoadCallbackClass(String clazz)
A message indicating the callback handler could not be loaded
|
DeploymentUnitProcessingException |
AppClientMessages.exceptionLoadingEjbClientPropertiesURL(String file,
Throwable cause)
The ejb-client.properties could not be loaded
|
DeploymentUnitProcessingException |
AppClientMessages.failedToParseXml(Throwable cause,
org.jboss.vfs.VirtualFile appXml)
Creates an exception indicating a failure to parse the xml file represented by the
appXml parameter. |
DeploymentUnitProcessingException |
AppClientMessages.failedToParseXml(Throwable cause,
org.jboss.vfs.VirtualFile appXml,
int lineNumber,
int columnNumber)
Creates an exception indicating a failure to parse the xml file represented by the
appXml parameter. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultDataSourceResourceReferenceProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
DefaultDataSourceBindingProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
DataSourceDefinitionAnnotationParser.deploy(DeploymentPhaseContext phaseContext) |
void |
DirectDataSourceInjectionSource.getResourceValue(InjectionSource.ResolutionContext context,
org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
DeploymentPhaseContext phaseContext,
org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector) |
protected List<BindingConfiguration> |
DataSourceDefinitionDeploymentDescriptorParser.processDescriptorEntries(DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses) |
Modifier and Type | Method and Description |
---|---|
void |
StructureDriverProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
DsXmlDeploymentParsingProcessor.deploy(DeploymentPhaseContext phaseContext)
Process a deployment for standard ra deployment files.
|
void |
DriverProcessor.deploy(DeploymentPhaseContext phaseContext)
Perform a single step in processing the deployment phase.
|
void |
DsXmlDeploymentInstallProcessor.deploy(DeploymentPhaseContext phaseContext)
Process a deployment for standard ra deployment files.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionFactoryDefinitionAnnotationParser.deploy(DeploymentPhaseContext phaseContext) |
void |
AdministeredObjectDefinitionAnnotationParser.deploy(DeploymentPhaseContext phaseContext) |
void |
DirectAdministeredObjectInjectionSource.getResourceValue(InjectionSource.ResolutionContext context,
org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
DeploymentPhaseContext phaseContext,
org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector) |
void |
DirectConnectionFactoryInjectionSource.getResourceValue(InjectionSource.ResolutionContext context,
org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
DeploymentPhaseContext phaseContext,
org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector) |
Modifier and Type | Method and Description |
---|---|
void |
RarDependencyProcessor.deploy(DeploymentPhaseContext phaseContext)
Add dependencies for modules required for ra deployments
|
void |
RaStructureProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
CachedConnectionManagerSetupProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
IronJacamarDeploymentParsingProcessor.deploy(DeploymentPhaseContext phaseContext)
Process a deployment for iron-jacamar.xml files.
|
void |
RaDeploymentParsingProcessor.deploy(DeploymentPhaseContext phaseContext)
Process a deployment for standard ra deployment files.
|
void |
RaXmlDependencyProcessor.deploy(DeploymentPhaseContext phaseContext)
Add dependencies for modules required for ra deployments
|
void |
RaXmlDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext)
Process a deployment for a Connector.
|
void |
RaNativeProcessor.deploy(DeploymentPhaseContext phaseContext)
Process a deployment for standard ra deployment files.
|
void |
ParsedRaDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext)
Process a deployment for a Connector.
|
static ConnectorXmlDescriptor |
RaDeploymentParsingProcessor.process(boolean resolveProperties,
org.jboss.vfs.VirtualFile file,
org.jboss.vfs.VirtualFile alternateDescriptor,
String deploymentName) |
static org.jboss.msc.service.ServiceBuilder |
ParsedRaDeploymentProcessor.process(ConnectorXmlDescriptor connectorXmlDescriptor,
IronJacamarXmlDescriptor ironJacamarXmlDescriptor,
ClassLoader classLoader,
org.jboss.msc.service.ServiceTarget serviceTarget,
Map<ResourceRoot,org.jboss.jandex.Index> annotationIndexes,
org.jboss.msc.service.ServiceName duServiceName,
ServiceVerificationHandler verificationHandler) |
static void |
RaNativeProcessor.process(org.jboss.vfs.VirtualFile deploymentRoot) |
static IronJacamarXmlDescriptor |
IronJacamarDeploymentParsingProcessor.process(org.jboss.vfs.VirtualFile deploymentRoot,
boolean resolveProperties) |
Modifier and Type | Method and Description |
---|---|
DeploymentUnitProcessingException |
ConnectorMessages.adminObjectForJCA10(String ra,
String jndiName)
Admin object declared for JCA 1.0 archive
|
DeploymentUnitProcessingException |
ConnectorMessages.emptyMdr(String jndiName)
MDR empty during deployment of deployment annotation
|
DeploymentUnitProcessingException |
ConnectorMessages.exceptionDeployingDatasource(Throwable cause,
String datasource) |
DeploymentUnitProcessingException |
ConnectorMessages.FailedDeployDriverNotSpecified(String dsName)
Creates an exception indicating a failure to deploy the datasource because driver is not specified
|
DeploymentUnitProcessingException |
ConnectorMessages.failedToGetModuleAttachment(DeploymentUnit deploymentUnit)
Creates an exception indicating a failure to get the module attachment for the deployment unit represented by
the
deploymentUnit parameter. |
DeploymentUnitProcessingException |
ConnectorMessages.failedToLoadNativeLibraries(Throwable cause)
Failed to load native libraries
|
DeploymentUnitProcessingException |
ConnectorMessages.failedToParseServiceXml(Throwable cause,
org.jboss.vfs.VirtualFile xmlFile)
Creates an exception indicating a failure to parse the service XML.
|
DeploymentUnitProcessingException |
ConnectorMessages.failedToParseServiceXml(org.jboss.vfs.VirtualFile xmlFile)
Creates an exception indicating a failure to parse the service XML.
|
DeploymentUnitProcessingException |
ConnectorMessages.failedToProcessRaChild(Throwable cause,
org.jboss.vfs.VirtualFile deploymentRoot)
Creates an exception indicating a failure to process the resource adapter child archives for the deployment root
represented by the
deploymentRoot parameter. |
DeploymentUnitProcessingException |
ConnectorMessages.invalidAdminObject(String ao,
String ra,
String jndiName)
Invalid admin object class defined
|
DeploymentUnitProcessingException |
ConnectorMessages.invalidConnectionFactory(String cf,
String ra,
String jndiName)
Invalid connection factory interface defined
|
DeploymentUnitProcessingException |
ConnectorMessages.raNotFound(String ra,
String jndiName)
Resource adapter not found during deployment of deployment annotation
|
Modifier and Type | Method and Description |
---|---|
DeploymentUnitProcessingException |
EeMessages.alternateDeploymentDescriptor(org.jboss.vfs.VirtualFile deploymentDescriptor,
org.jboss.vfs.VirtualFile moduleFile)
Creates an exception indicating the alternate deployment descriptor specified for the module file could not be
found.
|
DeploymentUnitProcessingException |
EeMessages.aroundInvokeAnnotionUsedTooManyTimes(org.jboss.jandex.DotName className,
int numberOfAnnotatedMethods)
Creates an exception indicating that there was a exception while deploying AroundInvokeInterceptor
|
DeploymentUnitProcessingException |
EeMessages.cannotConfigureComponent(Throwable cause,
String name)
Creates an exception indicating the component, represented by the
name parameter, could not be
configured. |
DeploymentUnitProcessingException |
EeMessages.cannotDetermineType(String name)
Creates an exception indicating the type for the resource-env-ref could not be determined.
|
DeploymentUnitProcessingException |
EeMessages.cannotDetermineType(String tag,
String value,
String typeTag)
Creates an exception indicating the type for the
tag could not be determined. |
DeploymentUnitProcessingException |
EeMessages.cannotLoad(String injectionTarget)
Creates an exception indicating the injection target referenced in the env-entry injection point could not be
loaded.
|
DeploymentUnitProcessingException |
EeMessages.cannotLoad(Throwable cause,
String injectionTarget)
Creates an exception indicating the injection target referenced in the env-entry injection point could not be
loaded.
|
DeploymentUnitProcessingException |
EeMessages.cannotLoadInterceptor(Throwable cause,
String className,
Class<?> component)
Creates an exception indicating an interceptor class could not be loaded on the component.
|
DeploymentUnitProcessingException |
EeMessages.cannotLoadViewClass(Throwable cause,
String className,
ComponentConfiguration component)
Creates an exception indicating the view class, represented by the
className parameter, for the
component. |
DeploymentUnitProcessingException |
EeMessages.cannotParseResourceRefUri(Throwable cause,
String uri)
Creates an exception indicating the inability to parse the resource-ref URI.
|
DeploymentUnitProcessingException |
EeMessages.cannotProcessEarModule(org.jboss.vfs.VirtualFile earFile,
String moduleFile)
Creates an exception indicating the inability to process modules in the application.xml for the EAR, represented
by the
earFile parameter, module file was not found. |
DeploymentUnitProcessingException |
EeMessages.cannotResolveInjectionPoint(String targetName,
String className)
Creates an exception indicating the injection point could not be resolved on the class specified in the web.xml.
|
DeploymentUnitProcessingException |
EeMessages.cannotSpecifyBoth(String element1,
String element2)
Creates an exception indicating both the
element1 and element2 cannot be specified in an
environment entry. |
DeploymentUnitProcessingException |
EeMessages.classOnlyAnnotation(String annotation,
org.jboss.jandex.AnnotationTarget target)
Creates an exception indicating the annotation is only allowed on a class.
|
DeploymentUnitProcessingException |
EeMessages.classOrMethodOnlyAnnotation(org.jboss.jandex.DotName annotation)
Creates an exception indicating the annotation is only allowed on method or class targets.
|
DeploymentUnitProcessingException |
EeMessages.componentClassHasErrors(String className,
String componentName,
String errorMsg)
Creates an exception indicating the component class, represented by the
className parameter, for the
component, represented by the componentName parameter, has errors. |
DeploymentUnitProcessingException |
EeMessages.componentNotFound(String typeName)
Creates an exception indicating no component was found for the type.
|
DeploymentUnitProcessingException |
EeMessages.couldNotLoadComponentClass(Throwable cause,
String className) |
DeploymentUnitProcessingException |
EeMessages.defaultConstructorNotFound(Class<?> clazz)
Creates an exception indicating the default constructor for the class, represented by the
clazz
parameter, could not be found. |
DeploymentUnitProcessingException |
EeMessages.defaultConstructorNotFound(String annotation,
String className)
Creates an exception indicating the default constructor for the class, represented by the
className
parameter, could not be found. |
DeploymentUnitProcessingException |
EeMessages.defaultConstructorNotFoundOnComponent(String className,
Class<?> component)
Creates an exception indicating the default constructor for the class, represented by the
className
parameter, could not be found on the component. |
DeploymentUnitProcessingException |
EeMessages.earModuleChildOfLibraryDirectory(String libraryDirectory,
String moduleFileName) |
DeploymentUnitProcessingException |
EeMessages.failedToInstallComponent(Throwable cause,
String name)
Creates an exception indicating a failure to install the component.
|
DeploymentUnitProcessingException |
EeMessages.failedToLoadJbossProperties(IOException e) |
DeploymentUnitProcessingException |
EeMessages.failedToParse(Throwable cause,
org.jboss.vfs.VirtualFile xmlFile)
Creates an exception indicating a failure to parse the
xmlFile . |
DeploymentUnitProcessingException |
EeMessages.failedToProcessChild(Throwable cause,
org.jboss.vfs.VirtualFile earFile)
Creates an exception indicating a failure to process the children for the EAR.
|
DeploymentUnitProcessingException |
EeMessages.failedToProcessEJBClientDescriptor(Throwable cause)
Creates an exception indicating that the jboss-ejb-client.xml couldn't be processed
|
DeploymentUnitProcessingException |
EeMessages.fieldNotFound(String name)
Creates an exception indicating the field, represented by the
name parameter, was not found. |
DeploymentUnitProcessingException |
EeMessages.invalidCharacterLength(String elementName,
String value)
Creates an exception indicating the
elementName character type is not exactly one character long. |
DeploymentUnitProcessingException |
EeMessages.invalidInjectionTarget(String targetName,
String targetType,
Class<?> type)
Creates an exception indicating the injection target, represented by the
targetName parameter, on the
class, represented by the targetType parameter, is not compatible with the type of injection. |
DeploymentUnitProcessingException |
EeMessages.methodNotFound(String name,
String paramType,
String className)
Creates an exception indicating the method does not exist.
|
DeploymentUnitProcessingException |
EeMessages.methodOnlyAnnotation(org.jboss.jandex.DotName annotation)
Creates an exception indicating the annotation is only allowed on method targets.
|
DeploymentUnitProcessingException |
EeMessages.multipleComponentsFound(String typeName)
Creates an exception indicating multiple components were found for the type.
|
DeploymentUnitProcessingException |
EeMessages.multipleMethodsFound(String name,
String paramType,
String className)
Creates an exception indicating multiple methods found.
|
DeploymentUnitProcessingException |
EeMessages.multipleSetterMethodsFound(String targetName,
String className)
Creates an exception indicating multiple setter methods found.
|
DeploymentUnitProcessingException |
EeMessages.nullBindingName(BindingConfiguration config)
Creates an exception indicating the binding name must not be
null . |
DeploymentUnitProcessingException |
EeMessages.rootAsLibraryDirectory() |
DeploymentUnitProcessingException |
EeMessages.unknownElementType(String elementName,
String type)
Creates an exception indicating the type for the
elementName for the type is unknown. |
DeploymentUnitProcessingException |
EeMessages.unsupportedModuleType(String moduleFileName) |
DeploymentUnitProcessingException |
EeMessages.xmlErrorParsingEJBClientDescriptor(XMLStreamException cause,
String fileLocation)
Creates an exception indicating that there was an exception while parsing a jboss-ejb-client.xml
|
Modifier and Type | Method and Description |
---|---|
void |
BeanValidationFactoryDeployer.deploy(DeploymentPhaseContext phaseContext) |
InjectionSource |
BeanValidationFactoryResourceReferenceProcessor.getResourceReferenceBindingSource() |
InjectionSource |
BeanValidationResourceReferenceProcessor.getResourceReferenceBindingSource() |
Modifier and Type | Method and Description |
---|---|
void |
NamespaceViewConfigurator.configure(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration) |
void |
ViewConfigurator.configure(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration)
Apply this configurator to the given configuration.
|
void |
ComponentConfigurator.configure(DeploymentPhaseContext context,
ComponentDescription description,
ComponentConfiguration configuration)
Apply this configurator to the given component configuration.
|
void |
NamespaceConfigurator.configure(DeploymentPhaseContext context,
ComponentDescription description,
ComponentConfiguration configuration)
Apply this configurator to the given component configuration.
|
void |
DependencyConfigurator.configureDependency(org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
T service)
Configure the dependency on the service builder.
|
org.jboss.invocation.InterceptorFactory |
MethodInjectionTarget.createInjectionInterceptorFactory(Object targetContextKey,
Object valueContextKey,
org.jboss.msc.value.Value<ManagedReferenceFactory> factoryValue,
DeploymentUnit deploymentUnit,
boolean optional) |
abstract org.jboss.invocation.InterceptorFactory |
InjectionTarget.createInjectionInterceptorFactory(Object targetContextKey,
Object valueContextKey,
org.jboss.msc.value.Value<ManagedReferenceFactory> factoryValue,
DeploymentUnit deploymentUnit,
boolean optional)
Get an interceptor factory which will carry out injection into this target.
|
org.jboss.invocation.InterceptorFactory |
FieldInjectionTarget.createInjectionInterceptorFactory(Object targetContextKey,
Object valueContextKey,
org.jboss.msc.value.Value<ManagedReferenceFactory> factoryValue,
DeploymentUnit deploymentUnit,
boolean optional) |
Method |
MethodInjectionTarget.getMethod(DeploymentReflectionIndex reflectionIndex,
Class<?> clazz) |
Method |
MethodInjectionTarget.getMethod(DeploymentUnit deploymentUnit) |
abstract void |
InjectionSource.getResourceValue(InjectionSource.ResolutionContext resolutionContext,
org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
DeploymentPhaseContext phaseContext,
org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector)
Get the value to use as the injection source.
|
void |
EnvEntryInjectionSource.getResourceValue(InjectionSource.ResolutionContext resolutionContext,
org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
DeploymentPhaseContext phaseContext,
org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector) |
void |
ComponentTypeInjectionSource.getResourceValue(InjectionSource.ResolutionContext resolutionContext,
org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
DeploymentPhaseContext phaseContext,
org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector) |
protected abstract void |
ClassDescriptionTraversal.handle(Class<?> clazz,
EEModuleClassDescription classDescription) |
protected boolean |
AbstractComponentConfigurator.isNotOverriden(Class<?> clazz,
Method method,
Class<?> actualClass,
DeploymentReflectionIndex deploymentReflectionIndex) |
boolean |
MethodInjectionTarget.isStatic(DeploymentUnit deploymentUnit) |
abstract boolean |
InjectionTarget.isStatic(DeploymentUnit deploymentUnit)
Indicates if the target has the staic modifier.
|
boolean |
FieldInjectionTarget.isStatic(DeploymentUnit deploymentUnit) |
protected void |
AbstractComponentConfigurator.mergeInjectionsForClass(Class<?> clazz,
Class<?> actualClass,
EEModuleClassDescription classDescription,
EEModuleDescription moduleDescription,
DeploymentReflectionIndex deploymentReflectionIndex,
ComponentDescription description,
ComponentConfiguration configuration,
DeploymentPhaseContext context,
Deque<org.jboss.invocation.InterceptorFactory> injectors,
Object instanceKey,
Deque<org.jboss.invocation.InterceptorFactory> uninjectors,
boolean metadataComplete)
Sets up all resource injections for a class.
|
void |
ClassDescriptionTraversal.run() |
Constructor and Description |
---|
EEModuleConfiguration(EEModuleDescription description) |
Modifier and Type | Method and Description |
---|---|
protected void |
ModuleJndiBindingProcessor.addJndiBinding(EEModuleConfiguration module,
BindingConfiguration bindingConfiguration,
DeploymentPhaseContext phaseContext,
List<org.jboss.msc.service.ServiceName> dependencies) |
void |
LifecycleAnnotationParsingProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ResourceReferenceRegistrySetupProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ResourceInjectionAnnotationParsingProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ComponentInstallProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
InterceptorAnnotationProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EEDefaultPermissionsProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ModuleJndiBindingProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
AbstractDeploymentDescriptorBindingsProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
AroundInvokeAnnotationParsingProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EarApplicationNameProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ApplicationClassesAggregationProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EarMessageDestinationProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
DefaultEarSubDeploymentsIsolationProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EEDistinctNameProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
MessageDestinationResolutionProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EEModuleConfigurationProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EECleanUpProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
AbstractComponentConfigProcessor.deploy(DeploymentPhaseContext phaseContext)
Perform a single step in processing the deployment phase.
|
void |
EEModuleInitialProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
DescriptorEnvironmentLifecycleMethodProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
DefaultBindingsConfigurationProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EEModuleNameProcessor.deploy(DeploymentPhaseContext phaseContext) |
protected void |
ComponentInstallProcessor.deployComponent(DeploymentPhaseContext phaseContext,
ComponentConfiguration configuration,
List<org.jboss.msc.service.ServiceName> jndiDependencies,
org.jboss.msc.service.ServiceName bindingDependencyService) |
InjectionSource |
EEResourceReferenceProcessor.getResourceReferenceBindingSource() |
void |
MessageDestinationInjectionSource.getResourceValue(InjectionSource.ResolutionContext resolutionContext,
org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
DeploymentPhaseContext phaseContext,
org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector) |
static void |
DescriptorEnvironmentLifecycleMethodProcessor.handleMethods(DeploymentDescriptorEnvironment env,
EEModuleDescription eeModuleDescription,
String defaultClassName) |
protected void |
ResourceInjectionAnnotationParsingProcessor.process(DeploymentPhaseContext phaseContext,
EEModuleClassDescription classDescription,
org.jboss.jandex.AnnotationInstance annotation,
String injectionType,
String localContextName,
InjectionTarget targetDescription,
EEModuleDescription eeModuleDescription,
org.jboss.modules.Module module,
EEApplicationClasses applicationClasses,
boolean replacement,
org.jboss.metadata.property.PropertyReplacer replacer) |
protected void |
ResourceInjectionAnnotationParsingProcessor.processClassResource(DeploymentPhaseContext phaseContext,
String name,
String type,
EEModuleClassDescription classDescription,
org.jboss.jandex.AnnotationInstance annotation,
EEModuleDescription eeModuleDescription,
org.jboss.modules.Module module,
EEApplicationClasses applicationClasses,
boolean replacement,
org.jboss.metadata.property.PropertyReplacer replacer) |
protected abstract void |
AbstractComponentConfigProcessor.processComponentConfig(DeploymentUnit deploymentUnit,
DeploymentPhaseContext phaseContext,
CompositeIndex index,
ComponentDescription componentDescription)
Process the component configuration instance.
|
protected abstract List<BindingConfiguration> |
AbstractDeploymentDescriptorBindingsProcessor.processDescriptorEntries(DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses) |
protected List<BindingConfiguration> |
ResourceReferenceProcessor.processDescriptorEntries(DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses) |
protected void |
ResourceInjectionAnnotationParsingProcessor.processFieldResource(DeploymentPhaseContext phaseContext,
org.jboss.jandex.FieldInfo fieldInfo,
String name,
String type,
EEModuleClassDescription classDescription,
org.jboss.jandex.AnnotationInstance annotation,
EEModuleDescription eeModuleDescription,
org.jboss.modules.Module module,
EEApplicationClasses applicationClasses,
boolean replacement,
org.jboss.metadata.property.PropertyReplacer replacer) |
protected Class<?> |
AbstractDeploymentDescriptorBindingsProcessor.processInjectionTargets(ResourceInjectionTarget resourceInjectionTarget,
InjectionSource injectionSource,
ClassLoader classLoader,
DeploymentReflectionIndex deploymentReflectionIndex,
org.jboss.metadata.javaee.spec.ResourceInjectionMetaData entry,
Class<?> classType)
Processes the injection targets of a resource binding
|
protected void |
ResourceInjectionAnnotationParsingProcessor.processMethodResource(DeploymentPhaseContext phaseContext,
org.jboss.jandex.MethodInfo methodInfo,
String name,
String type,
EEModuleClassDescription classDescription,
org.jboss.jandex.AnnotationInstance annotation,
EEModuleDescription eeModuleDescription,
org.jboss.modules.Module module,
EEApplicationClasses applicationClasses,
boolean replacement,
org.jboss.metadata.property.PropertyReplacer replacer) |
void |
MessageDestinationInjectionSource.resolve(DeploymentPhaseContext phaseContext) |
Modifier and Type | Method and Description |
---|---|
void |
EEConcurrentContextProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EEConcurrentDefaultBindingProcessor.deploy(DeploymentPhaseContext phaseContext) |
Modifier and Type | Method and Description |
---|---|
InjectionSource |
ContextServiceResourceReferenceProcessor.getResourceReferenceBindingSource() |
InjectionSource |
ManagedScheduledExecutorServiceResourceReferenceProcessor.getResourceReferenceBindingSource() |
InjectionSource |
ManagedThreadFactoryResourceReferenceProcessor.getResourceReferenceBindingSource() |
InjectionSource |
ManagedExecutorServiceResourceReferenceProcessor.getResourceReferenceBindingSource() |
Modifier and Type | Method and Description |
---|---|
InjectionSource |
ManagedBeanResourceReferenceProcessor.getResourceReferenceBindingSource() |
Modifier and Type | Method and Description |
---|---|
void |
ManagedBeanAnnotationProcessor.deploy(DeploymentPhaseContext phaseContext)
Check the deployment annotation index for all classes with the @ManagedBean annotation.
|
void |
ManagedBeanSubDeploymentMarkingProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
JavaEEDependencyProcessor.deploy(DeploymentPhaseContext phaseContext)
Add the EE APIs as a dependency to all deployments
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractEEAnnotationProcessor.deploy(DeploymentPhaseContext phaseContext) |
Modifier and Type | Method and Description |
---|---|
void |
SystemPropertyResolverProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
VaultPropertyResolverProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
DeploymentPropertyResolverProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
PropertyResolverProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
DeploymentPropertiesProcessor.deploy(DeploymentPhaseContext phaseContext) |
Modifier and Type | Method and Description |
---|---|
void |
InstanceNameBindingProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ModuleContextProcessor.deploy(DeploymentPhaseContext phaseContext)
Add a ContextService for this module.
|
void |
ApplicationContextProcessor.deploy(DeploymentPhaseContext phaseContext)
Add a ContextService for this module.
|
void |
InApplicationClientBindingProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ContextInjectionSource.getResourceValue(InjectionSource.ResolutionContext resolutionContext,
org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
DeploymentPhaseContext phaseContext,
org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector) |
Modifier and Type | Method and Description |
---|---|
void |
EarDependencyProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EJBClientDescriptorParsingProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ApplicationClientDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
InitializeInOrderProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
AnnotationPropertyReplacementProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
GlobalModuleDependencyProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EarStructureProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
DescriptorPropertyReplacementProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EarMetaDataParsingProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ComponentAggregationProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EjbJarDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EarInitializationProcessor.deploy(DeploymentPhaseContext phaseContext) |
Modifier and Type | Method and Description |
---|---|
static AccessibleObject |
InjectionUtils.getInjectionTarget(String injectionTargetClassName,
String injectionTargetName,
ClassLoader classLoader,
DeploymentReflectionIndex deploymentReflectionIndex) |
Modifier and Type | Method and Description |
---|---|
DeploymentUnitProcessingException |
EjbMessages.beanInterfaceAttributeRequiredForEJBAnnotationOnClass(String className) |
DeploymentUnitProcessingException |
EjbMessages.beanWithLocalAnnotationImplementsMoreThanOneInterface(Class beanClass) |
DeploymentUnitProcessingException |
EjbMessages.beanWithRemoteAnnotationImplementsMoreThanOneInterface(Class beanClass) |
DeploymentUnitProcessingException |
EjbMessages.clusteredAnnotationIsNotApplicableForBean(DeploymentUnit unit,
String componentName,
String componentClassName)
Deprecated.
|
DeploymentUnitProcessingException |
EjbMessages.clusteredAnnotationIsNotApplicableForEntityBean(DeploymentUnit unit,
String componentName,
String componentClassName)
Deprecated.
|
DeploymentUnitProcessingException |
EjbMessages.clusteredAnnotationIsNotApplicableForMDB(DeploymentUnit unit,
String componentName,
String componentClassName)
Deprecated.
|
DeploymentUnitProcessingException |
EjbMessages.clusteredAnnotationNotYetImplementedForSingletonBean(DeploymentUnit unit,
String componentName,
String componentClassName)
Deprecated.
|
DeploymentUnitProcessingException |
EjbMessages.cmpEntityBeansAreNotSupported() |
DeploymentUnitProcessingException |
EjbMessages.componentClassHasMultipleTimeoutAnnotations(Class<?> componentClass)
Creates an exception indicating Component class has multiple @Timeout annotations
|
DeploymentUnitProcessingException |
EjbMessages.couldNotDetermineEjbLocalRefForInjectionTarget(String ejbLocalRefName,
ResourceInjectionTarget injectionTarget) |
DeploymentUnitProcessingException |
EjbMessages.couldNotDetermineEjbRefForInjectionTarget(String ejbRefName,
ResourceInjectionTarget injectionTarget) |
DeploymentUnitProcessingException |
EjbMessages.couldNotDetermineLocalInterfaceFromLocalHome(String localHomeClass,
String beanName) |
DeploymentUnitProcessingException |
EjbMessages.couldNotDetermineRemoteInterfaceFromHome(String homeClass,
String beanName) |
DeploymentUnitProcessingException |
EjbMessages.couldNotFindSessionBean(String beanName)
Creates an exception indicating could not find session bean with name
|
DeploymentUnitProcessingException |
EjbMessages.couldNotFindViewMethodOnEjb(Method method,
String viewClass,
String ejb)
Thrown when an EJB 2 EJB does not implement a method on an EJB 2
|
DeploymentUnitProcessingException |
EjbMessages.defaultInterceptorsNotBindToMethod()
Creates an exception indicating Default interceptors cannot specify a method to bind to in ejb-jar.xml
|
DeploymentUnitProcessingException |
EjbMessages.defaultInterceptorsNotSpecifyOrder()
Creates an exception indicating Default interceptors specify an absolute ordering
|
DeploymentUnitProcessingException |
EjbMessages.ejbBusinessMethodMustBePublic(Method method) |
DeploymentUnitProcessingException |
EjbMessages.ejbJarConfigNotFound(DeploymentUnit deploymentUnit)
Creates an exception indicating that the EjbJarConfiguration was not found as an attachment in deployment unit
|
DeploymentUnitProcessingException |
EjbMessages.ejbMethodMustBePublic(String type,
Method method) |
DeploymentUnitProcessingException |
EjbMessages.ejbMustBePublicClass(String componentName,
String componentClassName) |
DeploymentUnitProcessingException |
EjbMessages.ejbMustHavePublicDefaultConstructor(String componentName,
String componentClassName) |
DeploymentUnitProcessingException |
EjbMessages.ejbMustNotBeFinalClass(String componentName,
String componentClassName) |
DeploymentUnitProcessingException |
EjbMessages.ejbMustNotBeInnerClass(String componentName,
String componentClassName) |
DeploymentUnitProcessingException |
EjbMessages.failedToCreateDeploymentNodeSelector(Exception e,
String deploymentNodeSelectorClassName) |
DeploymentUnitProcessingException |
EjbMessages.failedToInstallManagementResource(Exception e,
String componentName) |
DeploymentUnitProcessingException |
EjbMessages.failedToParse(Exception e,
String filePath) |
DeploymentUnitProcessingException |
EjbMessages.failToCallEjbCreateForHomeInterface(Method method,
String ejbClassName)
Creates an exception indicating Could not resolve corresponding ejbCreate or @Init method for home interface method on EJB
|
DeploymentUnitProcessingException |
EjbMessages.failToCallEjbRefByDependsOn(String annotationValue,
String componentClassName,
Set<ComponentDescription> components)
Creates an exception indicating more than one EJB called referenced by @DependsOn annotation in Components
|
DeploymentUnitProcessingException |
EjbMessages.failToFindEjbRefByDependsOn(String annotationValue,
String componentClassName)
Creates an exception indicating it Could not find EJB referenced by @DependsOn annotation
|
DeploymentUnitProcessingException |
EjbMessages.failToFindMethodInEjbJarXml(String name,
String methodName)
Creates an exception indicating Could not find method specified referenced in ejb-jar.xml
|
DeploymentUnitProcessingException |
EjbMessages.failToFindMethodWithParameterTypes(String name,
String methodName,
org.jboss.metadata.ejb.spec.MethodParametersMetaData methodParams)
Creates an exception indicating could not find method with parameter types referenced in ejb-jar.xml
|
DeploymentUnitProcessingException |
EjbMessages.failToLoadAppExceptionClassInEjbJarXml(String exceptionClassName,
Throwable e)
Creates an exception indicating it could not load application exception class %s in ejb-jar.xml
|
DeploymentUnitProcessingException |
EjbMessages.failToLoadComponentClass(Throwable t,
String componentName)
Creates an exception indicating could not load component class
|
DeploymentUnitProcessingException |
EjbMessages.failToLoadEjbClass(String ejbClassName,
Throwable e)
Creates an exception indicating it could not load EJB class
|
DeploymentUnitProcessingException |
EjbMessages.failToMergeData(String componentName,
Throwable e)
Creates an exception indicating Could not merge data
|
DeploymentUnitProcessingException |
EjbMessages.failToResolveEjbRemoveForInterface(String ejbName)
Creates an exception indicating that it could not resolve ejbRemove method for interface method on EJB
|
DeploymentUnitProcessingException |
EjbMessages.failToResolveMethodForHomeInterface(String ejbMethodName,
Method method,
String ejbName)
Creates an exception indicating that it could not resolve corresponding method for home interface method on EJB
|
DeploymentUnitProcessingException |
EjbMessages.invalidEjbEntityTimeout(String versionId,
Class<?> componentClass)
Creates an exception indicating the EJB entity bean implemented TimedObject but has a different
timeout method specified either via annotations or via the deployment descriptor.
|
DeploymentUnitProcessingException |
EjbMessages.localHomeNotAllow(EJBComponentDescription description)
Creates an exception indicating Local Home not allowed
|
DeploymentUnitProcessingException |
EjbMessages.mdbDoesNotImplementNorSpecifyMessageListener(org.jboss.jandex.ClassInfo beanClass) |
DeploymentUnitProcessingException |
EjbMessages.moreThanOneMethodWithSameNameOnComponent(String methodName,
Class componentClass) |
DeploymentUnitProcessingException |
EjbMessages.multipleCreateMethod(Class localHomeClass)
Creates an exception indicating it could not determine type of corresponding implied EJB 2.x local interface (see EJB 3.1 21.4.5)
due to multiple create* methods with different return types on home
|
DeploymentUnitProcessingException |
EjbMessages.multipleMethodReferencedInEjbJarXml(String methodName,
String name)
Creates an exception indicating More than one method found on class referenced in ejb-jar.xml.
|
DeploymentUnitProcessingException |
EjbMessages.nameAttributeRequiredForEJBAnnotationOnClass(String className) |
DeploymentUnitProcessingException |
EjbMessages.roleNamesIsNull(String ejbName)
Creates an exception indicating
|
DeploymentUnitProcessingException |
EjbMessages.sessionTypeNotSpecified(String bean)
Exception thrown if the session-type of a session bean is not specified
|
DeploymentUnitProcessingException |
EjbMessages.twoEjbBindingsSpecifyAbsoluteOrder(String component)
Creates an exception indicating Two ejb-jar.xml bindings for %s specify an absolute order
|
DeploymentUnitProcessingException |
EjbMessages.wrongReturnTypeForAsyncMethod(Method method)
Creates an exception indicating Async method does not return void or Future
|
Modifier and Type | Method and Description |
---|---|
void |
EJBContainerInterceptorsViewConfigurator.configure(DeploymentPhaseContext deploymentPhaseContext,
ComponentConfiguration componentConfiguration,
ViewDescription viewDescription,
ViewConfiguration viewConfiguration) |
void |
EJBValidationConfigurator.configure(DeploymentPhaseContext context,
ComponentDescription description,
ComponentConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
EntityBeanHomeViewConfigurator.configure(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration) |
void |
EntityBeanObjectViewConfigurator.configure(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration) |
protected void |
EntityBeanObjectViewConfigurator.handleNonBeanMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
DeploymentReflectionIndex index,
Method method)
Handle method found on the view that is not implemented by the entity bean impl.
|
protected Method |
EntityBeanHomeViewConfigurator.resolveEjbFinderMethod(Class<?> componentClass,
DeploymentReflectionIndex index,
Method method,
String ejbName,
org.jboss.metadata.ejb.spec.PersistenceType persistenceType) |
protected Method |
EntityBeanHomeViewConfigurator.resolveEjbHomeBusinessMethod(Class<?> componentClass,
DeploymentReflectionIndex index,
Method method,
String ejbName) |
Modifier and Type | Method and Description |
---|---|
void |
SessionBeanObjectViewConfigurator.configure(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration) |
protected abstract void |
SessionBeanObjectViewConfigurator.handleRemoveMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
DeploymentReflectionIndex index,
Method method) |
protected Method |
SessionBeanObjectViewConfigurator.resolveRemoveMethod(Class<?> componentClass,
DeploymentReflectionIndex index,
String ejbName) |
Modifier and Type | Method and Description |
---|---|
protected void |
StatefulSessionBeanObjectViewConfigurator.handleRemoveMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
DeploymentReflectionIndex index,
Method method) |
Modifier and Type | Method and Description |
---|---|
protected void |
StatelessSessionBeanObjectViewConfigurator.handleRemoveMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
DeploymentReflectionIndex index,
Method method) |
Modifier and Type | Method and Description |
---|---|
InjectionSource |
EjbContextResourceReferenceProcessor.getResourceReferenceBindingSource() |
Modifier and Type | Method and Description |
---|---|
void |
IIOPJndiBindingProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
AroundTimeoutAnnotationParsingProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
DeploymentRepositoryProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ApplicationExceptionAnnotationProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EjbJarParsingDeploymentUnitProcessor.deploy(DeploymentPhaseContext deploymentPhase)
Finds an ejb-jar.xml (at WEB-INF of a .war or META-INF of a .jar) parses the file and creates
metadata out of it.
|
void |
EjbDefaultDistinctNameProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EJBClientDescriptorMetaDataProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EjbManagementDeploymentUnitProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EjbIIOPDeploymentUnitProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EjbResourceInjectionAnnotationProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EjbDependencyDeploymentUnitProcessor.deploy(DeploymentPhaseContext phaseContext)
Adds Java EE module as a dependency to any deployment unit which is an EJB deployment
|
void |
EjbJndiBindingsDeploymentUnitProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EjbContextJndiBindingProcessor.deploy(DeploymentPhaseContext phaseContext)
Perform a single step in processing the deployment phase.
|
void |
EJBDefaultSecurityDomainProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EJBDefaultPermissionsProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
AbstractDeploymentUnitProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EjbCleanUpProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
BusinessViewAnnotationProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
TimerServiceDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EjbClientContextSetupProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
PassivationAnnotationParsingProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EjbLookupInjectionSource.getResourceValue(InjectionSource.ResolutionContext resolutionContext,
org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
DeploymentPhaseContext phaseContext,
org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector) |
void |
EjbInjectionSource.getResourceValue(InjectionSource.ResolutionContext resolutionContext,
org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
DeploymentPhaseContext phaseContext,
org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector) |
protected void |
MessageDrivenComponentDescriptionFactory.processAnnotations(DeploymentUnit deploymentUnit,
CompositeIndex compositeIndex) |
protected void |
SessionBeanComponentDescriptionFactory.processAnnotations(DeploymentUnit deploymentUnit,
CompositeIndex compositeIndex)
Process annotations and merge any available metadata at the same time.
|
protected abstract void |
EJBComponentDescriptionFactory.processAnnotations(DeploymentUnit deploymentUnit,
CompositeIndex compositeIndex)
Process annotations and merge any available metadata at the same time.
|
protected void |
AbstractDeploymentUnitProcessor.processAnnotations(DeploymentUnit deploymentUnit,
CompositeIndex compositeIndex) |
protected void |
AnnotatedEJBComponentDescriptionDeploymentUnitProcessor.processAnnotations(DeploymentUnit deploymentUnit,
CompositeIndex compositeIndex) |
protected void |
MessageDrivenComponentDescriptionFactory.processBeanMetaData(DeploymentUnit deploymentUnit,
org.jboss.metadata.ejb.spec.EnterpriseBeanMetaData enterpriseBeanMetaData) |
protected void |
SessionBeanComponentDescriptionFactory.processBeanMetaData(DeploymentUnit deploymentUnit,
org.jboss.metadata.ejb.spec.EnterpriseBeanMetaData enterpriseBeanMetaData) |
protected abstract void |
EJBComponentDescriptionFactory.processBeanMetaData(DeploymentUnit deploymentUnit,
org.jboss.metadata.ejb.spec.EnterpriseBeanMetaData enterpriseBeanMetaData) |
protected abstract void |
AbstractDeploymentUnitProcessor.processBeanMetaData(DeploymentUnit deploymentUnit,
org.jboss.metadata.ejb.spec.EnterpriseBeanMetaData ejb) |
protected void |
AnnotatedEJBComponentDescriptionDeploymentUnitProcessor.processBeanMetaData(DeploymentUnit deploymentUnit,
org.jboss.metadata.ejb.spec.EnterpriseBeanMetaData ejb) |
protected void |
ImplicitLocalViewProcessor.processComponentConfig(DeploymentUnit deploymentUnit,
DeploymentPhaseContext phaseContext,
CompositeIndex index,
ComponentDescription componentDescription) |
protected void |
EjbContextJndiBindingProcessor.processComponentConfig(DeploymentUnit deploymentUnit,
DeploymentPhaseContext phaseContext,
CompositeIndex index,
ComponentDescription componentDescription) |
protected void |
TimerServiceJndiBindingProcessor.processComponentConfig(DeploymentUnit deploymentUnit,
DeploymentPhaseContext phaseContext,
CompositeIndex index,
ComponentDescription componentDescription) |
protected void |
SessionBeanHomeProcessor.processComponentConfig(DeploymentUnit deploymentUnit,
DeploymentPhaseContext phaseContext,
CompositeIndex index,
ComponentDescription componentDescription) |
protected void |
AbstractDeploymentUnitProcessor.processDeploymentDescriptor(DeploymentUnit deploymentUnit) |
protected List<BindingConfiguration> |
EjbRefProcessor.processDescriptorEntries(DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses)
Resolves ejb-ref and ejb-local-ref elements
|
Modifier and Type | Method and Description |
---|---|
void |
InterceptorClassDeploymentDescriptorProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
AssemblyDescriptorProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
DeploymentDescriptorInterceptorBindingsProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
DeploymentDescriptorMethodProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ContainerInterceptorBindingsDDProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
AbstractEjbXmlDescriptorProcessor.deploy(DeploymentPhaseContext phaseContext) |
protected void |
SecurityRoleRefDDProcessor.processBeanMetaData(org.jboss.metadata.ejb.spec.EnterpriseBeanMetaData beanMetaData,
DeploymentPhaseContext phaseContext) |
protected void |
SessionBeanXmlDescriptorProcessor.processBeanMetaData(org.jboss.metadata.ejb.spec.SessionBeanMetaData sessionBean,
DeploymentPhaseContext phaseContext)
Processes the passed
SessionBeanMetaData and creates appropriate SessionBeanComponentDescription out of it. |
protected abstract void |
AbstractEjbXmlDescriptorProcessor.processBeanMetaData(T beanMetaData,
DeploymentPhaseContext phaseContext) |
static Method |
MethodResolutionUtils.resolveMethod(org.jboss.metadata.ejb.spec.MethodMetaData methodData,
Class<?> componentClass,
DeploymentReflectionIndex reflectionIndex) |
static Method |
MethodResolutionUtils.resolveMethod(org.jboss.metadata.ejb.spec.NamedMethodMetaData methodData,
Class<?> componentClass,
DeploymentReflectionIndex reflectionIndex) |
static Method |
MethodResolutionUtils.resolveMethod(String methodName,
org.jboss.metadata.ejb.spec.MethodParametersMetaData parameters,
Class<?> componentClass,
DeploymentReflectionIndex reflectionIndex) |
static Collection<Method> |
MethodResolutionUtils.resolveMethods(org.jboss.metadata.ejb.spec.NamedMethodMetaData methodData,
Class<?> componentClass,
DeploymentReflectionIndex reflectionIndex) |
static Collection<Method> |
MethodResolutionUtils.resolveMethods(String methodName,
org.jboss.metadata.ejb.spec.MethodParametersMetaData parameters,
Class<?> componentClass,
DeploymentReflectionIndex reflectionIndex) |
Modifier and Type | Method and Description |
---|---|
protected void |
EntityBeanComponentDescriptionFactory.processBeanMetaData(DeploymentUnit deploymentUnit,
org.jboss.metadata.ejb.spec.EnterpriseBeanMetaData enterpriseBeanMetaData) |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationExceptionMergingProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
AbstractMergingProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
HomeViewMergingProcessor.deploy(DeploymentPhaseContext phaseContext) |
protected void |
TimerMethodMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription description) |
protected void |
MissingMethodPermissionsDenyAccessMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription description) |
protected void |
SecurityDomainMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription description) |
protected void |
SecurityRolesMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription description) |
protected void |
TransactionAttributeMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription componentConfiguration) |
protected void |
MethodPermissionsMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription description) |
protected void |
DeclareRolesMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription description) |
protected void |
EjbDependsOnMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription description) |
protected void |
RunAsMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription componentConfiguration) |
protected void |
TransactionManagementMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription componentConfiguration) |
protected void |
DeliveryActiveMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
MessageDrivenComponentDescription componentConfiguration) |
protected void |
ResourceAdaptorMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
MessageDrivenComponentDescription componentConfiguration) |
protected void |
ConcurrencyManagementMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
SessionBeanComponentDescription componentConfiguration) |
protected void |
SessionBeanMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
SessionBeanComponentDescription description) |
protected void |
AsynchronousMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
SessionBeanComponentDescription description) |
protected void |
StartupMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
SingletonComponentDescription description) |
protected void |
InitMethodMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
StatefulComponentDescription description) |
protected void |
RemoveMethodMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
StatefulComponentDescription componentConfiguration) |
protected void |
StatefulTimeoutMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
StatefulComponentDescription componentConfiguration) |
protected void |
CacheMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
StatefulComponentDescription componentConfiguration) |
protected void |
SessionSynchronizationMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
StatefulComponentDescription description) |
protected void |
AbstractPoolMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
T description) |
protected abstract void |
AbstractMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
T description)
Handle annotations relating to the component that have been found in the deployment.
|
protected void |
TimerMethodMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription description) |
protected void |
MissingMethodPermissionsDenyAccessMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription description) |
protected void |
SecurityDomainMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription description) |
protected void |
SecurityRolesMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription ejbComponentDescription) |
protected void |
TransactionAttributeMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription componentDescription) |
protected void |
MethodPermissionsMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription componentDescription) |
protected void |
DeclareRolesMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription description) |
protected void |
EjbDependsOnMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription description) |
protected void |
RunAsMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription componentConfiguration) |
protected void |
TransactionManagementMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription componentConfiguration) |
protected void |
DeliveryActiveMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
MessageDrivenComponentDescription componentConfiguration) |
protected void |
ResourceAdaptorMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
MessageDrivenComponentDescription componentConfiguration) |
protected void |
ConcurrencyManagementMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
SessionBeanComponentDescription componentConfiguration) |
protected void |
EjbConcurrencyMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
SessionBeanComponentDescription componentConfiguration) |
protected void |
SessionBeanMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
SessionBeanComponentDescription description) |
protected void |
AsynchronousMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
SessionBeanComponentDescription description) |
protected void |
StartupMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
SingletonComponentDescription description) |
protected void |
InitMethodMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
StatefulComponentDescription description) |
protected void |
RemoveMethodMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
StatefulComponentDescription componentConfiguration) |
protected void |
StatefulTimeoutMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
StatefulComponentDescription componentConfiguration) |
protected void |
CacheMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
StatefulComponentDescription description) |
protected void |
SessionSynchronizationMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
StatefulComponentDescription description) |
protected void |
AbstractPoolMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
T description) |
protected abstract void |
AbstractMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
T description)
Handle the deployment descriptor
|
Modifier and Type | Method and Description |
---|---|
void |
JaccEjbDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
Modifier and Type | Method and Description |
---|---|
void |
EJBRemoteTransactionsViewConfigurator.configure(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription viewDescription,
ViewConfiguration viewConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
EJBSecurityViewConfigurator.configure(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription viewDescription,
ViewConfiguration viewConfiguration) |
void |
EjbJaccConfigurator.configure(DeploymentPhaseContext context,
ComponentDescription description,
ComponentConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
TimerServiceBindingSource.getResourceValue(InjectionSource.ResolutionContext resolutionContext,
org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
DeploymentPhaseContext phaseContext,
org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector) |
Modifier and Type | Method and Description |
---|---|
void |
JacORBDependencyProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
JacORBMarkerProcessor.deploy(DeploymentPhaseContext phaseContext) |
Modifier and Type | Method and Description |
---|---|
DeploymentUnitProcessingException |
JaxrsMessages.cannotLoadApplicationClass(Throwable cause)
Creates an exception indicating the JAX-RS application class could not be loaded.
|
DeploymentUnitProcessingException |
JaxrsMessages.invalidParamValue(String param,
String value) |
DeploymentUnitProcessingException |
JaxrsMessages.moreThanOneApplicationClassFound(Class<? extends javax.ws.rs.core.Application> app1,
Class<? extends javax.ws.rs.core.Application> app2)
Creates an exception indicating more than one application class found in deployment.
|
DeploymentUnitProcessingException |
JaxrsMessages.noSpringIntegrationJar() |
DeploymentUnitProcessingException |
JaxrsMessages.typeNameNotAnEjbView(List<Class> type,
String ejbName)
JAX-RS resource @Path annotation is on a class or interface that is not a view
|
Modifier and Type | Method and Description |
---|---|
protected Class<?> |
JaxrsScanningProcessor.checkDeclaredApplicationClassAsServlet(org.jboss.metadata.web.jboss.JBossWebMetaData webData,
ClassLoader classLoader) |
void |
JaxrsSpringProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
JaxrsDependencyProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
JaxrsScanningProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
JaxrsComponentDeployer.deploy(DeploymentPhaseContext phaseContext) |
void |
JaxrsIntegrationProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
JaxrsCdiIntegrationProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
JaxrsAnnotationProcessor.deploy(DeploymentPhaseContext phaseContext) |
protected org.jboss.vfs.VirtualFile |
JaxrsSpringProcessor.getResteasySpringVirtualFile()
Lookup Seam integration resource loader.
|
protected boolean |
JaxrsScanningProcessor.hasBootClasses(org.jboss.metadata.web.jboss.JBossWebMetaData webdata)
If any servlet/filter classes are declared, then we probably don't want to scan.
|
void |
ResteasyDeploymentData.merge(List<ResteasyDeploymentData> deploymentData)
Merges a list of additional JAX-RS deployment data with this lot of deployment data.
|
protected void |
JaxrsScanningProcessor.scan(DeploymentUnit du,
ClassLoader classLoader,
ResteasyDeploymentData resteasyDeploymentData) |
protected void |
JaxrsScanningProcessor.scanWebDeployment(DeploymentUnit du,
org.jboss.metadata.web.jboss.JBossWebMetaData webdata,
ClassLoader classLoader,
ResteasyDeploymentData resteasyDeploymentData) |
Modifier and Type | Method and Description |
---|---|
void |
PersistenceContextInjectionSource.getResourceValue(InjectionSource.ResolutionContext resolutionContext,
org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
DeploymentPhaseContext phaseContext,
org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector) |
void |
PersistenceUnitInjectionSource.getResourceValue(InjectionSource.ResolutionContext resolutionContext,
org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
DeploymentPhaseContext phaseContext,
org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector) |
Modifier and Type | Method and Description |
---|---|
DeploymentUnitProcessingException |
JpaMessages.cannotCreateAdapter(Throwable cause,
String className)
Creates an exception indicating the inability to create an instance of the adapter class represented by the
className parameter. |
DeploymentUnitProcessingException |
JpaMessages.cannotDeployApp(Throwable cause,
String providerName)
Creates an exception indicating the application could not be deployed with the persistence provider, represented
by the
providerName parameter, packaged. |
DeploymentUnitProcessingException |
JpaMessages.cannotLoadPersistenceProviderModule(Throwable cause,
String persistenceProviderModule,
String persistenceProviderClass)
Creates an exception indicating the persistence provider module, represented by the
persistenceProviderModule parameter, had an error loading. |
DeploymentUnitProcessingException |
JpaMessages.cannotSpecifyBoth(String key1,
Object value1,
String key2,
Object value2,
String parentTag,
Object object)
Creates an exception indicating that both
key1 and key2 cannot be specified for the object. |
DeploymentUnitProcessingException |
JpaMessages.failedToAddPersistenceUnit(Throwable cause,
String puName)
Creates an exception indicating a failure to add the persistence unit service.
|
DeploymentUnitProcessingException |
JpaMessages.failedToGetAdapter(String className)
Creates an exception indicating a failure to get the adapter for the persistence provider.
|
DeploymentUnitProcessingException |
JpaMessages.persistenceProviderAdaptorModuleLoadError(Throwable cause,
String adaptorModule)
persistence provider adaptor module load error
|
Modifier and Type | Method and Description |
---|---|
void |
JPAAnnotationProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
PersistenceUnitParseProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
JPADependencyProcessor.deploy(DeploymentPhaseContext phaseContext)
Add dependencies for modules required for JPA deployments
|
void |
JPAInterceptorProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
PersistenceBeginInstallProcessor.deploy(DeploymentPhaseContext phaseContext)
Perform a single step in processing the deployment phase.
|
void |
PersistenceCompleteInstallProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
JPAClassFileTransformerProcessor.deploy(DeploymentPhaseContext phaseContext)
Add dependencies for modules required for JPA deployments
|
static void |
PersistenceUnitServiceHandler.deploy(DeploymentPhaseContext phaseContext,
boolean startEarly,
org.jipijapa.plugin.spi.Platform platform) |
static void |
PersistenceProviderHandler.deploy(DeploymentPhaseContext phaseContext,
org.jipijapa.plugin.spi.Platform platform) |
static void |
PersistenceProviderHandler.finishDeploy(DeploymentPhaseContext phaseContext) |
protected List<BindingConfiguration> |
PersistenceRefProcessor.processDescriptorEntries(DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses) |
Modifier and Type | Method and Description |
---|---|
DeploymentUnitProcessingException |
JSFMessages.invalidDefaultJSFImpl(String defaultJsfVersion) |
Modifier and Type | Method and Description |
---|---|
void |
JSFMetadataProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
JSFVersionProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
JSFAnnotationProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
JSFSharedTldsProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
JSFManagedBeanProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
JSFCdiExtensionDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
JSFBeanValidationFactoryProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
JSFDependencyProcessor.deploy(DeploymentPhaseContext phaseContext) |
Modifier and Type | Method and Description |
---|---|
DeploymentUnitProcessingException |
LoggingMessages.errorProcessingLoggingConfiguration(Throwable cause)
Creates an exception indicating an error occurred while searching for logging configuration files.
|
DeploymentUnitProcessingException |
LoggingMessages.failedToConfigureLogging(Throwable cause,
String fileName)
Creates an exception indicating a failure to configure logging with the configuration file represented by the
fileName parameter. |
Modifier and Type | Method and Description |
---|---|
void |
LoggingDependencyDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
protected void |
LoggingProfileDeploymentProcessor.processDeployment(DeploymentPhaseContext phaseContext,
DeploymentUnit deploymentUnit,
ResourceRoot root) |
protected void |
LoggingConfigDeploymentProcessor.processDeployment(DeploymentPhaseContext phaseContext,
DeploymentUnit deploymentUnit,
ResourceRoot root) |
Modifier and Type | Method and Description |
---|---|
void |
MailSessionDefinitionAnnotationParser.deploy(DeploymentPhaseContext phaseContext) |
protected List<BindingConfiguration> |
MailSessionDeploymentDescriptorParser.processDescriptorEntries(DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses) |
Modifier and Type | Method and Description |
---|---|
DeploymentUnitProcessingException |
MessagingMessages.couldNotParseDeployment(String file,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
MessagingXmlInstallDeploymentUnitProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
CDIDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
DefaultJMSConnectionFactoryResourceReferenceProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
MessagingDependencyProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
MessagingJMSDefinitionAnnotationParser.deploy(DeploymentPhaseContext phaseContext) |
void |
DefaultJMSConnectionFactoryBindingProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
MessagingXmlParsingDeploymentUnitProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
DirectJMSDestinationInjectionSource.getResourceValue(InjectionSource.ResolutionContext context,
org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
DeploymentPhaseContext phaseContext,
org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector) |
void |
DirectJMSConnectionFactoryInjectionSource.getResourceValue(InjectionSource.ResolutionContext context,
org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
DeploymentPhaseContext phaseContext,
org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector) |
protected List<BindingConfiguration> |
MessagingJMSDefinitionDeploymentProcessor.processDescriptorEntries(DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses) |
Modifier and Type | Method and Description |
---|---|
DeploymentUnitProcessingException |
NamingMessages.invalidNameForContextBinding(String name) |
Modifier and Type | Method and Description |
---|---|
void |
ExternalContextsProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
JndiNamingDependencyProcessor.deploy(DeploymentPhaseContext phaseContext) |
Modifier and Type | Method and Description |
---|---|
DeploymentUnitProcessingException |
PojoMessages.failedToParse(org.jboss.vfs.VirtualFile file)
Parsing failure.
|
DeploymentUnitProcessingException |
PojoMessages.missingReflectionIndex(DeploymentUnit unit)
Missing reflection index.
|
DeploymentUnitProcessingException |
PojoMessages.noModuleFound(DeploymentUnit unit)
No Module instance found in attachments.
|
DeploymentUnitProcessingException |
PojoMessages.parsingException(org.jboss.vfs.VirtualFile beansXml,
Throwable cause)
Parsing exception.
|
Modifier and Type | Method and Description |
---|---|
void |
ParsedKernelDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext)
Process a deployment for KernelDeployment configuration.
|
void |
KernelDeploymentModuleProcessor.deploy(DeploymentPhaseContext phaseContext)
Add POJO module if we have any bean factories.
|
void |
KernelDeploymentParsingProcessor.deploy(DeploymentPhaseContext phaseContext)
Process a deployment for jboss-beans.xml files.
|
protected void |
KernelDeploymentParsingProcessor.parseDescriptor(DeploymentUnit unit,
org.jboss.vfs.VirtualFile beansXmlFile)
Parse -jboss-beans.xml file.
|
protected void |
KernelDeploymentParsingProcessor.parseDescriptors(DeploymentUnit unit,
org.jboss.vfs.VirtualFile root)
Find and parse -jboss-beans.xml files.
|
Modifier and Type | Method and Description |
---|---|
void |
JaccEarDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext)
Perform a single step in processing the deployment phase.
|
void |
SecurityDependencyProcessor.deploy(DeploymentPhaseContext phaseContext)
Perform a single step in processing the deployment phase.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentOverlayDeploymentUnitProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
SubDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
DeploymentUnitProcessor.deploy(DeploymentPhaseContext phaseContext)
Perform a single step in processing the deployment phase.
|
void |
ServiceLoaderProcessor.deploy(DeploymentPhaseContext phaseContext)
Perform a single step in processing the deployment phase.
|
void |
DeploymentCompleteServiceProcessor.deploy(DeploymentPhaseContext phaseContext) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationIndexProcessor.deploy(DeploymentPhaseContext phaseContext)
Process this deployment for annotations.
|
void |
CompositeIndexProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
CleanupAnnotationIndexProcessor.deploy(DeploymentPhaseContext phaseContext) |
static void |
ResourceRootIndexer.indexResourceRoot(ResourceRoot resourceRoot)
Creates and attaches the annotation index to a resource root, if it has not already been attached
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentDependenciesProcessor.deploy(DeploymentPhaseContext phaseContext) |
Modifier and Type | Method and Description |
---|---|
void |
Seam2Processor.deploy(DeploymentPhaseContext phaseContext) |
protected ResourceRoot |
Seam2Processor.getSeamIntResourceRoot()
Lookup Seam integration resource loader.
|
Modifier and Type | Method and Description |
---|---|
void |
JBossAllXMLParsingProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
JBossAllXmlParserRegisteringProcessor.deploy(DeploymentPhaseContext phaseContext) |
Modifier and Type | Method and Description |
---|---|
void |
ManifestExtensionNameProcessor.deploy(DeploymentPhaseContext phaseContext)
Perform a single step in processing the deployment phase.
|
void |
DeploymentRootMountProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
DriverDependenciesProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
DeploymentRootExplodedMountProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ModuleSpecProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ModuleDependencyProcessor.deploy(DeploymentPhaseContext phaseContext)
Process the deployment root for module dependency information.
|
void |
ModuleExtensionListProcessor.deploy(DeploymentPhaseContext phaseContext)
Perform a single step in processing the deployment phase.
|
void |
ManifestExtensionListProcessor.deploy(DeploymentPhaseContext phaseContext)
Perform a single step in processing the deployment phase.
|
void |
ManifestClassPathProcessor.deploy(DeploymentPhaseContext phaseContext)
We only allow a single deployment at a time to be run through the class path processor.
|
void |
ClassFileTransformerProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ServerDependenciesProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ManifestAttachmentProcessor.deploy(DeploymentPhaseContext phaseContext)
Process the deployment root for the manifest.
|
void |
DeploymentVisibilityProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ManifestDependencyProcessor.deploy(DeploymentPhaseContext phaseContext)
Process the deployment root for module dependency information.
|
void |
SubDeploymentDependencyProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ModuleClassPathProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ModuleIdentifierProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ModuleExtensionNameProcessor.deploy(DeploymentPhaseContext phaseContext)
Perform a single step in processing the deployment phase.
|
static Manifest |
ManifestAttachmentProcessor.getManifest(ResourceRoot resourceRoot) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentStructureDescriptorParser.deploy(DeploymentPhaseContext phaseContext) |
Modifier and Type | Method and Description |
---|---|
void |
CleanupReflectionIndexProcessor.deploy(DeploymentPhaseContext phaseContext)
Perform a single step in processing the deployment phase.
|
void |
InstallReflectionIndexProcessor.deploy(DeploymentPhaseContext phaseContext) |
static Method |
ClassReflectionIndexUtil.findRequiredMethod(DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> clazz,
Method method)
Finds and returns a method corresponding to the passed
method , which may be declared in the super class
of the passed classReflectionIndex . |
static Method |
ClassReflectionIndexUtil.findRequiredMethod(DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> clazz,
org.jboss.invocation.proxy.MethodIdentifier methodIdentifier)
Finds and returns a method corresponding to the passed
methodIdentifier . |
Modifier and Type | Method and Description |
---|---|
void |
ServiceActivatorProcessor.deploy(DeploymentPhaseContext phaseContext)
If the deployment has a module attached it will ask the module to load the ServiceActivator services.
|
void |
ServiceActivatorDependencyProcessor.deploy(DeploymentPhaseContext phaseContext)
Add the dependencies if the deployment contains a service activator loader entry.
|
Modifier and Type | Method and Description |
---|---|
DeploymentUnitProcessingException |
SarMessages.failedToGetAttachment(String attachmentType,
DeploymentUnit deploymentUnit)
Creates an exception indicating a failure to get an attachment.
|
DeploymentUnitProcessingException |
SarMessages.failedToProcessSarChild(Throwable cause,
org.jboss.vfs.VirtualFile deploymentRoot)
Creates an exception indicating a failure to process the resource adapter child archives for the deployment root
represented by the
deploymentRoot parameter. |
DeploymentUnitProcessingException |
SarMessages.failedXmlParsing(Throwable cause,
org.jboss.vfs.VirtualFile xmlFile)
Creates an exception indicating a failure to parse the service XML file.
|
DeploymentUnitProcessingException |
SarMessages.failedXmlParsing(org.jboss.vfs.VirtualFile xmlFile)
Creates an exception indicating a failure to parse the service XML file.
|
DeploymentUnitProcessingException |
SarMessages.malformedDependencyName(Throwable cause,
String dependencyName)
Creates an exception indicating that dependency of mbean was malformed in service descriptor.
|
Modifier and Type | Method and Description |
---|---|
void |
SarModuleDependencyProcessor.deploy(DeploymentPhaseContext phaseContext)
Add dependencies for modules required for manged bean deployments, if managed bean configurations are attached
to the deployment.
|
void |
SarSubDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ParsedServiceDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext)
Process a deployment for JbossService configuration.
|
void |
ServiceDeploymentParsingProcessor.deploy(DeploymentPhaseContext phaseContext)
Process a deployment for jboss-service.xml files.
|
void |
SarStructureProcessor.deploy(DeploymentPhaseContext phaseContext) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceComponentProcessor.deploy(DeploymentPhaseContext phaseContext) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionLeakRollbackProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
TransactionJndiBindingProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
TransactionCDIProcessor.deploy(DeploymentPhaseContext phaseContext) |
Modifier and Type | Method and Description |
---|---|
DeploymentUnitProcessingException |
WSMessages.cannotGetURLForDescriptor(Throwable cause,
String resourcePath) |
DeploymentUnitProcessingException |
WSMessages.declaredEndpointInterfaceClassNotFound(String endpointInterface,
Class<?> endpointClass) |
DeploymentUnitProcessingException |
WSMessages.endpointClassNotFound(String endpointClassName) |
DeploymentUnitProcessingException |
WSMessages.invalidLibraryInDeployment(String libraryName,
String jar) |
DeploymentUnitProcessingException |
WSMessages.invalidServiceRefSetterMethodName(Object o) |
DeploymentUnitProcessingException |
WSMessages.jaxRpcNotSupported() |
DeploymentUnitProcessingException |
WSMessages.jwsWebServiceClassVerificationFailed(Class<?> seiClass) |
DeploymentUnitProcessingException |
WSMessages.requiredServiceRefName() |
DeploymentUnitProcessingException |
WSMessages.requiredServiceRefType() |
Modifier and Type | Method and Description |
---|---|
void |
AspectDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
TCCLDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
WSIntegrationProcessorJAXWS_JMS.deploy(DeploymentPhaseContext phaseContext) |
void |
JBossWebservicesDescriptorDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
WebServicesContextJndiSetupProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
WebServiceAnnotationProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
WSDependenciesProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
WSServiceDependenciesProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
WebservicesDescriptorDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
WSLibraryFilterProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
WSClassVerificationProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
AbstractIntegrationProcessorJAXWS.deploy(DeploymentPhaseContext phaseContext) |
void |
WSIntegrationProcessorJAXWS_EJB.deploy(DeploymentPhaseContext phaseContext) |
InjectionSource |
WebServiceContextResourceProcessor.getResourceReferenceBindingSource() |
void |
WSModelDeploymentProcessor.internalDeploy(DeploymentPhaseContext phaseContext) |
abstract void |
TCCLDeploymentProcessor.internalDeploy(DeploymentPhaseContext phaseContext) |
protected void |
WSIntegrationProcessorJAXWS_HANDLER.processAnnotation(DeploymentUnit unit,
EEModuleDescription moduleDescription) |
protected abstract void |
AbstractIntegrationProcessorJAXWS.processAnnotation(DeploymentUnit unit,
EEModuleDescription eeModuleDescription) |
protected void |
WSIntegrationProcessorJAXWS_POJO.processAnnotation(DeploymentUnit unit,
EEModuleDescription moduleDescription) |
Modifier and Type | Method and Description |
---|---|
void |
WSHandlerChainAnnotationProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
WebServiceContextInjectionSource.getResourceValue(InjectionSource.ResolutionContext resolutionContext,
org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
DeploymentPhaseContext phaseContext,
org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector) |
Modifier and Type | Method and Description |
---|---|
DeploymentUnitProcessingException |
WeldMessages.couldNotGetBeansXmlAsURL(String beansXml,
Throwable cause) |
DeploymentUnitProcessingException |
WeldMessages.couldNotLoadInterceptorClass(String interceptorClass,
Throwable cause) |
DeploymentUnitProcessingException |
WeldMessages.extensionDoesNotImplementExtension(Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
void |
CdiAnnotationProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
WeldPortableExtensions.tryRegisterExtension(Class<?> extensionClass,
DeploymentUnit deploymentUnit) |
Modifier and Type | Method and Description |
---|---|
void |
BeanDefiningAnnotationProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
BeansXmlProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
WeldDependencyProcessor.deploy(DeploymentPhaseContext phaseContext)
Add dependencies for modules required for weld deployments, if managed weld configurations are attached to the deployment
|
void |
WeldConfigurationProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ExternalBeanArchiveProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
WeldComponentIntegrationProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
WebIntegrationProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
WeldPortableExtensionProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
CdiBeanValidationFactoryProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
BeanArchiveProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
WeldImplicitDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
WeldDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
WeldBeanManagerServiceProcessor.deploy(DeploymentPhaseContext phaseContext) |
Modifier and Type | Method and Description |
---|---|
DeploymentUnitProcessingException |
XtsAsMessages.cannotLoadCDIExtension()
Creates an exception indicating that the CDI extension could not be loaded.
|
Modifier and Type | Method and Description |
---|---|
void |
XTSDependenciesDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
XTSInterceptorDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
XTSHandlerDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
CDIExtensionProcessor.deploy(DeploymentPhaseContext phaseContext) |
Modifier and Type | Method and Description |
---|---|
void |
BatchEnvironmentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
BatchDependencyProcessor.deploy(DeploymentPhaseContext phaseContext) |
Modifier and Type | Method and Description |
---|---|
void |
InboundBridgeDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
Modifier and Type | Method and Description |
---|---|
void |
PermissionsParseProcessor.deploy(DeploymentPhaseContext phaseContext) |
Modifier and Type | Method and Description |
---|---|
DeploymentUnitProcessingException |
UndertowMessages.errorLoadingSCIFromModule(org.jboss.modules.ModuleIdentifier identifier,
Exception e) |
DeploymentUnitProcessingException |
UndertowMessages.errorProcessingSCI(String jar,
Exception e) |
DeploymentUnitProcessingException |
UndertowMessages.failedToResolveModule(DeploymentUnit deploymentUnit) |
DeploymentUnitProcessingException |
UndertowMessages.unableToResolveAnnotationIndex(DeploymentUnit deploymentUnit) |
Modifier and Type | Method and Description |
---|---|
void |
UndertowJSRWebSocketDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
WarDeploymentInitializingProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
WebParsingDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
ServletContainerInitializerDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext)
Process SCIs.
|
void |
JBossWebParsingDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
WebComponentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
EarContextRootProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
UndertowHandlersDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
TldParsingDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
WarStructureDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
WarAnnotationDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext)
Process web annotations.
|
void |
WarMetaDataProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
WebFragmentParsingDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
UndertowNativeWebSocketDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
void |
UndertowDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) |
protected org.jboss.metadata.web.spec.WebMetaData |
WarAnnotationDeploymentProcessor.processAnnotations(org.jboss.jandex.Index index)
Process a single index.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.