Skip navigation links
WildFly: EE 15.0.0.Beta1
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbstractComponentConfigProcessor - Class in org.jboss.as.ee.component.deployers
Abstract deployment unit processors used to process ComponentDescription instances.
AbstractComponentConfigProcessor() - Constructor for class org.jboss.as.ee.component.deployers.AbstractComponentConfigProcessor
 
AbstractComponentConfigurator - Class in org.jboss.as.ee.component
 
AbstractComponentConfigurator() - Constructor for class org.jboss.as.ee.component.AbstractComponentConfigurator
 
AbstractDeploymentDescriptorBindingsProcessor - Class in org.jboss.as.ee.component.deployers
Class that provides common functionality required by processors that process environment information from deployment descriptors.
AbstractDeploymentDescriptorBindingsProcessor() - Constructor for class org.jboss.as.ee.component.deployers.AbstractDeploymentDescriptorBindingsProcessor
 
AbstractEEAnnotationProcessor - Class in org.jboss.as.ee.metadata
Superclass for EE annotation processors that attach their information to the EEClassDescription via ClassAnnotationInformation
AbstractEEAnnotationProcessor() - Constructor for class org.jboss.as.ee.metadata.AbstractEEAnnotationProcessor
 
add(T, int) - Method in class org.jboss.as.ee.component.interceptors.OrderedItemContainer
 
addAnnotationInformation(ClassAnnotationInformation) - Method in class org.jboss.as.ee.component.EEModuleClassDescription
 
addAroundConstructInterceptor(InterceptorFactory, int) - Method in class org.jboss.as.ee.component.ComponentConfiguration
Adds an around-construct interceptor
addAroundConstructInterceptors(List<InterceptorFactory>, int) - Method in class org.jboss.as.ee.component.ComponentConfiguration
Adds an around-construct interceptor
addAsyncMethod(Method) - Method in class org.jboss.as.ee.component.ViewConfiguration
Marks a method on the view as asynchronous
addCallback(Runnable) - Method in class org.jboss.as.ee.component.deployers.StartupCountdown
Executes a lightweight action when the countdown reaches 0.
addClassInterceptor(InterceptorDescription) - Method in class org.jboss.as.ee.component.ComponentDescription
Add a class level interceptor.
addClientInterceptor(InterceptorFactory, int) - Method in class org.jboss.as.ee.component.ViewConfiguration
Adds a client interceptor factory to all methods of a view
addClientInterceptor(Method, InterceptorFactory, int) - Method in class org.jboss.as.ee.component.ViewConfiguration
Adds a client interceptor to the given method
addClientPostConstructInterceptor(InterceptorFactory, int) - Method in class org.jboss.as.ee.component.ViewConfiguration
Adds a client post construct interceptor
addClientPreDestroyInterceptor(InterceptorFactory, int) - Method in class org.jboss.as.ee.component.ViewConfiguration
Adds a client pre-destroy interceptor
addComponent(ComponentConfiguration) - Method in class org.jboss.as.ee.component.ComponentRegistry
 
addComponent(ComponentDescription, VirtualFile) - Method in class org.jboss.as.ee.component.EEApplicationDescription
Add a component to this application.
addComponent(ComponentDescription) - Method in class org.jboss.as.ee.component.EEModuleDescription
Add a component to this module.
addComponentConfiguration(ComponentConfiguration) - Method in class org.jboss.as.ee.component.EEModuleConfiguration
 
addComponentInterceptor(InterceptorFactory, int, boolean) - Method in class org.jboss.as.ee.component.ComponentConfiguration
Adds an interceptor factory to every method on the component.
addComponentInterceptor(Method, InterceptorFactory, int) - Method in class org.jboss.as.ee.component.ComponentConfiguration
Adds an interceptor factory to a given method.
addComponentInterceptors(List<InterceptorFactory>, int, boolean) - Method in class org.jboss.as.ee.component.ComponentConfiguration
Adds an interceptor factory to every method on the component.
addComponentInterceptors(Method, List<InterceptorFactory>, int) - Method in class org.jboss.as.ee.component.ComponentConfiguration
Adds an interceptor factory to a given method.
addDependency(ServiceName) - Method in class org.jboss.as.ee.component.ComponentDescription
Add a dependency to this component.
addFactory(ContextHandleFactory) - Method in class org.jboss.as.ee.concurrent.ConcurrentContext
Adds a new factory.
addInterceptorEnvironment(String, InterceptorEnvironment) - Method in class org.jboss.as.ee.component.EEModuleDescription
 
addInterceptorMethodOverride(String, InterceptorClassDescription) - Method in class org.jboss.as.ee.component.ComponentDescription
Adds an interceptor class method override, merging it with existing overrides (if any)
addInterceptorMethodOverride(String, InterceptorClassDescription) - Method in class org.jboss.as.ee.component.EEModuleDescription
Adds a module level interceptor class override, it is merged with any existing overrides if they exist
ADDITIONAL_FACTORIES - Static variable in class org.jboss.as.ee.component.Attachments
 
ADDITIONAL_RESOLVABLE_COMPONENTS - Static variable in class org.jboss.as.ee.component.Attachments
Additional (remote) components that can be resolved but are not installed.
addJndiBinding(EEModuleConfiguration, BindingConfiguration, DeploymentPhaseContext, List<ServiceName>) - Method in class org.jboss.as.ee.component.deployers.ModuleJndiBindingProcessor
 
addLifecycleMethod(Method) - Method in class org.jboss.as.ee.component.ComponentConfiguration
Adds a lifecycle method to the lifecycle methods set
addMessageDestination(String, String, VirtualFile) - Method in class org.jboss.as.ee.component.EEApplicationDescription
Add a message destination to the application
addMessageDestination(String, String) - Method in class org.jboss.as.ee.component.EEModuleDescription
 
addMethodInterceptor(MethodIdentifier, InterceptorDescription) - Method in class org.jboss.as.ee.component.ComponentDescription
Add a method interceptor class name.
addOrGetLocalClassDescription(String) - Method in class org.jboss.as.ee.component.EEModuleDescription
Adds or retrieves an existing EEModuleClassDescription for the local module.
addPostActivateInterceptor(InterceptorFactory, int) - Method in class org.jboss.as.ee.component.ComponentConfiguration
Adds a post activate interceptor
addPostActivateInterceptors(List<InterceptorFactory>, int) - Method in class org.jboss.as.ee.component.ComponentConfiguration
Adds a post activate interceptor
addPostConstructInterceptor(InterceptorFactory, int) - Method in class org.jboss.as.ee.component.ComponentConfiguration
Adds a post construct interceptor
addPostConstructInterceptors(List<InterceptorFactory>, int) - Method in class org.jboss.as.ee.component.ComponentConfiguration
Adds a post construct interceptor
addPreDestroyInterceptor(InterceptorFactory, int) - Method in class org.jboss.as.ee.component.ComponentConfiguration
Adds a pre destroy interceptor
addPreDestroyInterceptors(List<InterceptorFactory>, int) - Method in class org.jboss.as.ee.component.ComponentConfiguration
Adds a pre destroy interceptor
addPrePassivateInterceptor(InterceptorFactory, int) - Method in class org.jboss.as.ee.component.ComponentConfiguration
Adds a pre passivate interceptor
addPrePassivateInterceptors(List<InterceptorFactory>, int) - Method in class org.jboss.as.ee.component.ComponentConfiguration
Adds a pre passivate interceptor
addProperties(String[]) - Method in class org.jboss.as.ee.resource.definition.ResourceDefinitionInjectionSource
Add the specified properties.
addProperties(String[], PropertyReplacer) - Method in class org.jboss.as.ee.resource.definition.ResourceDefinitionInjectionSource
Add the specified properties.
addProperties(PropertiesMetaData) - Method in class org.jboss.as.ee.resource.definition.ResourceDefinitionInjectionSource
Add the specified properties.
addRemotingReceiverConnectionRef(String) - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData
Adds an outbound connection reference used by a remoting receiver in the client context represented by this EJBClientDescriptorMetaData
addResourceDefinitionInjectionSource(ResourceDefinitionInjectionSource) - Method in class org.jboss.as.ee.resource.definition.ResourceDefinitionDescriptorProcessor.ResourceDefinitionInjectionSources
 
addResourceInjection(ResourceInjectionConfiguration) - Method in class org.jboss.as.ee.component.ComponentDescription
 
addResourceInjection(ResourceInjectionConfiguration) - Method in class org.jboss.as.ee.component.EEModuleClassDescription
 
addResourceInjection(ResourceInjectionConfiguration) - Method in class org.jboss.as.ee.component.EEModuleDescription
 
addResourceInjection(ResourceInjectionConfiguration) - Method in class org.jboss.as.ee.component.InterceptorEnvironment
 
addResourceInjection(ResourceInjectionConfiguration) - Method in interface org.jboss.as.ee.component.ResourceInjectionTarget
 
addTimeoutViewInterceptor(InterceptorFactory, int) - Method in class org.jboss.as.ee.component.ComponentConfiguration
Adds a timeout interceptor factory to every method on the component.
addTimeoutViewInterceptor(Method, InterceptorFactory, int) - Method in class org.jboss.as.ee.component.ComponentConfiguration
Adds a timeout interceptor factory to every method on the component.
addViewInterceptor(InterceptorFactory, int) - Method in class org.jboss.as.ee.component.ViewConfiguration
Adds an interceptor factory to all methods of a view
addViewInterceptor(Method, InterceptorFactory, int) - Method in class org.jboss.as.ee.component.ViewConfiguration
Adds a view interceptor to the given method
afterAnnotationsProcessed(DeploymentPhaseContext, DeploymentUnit) - Method in class org.jboss.as.ee.metadata.AbstractEEAnnotationProcessor
Method that can be overridden to do any additional processing
afterProxyMethod(TransactionHandle, String) - Method in class org.jboss.as.ee.concurrent.ServiceTransactionSetupProvider
 
allowedMethods() - Method in class org.jboss.as.ee.component.BasicComponentInstance
Get the list of allowed methods for this component instance.
allowedMethods() - Method in interface org.jboss.as.ee.component.ComponentInstance
Get the list of allowed methods for this component instance.
ALTERNATE_CLIENT_DEPLOYMENT_DESCRIPTOR - Static variable in class org.jboss.as.ee.structure.Attachments
The alternate deployment descriptor location
ALTERNATE_CONNECTOR_DEPLOYMENT_DESCRIPTOR - Static variable in class org.jboss.as.ee.structure.Attachments
 
ALTERNATE_EJB_DEPLOYMENT_DESCRIPTOR - Static variable in class org.jboss.as.ee.structure.Attachments
 
ALTERNATE_WEB_DEPLOYMENT_DESCRIPTOR - Static variable in class org.jboss.as.ee.structure.Attachments
 
alternateDeploymentDescriptor(VirtualFile, VirtualFile) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the alternate deployment descriptor specified for the module file could not be found.
alternateDeploymentDescriptor(VirtualFile, VirtualFile) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
alternateDeploymentDescriptor$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
ANNOTATION_PROPERTY_REPLACEMENT - Static variable in class org.jboss.as.ee.structure.Attachments
If this is set to true property replacement will be enabled for EJB annotations
ANNOTATION_PROPERTY_REPLACEMENT - Static variable in interface org.jboss.as.ee.subsystem.EESubsystemModel
 
ANNOTATION_PROPERTY_REPLACEMENT - Static variable in class org.jboss.as.ee.subsystem.EeSubsystemRootResource
 
annotationAttributeMissing(String, String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the annotation must provide the attribute.
annotationAttributeMissing(String, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
annotationAttributeMissing$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
AnnotationElement() - Constructor for class org.jboss.as.ee.resource.definition.ResourceDefinitionAnnotationProcessor.AnnotationElement
 
annotationInformationFactories() - Method in class org.jboss.as.ee.component.deployers.EEAnnotationProcessor
 
annotationInformationFactories() - Method in class org.jboss.as.ee.metadata.AbstractEEAnnotationProcessor
 
AnnotationMetadata<T> - Class in org.jboss.as.ee.metadata
Represents a piece of component metadata
AnnotationMetadata(T, Map<Method, T>) - Constructor for class org.jboss.as.ee.metadata.AnnotationMetadata
 
AnnotationPropertyReplacementProcessor - Class in org.jboss.as.ee.structure
DeploymentUnitProcessor responsible for determining if property replacement should be done on EJB annotations.
AnnotationPropertyReplacementProcessor(AttachmentKey<Boolean>) - Constructor for class org.jboss.as.ee.structure.AnnotationPropertyReplacementProcessor
 
ANNOTATIONS - Static variable in class org.jboss.as.ee.subsystem.GlobalModulesDefinition
 
ANNOTATIONS_AD - Static variable in class org.jboss.as.ee.subsystem.GlobalModulesDefinition
 
AppJBossAllParser - Class in org.jboss.as.ee.structure
The app client handler for jboss-all.xml
AppJBossAllParser() - Constructor for class org.jboss.as.ee.structure.AppJBossAllParser
 
APPLICATION_CONTEXT_CONFIG - Static variable in class org.jboss.as.ee.naming.Attachments
 
ApplicationClassesAggregationProcessor - Class in org.jboss.as.ee.component.deployers
Processor that aggregates all module descriptions visible to the deployment in an EEApplicationClasses structure.
ApplicationClassesAggregationProcessor() - Constructor for class org.jboss.as.ee.component.deployers.ApplicationClassesAggregationProcessor
 
ApplicationClientDeploymentProcessor - Class in org.jboss.as.ee.structure
Processor that sets up application clients.
ApplicationClientDeploymentProcessor() - Constructor for class org.jboss.as.ee.structure.ApplicationClientDeploymentProcessor
 
ApplicationContextProcessor - Class in org.jboss.as.ee.naming
Deployment processor that deploys a naming context for the current application.
ApplicationContextProcessor() - Constructor for class org.jboss.as.ee.naming.ApplicationContextProcessor
 
applyUpdateToRuntime(OperationContext, ModelNode, String, ModelNode, ModelNode, AbstractWriteAttributeHandler.HandbackHolder<Void>) - Method in class org.jboss.as.ee.subsystem.EeWriteAttributeHandler
 
AROUND_CONSTRUCT_CHAIN - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 
AroundConstructInterceptorFactory - Class in org.jboss.as.ee.component
 
AroundConstructInterceptorFactory(InterceptorFactory) - Constructor for class org.jboss.as.ee.component.AroundConstructInterceptorFactory
 
AroundInvokeAnnotationParsingProcessor - Class in org.jboss.as.ee.component.deployers
Deployment processor responsible for finding @AroundInvoke annotated methods in classes within a deployment.
AroundInvokeAnnotationParsingProcessor() - Constructor for class org.jboss.as.ee.component.deployers.AroundInvokeAnnotationParsingProcessor
 
aroundInvokeAnnotationUsedTooManyTimes(DotName, int) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating that there was a exception while deploying AroundInvokeInterceptor
aroundInvokeAnnotationUsedTooManyTimes(DotName, int) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
aroundInvokeAnnotationUsedTooManyTimes$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
asOptionalBoolean(AnnotationInstance, String) - Static method in class org.jboss.as.ee.resource.definition.ResourceDefinitionAnnotationProcessor.AnnotationElement
 
asOptionalInt(AnnotationInstance, String) - Static method in class org.jboss.as.ee.resource.definition.ResourceDefinitionAnnotationProcessor.AnnotationElement
 
asOptionalInt(AnnotationInstance, String, int) - Static method in class org.jboss.as.ee.resource.definition.ResourceDefinitionAnnotationProcessor.AnnotationElement
 
asOptionalString(AnnotationInstance, String) - Static method in class org.jboss.as.ee.resource.definition.ResourceDefinitionAnnotationProcessor.AnnotationElement
 
asOptionalString(AnnotationInstance, String, String) - Static method in class org.jboss.as.ee.resource.definition.ResourceDefinitionAnnotationProcessor.AnnotationElement
 
asOptionalString(AnnotationInstance, String, PropertyReplacer) - Static method in class org.jboss.as.ee.resource.definition.ResourceDefinitionAnnotationProcessor.AnnotationElement
 
asOptionalString(AnnotationInstance, String, String, PropertyReplacer) - Static method in class org.jboss.as.ee.resource.definition.ResourceDefinitionAnnotationProcessor.AnnotationElement
 
asOptionalStringArray(AnnotationInstance, String) - Static method in class org.jboss.as.ee.resource.definition.ResourceDefinitionAnnotationProcessor.AnnotationElement
 
asRequiredString(AnnotationInstance, String) - Static method in class org.jboss.as.ee.resource.definition.ResourceDefinitionAnnotationProcessor.AnnotationElement
 
asRequiredString(AnnotationInstance, String, PropertyReplacer) - Static method in class org.jboss.as.ee.resource.definition.ResourceDefinitionAnnotationProcessor.AnnotationElement
 
ASSOCIATING_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Client
 
ASSOCIATING_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
ATTACHMENT_KEY - Static variable in class org.jboss.as.ee.structure.AppJBossAllParser
 
Attachments - Class in org.jboss.as.ee.component
 
Attachments() - Constructor for class org.jboss.as.ee.component.Attachments
 
Attachments - Class in org.jboss.as.ee.metadata.property
 
Attachments() - Constructor for class org.jboss.as.ee.metadata.property.Attachments
 
Attachments - Class in org.jboss.as.ee.naming
EE related attachments.
Attachments() - Constructor for class org.jboss.as.ee.naming.Attachments
 
Attachments - Class in org.jboss.as.ee.structure
EE related attachments.
await() - Method in class org.jboss.as.ee.component.deployers.StartupCountdown
 

B

BASE_SERVICE_NAME - Static variable in class org.jboss.as.ee.concurrent.service.ConcurrentServiceNames
 
BASIC - Static variable in interface org.jboss.as.ee.component.ComponentCreateServiceFactory
The default, basic component create service factory.
BasicComponent - Class in org.jboss.as.ee.component
A basic component implementation.
BasicComponent(BasicComponentCreateService) - Constructor for class org.jboss.as.ee.component.BasicComponent
Construct a new instance.
BasicComponentCreateService - Class in org.jboss.as.ee.component
A service for creating a component.
BasicComponentCreateService(ComponentConfiguration) - Constructor for class org.jboss.as.ee.component.BasicComponentCreateService
Construct a new instance.
BasicComponentInstance - Class in org.jboss.as.ee.component
An abstract base component instance.
BasicComponentInstance(BasicComponent, Interceptor, Map<Method, Interceptor>) - Constructor for class org.jboss.as.ee.component.BasicComponentInstance
Construct a new instance.
BeanValidationProfileParsingCompletionHandler - Class in org.jboss.as.ee.subsystem
ProfileParsingCompletionHandler that installs a default Bean Validation extension and subsystem if the profile included a legacy EE subsystem version but not Bean Validation subsystem.
BeanValidationProfileParsingCompletionHandler() - Constructor for class org.jboss.as.ee.subsystem.BeanValidationProfileParsingCompletionHandler
 
beforeProxyMethod(String) - Method in class org.jboss.as.ee.concurrent.ServiceTransactionSetupProvider
 
BindingConfiguration - Class in org.jboss.as.ee.component
A binding into JNDI.
BindingConfiguration(String, InjectionSource) - Constructor for class org.jboss.as.ee.component.BindingConfiguration
Construct a new instance.
BMT_TRANSACTION_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Component
 
BooleanAnnotationInformationFactory<T extends Annotation> - Class in org.jboss.as.ee.component.deployers
An annotation information factory that simply returns true if the annotation is present
BooleanAnnotationInformationFactory(Class<T>) - Constructor for class org.jboss.as.ee.component.deployers.BooleanAnnotationInformationFactory
 
BRIDGE - Static variable in class org.jboss.as.ee.component.ViewDescription
 
build() - Method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription.Builder
 
builder() - Static method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription
Constructs a new empty builder
builder(InterceptorClassDescription) - Static method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription
 

C

cannotAddMoreItems() - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating more items cannot be added once getSortedItems() has been called.
cannotAddMoreItems() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotAddMoreItems$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotBeEmpty(String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the name cannot be empty.
cannotBeEmpty(String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotBeEmpty$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotBeNullOrEmpty(String, Object) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the name cannot be null or empty.
cannotBeNullOrEmpty(String, Object) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotBeNullOrEmpty$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotConfigureComponent(Throwable, String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the component, represented by the name parameter, could not be configured.
cannotConfigureComponent(Throwable, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotConfigureComponent$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotDetermineType(String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the type for the resource-env-ref could not be determined.
cannotDetermineType(String, String, String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the type for the tag could not be determined.
cannotDetermineType(String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotDetermineType(String, String, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotDetermineType1$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotDetermineType3$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotLoad(String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the injection target referenced in the env-entry injection point could not be loaded.
cannotLoad(Throwable, String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the injection target referenced in the env-entry injection point could not be loaded.
cannotLoad(String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotLoad(Throwable, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotLoad$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotLoadInterceptor(Throwable, String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating an interceptor class could not be loaded.
cannotLoadInterceptor(Throwable, String, Class<?>) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating an interceptor class could not be loaded on the component.
cannotLoadInterceptor(Throwable, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotLoadInterceptor(Throwable, String, Class<?>) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotLoadInterceptor1$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotLoadInterceptor2$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotLoadViewClass(Throwable, String, ComponentConfiguration) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the view class, represented by the className parameter, for the component.
cannotLoadViewClass(Throwable, String, ComponentConfiguration) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotLoadViewClass$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotParseResourceRefUri(Throwable, String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the inability to parse the resource-ref URI.
cannotParseResourceRefUri(Throwable, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotParseResourceRefUri$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotProcessEarModule(VirtualFile, String) - Method in interface org.jboss.as.ee.logging.EeLogger
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.
cannotProcessEarModule(VirtualFile, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotProcessEarModule$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotResolve(String, String) - Method in interface org.jboss.as.ee.logging.EeLogger
Logs a warning message indicating the resource-env-ref could not be resolved.
cannotResolve(String, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotResolve$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotResolveInjectionPoint(String, String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the injection point could not be resolved on the class specified in the web.xml.
cannotResolveInjectionPoint(String, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotResolveInjectionPoint$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotResolveMethod(MethodIdentifier, Class<?>, Collection<?>) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the method could not be found on the class with the annotations.
cannotResolveMethod(MethodIdentifier, Class<?>, Collection<?>) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotResolveMethod$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotRunScheduledTask(Object) - Method in interface org.jboss.as.ee.logging.EeLogger
 
cannotRunScheduledTask(Object) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotRunScheduledTask$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotSetField(String, Class<?>, ClassLoader, Class<?>, ClassLoader) - Method in interface org.jboss.as.ee.logging.EeLogger
 
cannotSetField(String, Class<?>, ClassLoader, Class<?>, ClassLoader) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotSetField$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotSpecifyBoth(String, String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating both the element1 and element2 cannot be specified in an environment entry.
cannotSpecifyBoth(String, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
cannotSpecifyBoth$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
CDI_INTERCEPTORS - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Component
 
CDI_INTERCEPTORS - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPassivation
 
CDI_INTERCEPTORS - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 
CDI_INTERCEPTORS - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPreDestroy
 
CDI_REQUEST_SCOPE - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
CHECK_MEMBER_ACCESS_PERMISSION - Static variable in class org.jboss.as.ee.component.ReflectiveClassIntrospector
 
CHECKING_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
circularDependency(String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating a circular dependency is installing.
circularDependency(String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
circularDependency$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
ClassAnnotationInformation<A extends Annotation,T> - Class in org.jboss.as.ee.metadata
Class level information about the annotations present on a particular class.
ClassAnnotationInformationFactory<A extends Annotation,T> - Class in org.jboss.as.ee.metadata
Abstract factory that can produce a ClassAnnotationInformation
ClassAnnotationInformationFactory(Class<A>, Class<?>) - Constructor for class org.jboss.as.ee.metadata.ClassAnnotationInformationFactory
 
ClassDescriptionTraversal - Class in org.jboss.as.ee.component
throwaway utility class for traversing a class configuration from most general superclass down
ClassDescriptionTraversal(Class<?>, EEApplicationClasses) - Constructor for class org.jboss.as.ee.component.ClassDescriptionTraversal
 
classDoesNotImplementAllInterfaces() - Method in interface org.jboss.as.ee.logging.EeLogger
 
classDoesNotImplementAllInterfaces() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
classDoesNotImplementAllInterfaces$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
ClassLoaderContextHandleFactory - Class in org.jboss.as.ee.concurrent.handle
A context handle factory which is responsible for saving and setting proper classloading context.
ClassLoaderContextHandleFactory(ClassLoader) - Constructor for class org.jboss.as.ee.concurrent.handle.ClassLoaderContextHandleFactory
 
ClassLoadingUtils - Class in org.jboss.as.ee.utils
 
classOnlyAnnotation(String, AnnotationTarget) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the annotation is only allowed on a class.
classOnlyAnnotation(String, AnnotationTarget) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
classOnlyAnnotation$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
CLIENT_DISPATCHER - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Client
 
CLIENT_DISPATCHER_INTERCEPTOR_FACTORY - Static variable in class org.jboss.as.ee.component.ViewDescription
 
CMP_RELATIONSHIP_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Component
 
CMT_TRANSACTION_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
COMP_DEFAULT_CONTEXT_SERVICE_JNDI_NAME - Static variable in class org.jboss.as.ee.concurrent.deployers.EEConcurrentDefaultBindingProcessor
 
COMP_DEFAULT_MANAGED_EXECUTOR_SERVICE_JNDI_NAME - Static variable in class org.jboss.as.ee.concurrent.deployers.EEConcurrentDefaultBindingProcessor
 
COMP_DEFAULT_MANAGED_SCHEDULED_EXECUTOR_SERVICE_JNDI_NAME - Static variable in class org.jboss.as.ee.concurrent.deployers.EEConcurrentDefaultBindingProcessor
 
COMP_DEFAULT_MANAGED_THREAD_FACTORY_JNDI_NAME - Static variable in class org.jboss.as.ee.concurrent.deployers.EEConcurrentDefaultBindingProcessor
 
Component - Interface in org.jboss.as.ee.component
Common contract for an EE component.
COMPONENT_DESTRUCTION_INTERCEPTORS - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPreDestroy
 
COMPONENT_DISPATCHER - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
COMPONENT_REGISTRY - Static variable in class org.jboss.as.ee.component.Attachments
 
COMPONENT_RESOURCE_INJECTION_INTERCEPTORS - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 
COMPONENT_UNINJECTION_INTERCEPTORS - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPreDestroy
 
COMPONENT_USER_INTERCEPTORS - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Component
 
COMPONENT_USER_INTERCEPTORS - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPassivation
 
COMPONENT_USER_INTERCEPTORS - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 
COMPONENT_USER_INTERCEPTORS - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPreDestroy
 
COMPONENT_WELD_INJECTION - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 
ComponentAggregationProcessor - Class in org.jboss.as.ee.structure
 
ComponentAggregationProcessor() - Constructor for class org.jboss.as.ee.structure.ComponentAggregationProcessor
 
componentAlreadyDefined(String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating a component, represented by the name parameter, is already defined in this module.
componentAlreadyDefined(String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
componentAlreadyDefined$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
componentClassHasErrors(String, String, String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the component class, represented by the className parameter, for the component, represented by the componentName parameter, has errors.
componentClassHasErrors(String, String, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
componentClassHasErrors$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
ComponentClientInstance - Class in org.jboss.as.ee.component
Class that represents an instance of a component client.
ComponentClientInstance() - Constructor for class org.jboss.as.ee.component.ComponentClientInstance
 
ComponentConfiguration - Class in org.jboss.as.ee.component
The construction parameter set passed in to an abstract component.
ComponentConfiguration(ComponentDescription, ClassReflectionIndex, ClassLoader, ModuleLoader) - Constructor for class org.jboss.as.ee.component.ComponentConfiguration
 
ComponentConfigurator - Interface in org.jboss.as.ee.component
A configurator for components.
componentConstructionFailure(Throwable) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating a failure to construct a component instance.
componentConstructionFailure(Throwable) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
componentConstructionFailure$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
ComponentCreateException - Exception in org.jboss.as.ee.component
An exception relating to a problem with the creation of an EE component.
ComponentCreateException() - Constructor for exception org.jboss.as.ee.component.ComponentCreateException
Constructs a ComponentCreateException with no detail message.
ComponentCreateException(String) - Constructor for exception org.jboss.as.ee.component.ComponentCreateException
Constructs a ComponentCreateException with the specified detail message.
ComponentCreateException(Throwable) - Constructor for exception org.jboss.as.ee.component.ComponentCreateException
Constructs a ComponentCreateException with the specified cause.
ComponentCreateException(String, Throwable) - Constructor for exception org.jboss.as.ee.component.ComponentCreateException
Constructs a ComponentCreateException with the specified detail message and cause.
ComponentCreateServiceFactory - Interface in org.jboss.as.ee.component
A factory for component creation which allows component behavior customization.
ComponentDescription - Class in org.jboss.as.ee.component
A description of a generic Java EE component.
ComponentDescription(String, String, EEModuleDescription, ServiceName) - Constructor for class org.jboss.as.ee.component.ComponentDescription
Construct a new instance.
componentDestroyFailure(Throwable, ComponentInstance) - Method in interface org.jboss.as.ee.logging.EeLogger
Logs a warning message indicating a failure to destroy the component instance.
componentDestroyFailure(Throwable, ComponentInstance) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
componentDestroyFailure$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
ComponentDispatcherInterceptor - Class in org.jboss.as.ee.component.interceptors
 
ComponentDispatcherInterceptor(Method) - Constructor for class org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor
 
ComponentFactory - Interface in org.jboss.as.ee.component
 
componentInstallationFailure(String) - Method in interface org.jboss.as.ee.logging.EeLogger
Logs a warning message indicating the component is not being installed due to an exception.
componentInstallationFailure(String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
componentInstallationFailure$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
ComponentInstallProcessor - Class in org.jboss.as.ee.component.deployers
 
ComponentInstallProcessor() - Constructor for class org.jboss.as.ee.component.deployers.ComponentInstallProcessor
 
ComponentInstance - Interface in org.jboss.as.ee.component
An instance of a Java EE component.
componentInstanceCreated(BasicComponentInstance) - Method in class org.jboss.as.ee.component.BasicComponent
Method that can be overridden to perform setup on the instance after it has been created
ComponentInstanceInterceptorFactory - Class in org.jboss.as.ee.component
A factory to create interceptors per ComponentInstance instance.
ComponentInstanceInterceptorFactory() - Constructor for class org.jboss.as.ee.component.ComponentInstanceInterceptorFactory
 
ComponentInterceptorFactory - Class in org.jboss.as.ee.component
A factory to create interceptors that are tied to a component instance.
ComponentInterceptorFactory() - Constructor for class org.jboss.as.ee.component.ComponentInterceptorFactory
 
componentIsStopped() - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the component is stopped.
componentIsStopped() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
componentIsStopped$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
ComponentIsStoppedException - Exception in org.jboss.as.ee.component
Exception indicating that a component receiving a method call has stopped.
ComponentIsStoppedException() - Constructor for exception org.jboss.as.ee.component.ComponentIsStoppedException
Constructs a ComponentIsStoppedException with no detail message.
ComponentIsStoppedException(String) - Constructor for exception org.jboss.as.ee.component.ComponentIsStoppedException
Constructs a ComponentIsStoppedException with the specified detail message.
ComponentNamingMode - Enum in org.jboss.as.ee.component
A component's naming context operation mode.
componentNotAvailable() - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the component is not available.
componentNotAvailable() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
componentNotAvailable$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
componentNotFound(String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating no component was found for the type.
componentNotFound(String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
componentNotFound$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
ComponentRegistry - Class in org.jboss.as.ee.component
Registry that can be used to create a fully injected class instance.
ComponentRegistry(ServiceRegistry) - Constructor for class org.jboss.as.ee.component.ComponentRegistry
 
ComponentRegistry.ComponentManagedReferenceFactory - Class in org.jboss.as.ee.component
 
ComponentStartService - Class in org.jboss.as.ee.component
Service wrapper for a Component which starts and stops the component instance.
ComponentStartService() - Constructor for class org.jboss.as.ee.component.ComponentStartService
 
ComponentTypeInjectionSource - Class in org.jboss.as.ee.component
An injection source which injects a component based upon its type.
ComponentTypeInjectionSource(String) - Constructor for class org.jboss.as.ee.component.ComponentTypeInjectionSource
 
ComponentView - Interface in org.jboss.as.ee.component
A component view.
componentViewConstructionFailure(Throwable) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating a failure to construct a component view.
componentViewConstructionFailure(Throwable) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
componentViewConstructionFailure$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
CONCURRENT_CONTEXT - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Component
 
CONCURRENT_CONTEXT - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPassivation
 
CONCURRENT_CONTEXT - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 
CONCURRENT_CONTEXT - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPreDestroy
 
CONCURRENT_CONTEXT_BASE_SERVICE_NAME - Static variable in class org.jboss.as.ee.concurrent.service.ConcurrentServiceNames
 
ConcurrentContext - Class in org.jboss.as.ee.concurrent
Manages context handle factories, it is used by EE Context Services to save the invocation context.
ConcurrentContext() - Constructor for class org.jboss.as.ee.concurrent.ConcurrentContext
 
ConcurrentContextInterceptor - Class in org.jboss.as.ee.concurrent
The interceptor responsible for managing the current ConcurrentContext.
ConcurrentContextInterceptor(ConcurrentContext) - Constructor for class org.jboss.as.ee.concurrent.ConcurrentContextInterceptor
 
ConcurrentContextService - Class in org.jboss.as.ee.concurrent.service
A service holding a concurrent context.
ConcurrentContextService(ConcurrentContext) - Constructor for class org.jboss.as.ee.concurrent.service.ConcurrentContextService
 
concurrentContextServiceNotInstalled(ServiceName) - Method in interface org.jboss.as.ee.logging.EeLogger
 
concurrentContextServiceNotInstalled(ServiceName) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
concurrentContextServiceNotInstalled$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
ConcurrentContextSetupAction - Class in org.jboss.as.ee.concurrent
 
ConcurrentContextSetupAction(ConcurrentContext) - Constructor for class org.jboss.as.ee.concurrent.ConcurrentContextSetupAction
 
ConcurrentServiceNames - Class in org.jboss.as.ee.concurrent.service
MSC service names for EE's concurrent resources.
concurrentServiceValueUninitialized() - Method in interface org.jboss.as.ee.logging.EeLogger
 
concurrentServiceValueUninitialized() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
concurrentServiceValueUninitialized$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
configure(DeploymentPhaseContext, ComponentDescription, ComponentConfiguration) - Method in interface org.jboss.as.ee.component.ComponentConfigurator
Apply this configurator to the given component configuration.
configure(DeploymentPhaseContext, ComponentDescription, ComponentConfiguration) - Method in class org.jboss.as.ee.component.NamespaceConfigurator
Apply this configurator to the given component configuration.
configure(DeploymentPhaseContext, ComponentConfiguration, ViewDescription, ViewConfiguration) - Method in class org.jboss.as.ee.component.NamespaceViewConfigurator
 
configure(DeploymentPhaseContext, ComponentConfiguration, ViewDescription, ViewConfiguration) - Method in interface org.jboss.as.ee.component.ViewConfigurator
Apply this configurator to the given configuration.
configureDependency(ServiceBuilder<?>, T) - Method in interface org.jboss.as.ee.component.DependencyConfigurator
Configure the dependency on the service builder.
conflictingBinding(String, InjectionSource) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating an incompatible conflicting binding.
conflictingBinding(String, InjectionSource) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
conflictingBinding$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
CONSTRUCT_COMPONENT - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.AroundConstruct
 
constructComponentInstance(ManagedReference, boolean) - Method in class org.jboss.as.ee.component.BasicComponent
Construct the component instance.
constructComponentInstance(ManagedReference, boolean, Map<Object, Object>) - Method in class org.jboss.as.ee.component.BasicComponent
Construct the component instance.
CONSTRUCTION_START_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.AroundConstruct
 
constructionFinished() - Method in class org.jboss.as.ee.component.BasicComponentInstance
 
ConstructorComponentFactory - Class in org.jboss.as.ee.component
 
ConstructorComponentFactory(Constructor<?>) - Constructor for class org.jboss.as.ee.component.ConstructorComponentFactory
 
constructService(ComponentConfiguration) - Method in interface org.jboss.as.ee.component.ComponentCreateServiceFactory
Construct a new component creation service from the given configuration.
CONTEXT_HANDLE_FACTORY_NAME - Static variable in class org.jboss.as.ee.concurrent.ConcurrentContext
the name of the factory used by the chained context handles
CONTEXT_SERVICE - Static variable in class org.jboss.as.ee.subsystem.DefaultBindingsResourceDefinition
 
CONTEXT_SERVICE - Static variable in interface org.jboss.as.ee.subsystem.EESubsystemModel
 
CONTEXT_SERVICE - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
CONTEXT_SERVICE - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
CONTEXT_SERVICE - Static variable in class org.jboss.as.ee.subsystem.ManagedThreadFactoryResourceDefinition
 
CONTEXT_SERVICE_AD - Static variable in class org.jboss.as.ee.subsystem.DefaultBindingsResourceDefinition
 
CONTEXT_SERVICE_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
CONTEXT_SERVICE_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
CONTEXT_SERVICE_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedThreadFactoryResourceDefinition
 
ContextHandleFactory - Interface in org.jboss.as.ee.concurrent.handle
The factory responsible for creating the context handles with the current context saved
ContextInjectionSource - Class in org.jboss.as.ee.naming
Injection source that can be used to bind a potentially empty context
ContextInjectionSource(String, String) - Constructor for class org.jboss.as.ee.naming.ContextInjectionSource
 
ContextServiceAdd - Class in org.jboss.as.ee.subsystem
 
ContextServiceImpl - Class in org.jboss.as.ee.concurrent
An extension of Java EE RI ContextServiceImpl, which properly supports a security manager.
ContextServiceImpl(String, ContextSetupProvider, TransactionSetupProvider) - Constructor for class org.jboss.as.ee.concurrent.ContextServiceImpl
 
ContextServiceRemove - Class in org.jboss.as.ee.subsystem
 
ContextServiceResourceDefinition - Class in org.jboss.as.ee.subsystem
 
ContextServiceResourceReferenceProcessor - Class in org.jboss.as.ee.concurrent.deployers.injection
 
ContextServiceService - Class in org.jboss.as.ee.concurrent.service
Service responsible for managing a context service impl's lifecycle.
ContextServiceService(String, String, ContextSetupProvider) - Constructor for class org.jboss.as.ee.concurrent.service.ContextServiceService
 
ControlPointUtils - Class in org.jboss.as.ee.concurrent
Class that manages the control point for executor services
ControlPointUtils() - Constructor for class org.jboss.as.ee.concurrent.ControlPointUtils
 
CORE_THREADS - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
CORE_THREADS - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
CORE_THREADS_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
CORE_THREADS_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
countDown() - Method in class org.jboss.as.ee.component.deployers.StartupCountdown
 
countUp(int) - Method in class org.jboss.as.ee.component.deployers.StartupCountdown
 
create(InterceptorFactoryContext) - Method in class org.jboss.as.ee.component.AroundConstructInterceptorFactory
 
create(InterceptorContext) - Method in interface org.jboss.as.ee.component.ComponentFactory
 
create(InterceptorFactoryContext) - Method in class org.jboss.as.ee.component.ComponentInstanceInterceptorFactory
 
create(Component, InterceptorFactoryContext) - Method in class org.jboss.as.ee.component.ComponentInstanceInterceptorFactory
 
create(InterceptorFactoryContext) - Method in class org.jboss.as.ee.component.ComponentInterceptorFactory
 
create(Component, InterceptorFactoryContext) - Method in class org.jboss.as.ee.component.ComponentInterceptorFactory
 
create(InterceptorContext) - Method in class org.jboss.as.ee.component.ConstructorComponentFactory
 
create(InterceptorFactoryContext) - Method in class org.jboss.as.ee.component.interceptors.UserInterceptorFactory
 
create() - Static method in class org.jboss.as.ee.subsystem.EeSubsystemRootResource
 
CREATE_CDI_INTERCEPTORS - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 
createAnnotationInformation(CompositeIndex, PropertyReplacer) - Method in class org.jboss.as.ee.metadata.ClassAnnotationInformationFactory
 
createComponent() - Method in class org.jboss.as.ee.component.BasicComponentCreateService
Create the component.
createConfiguration(ClassReflectionIndex, ClassLoader, ModuleLoader) - Method in class org.jboss.as.ee.component.ComponentDescription
 
createContextualProxy(T, Map<String, String>, Class<T>) - Method in class org.jboss.as.ee.concurrent.ContextServiceImpl
 
createContextualProxy(Object, Map<String, String>, Class<?>...) - Method in class org.jboss.as.ee.concurrent.ContextServiceImpl
 
createFactory(Class<?>) - Method in interface org.jboss.as.ee.component.EEClassIntrospector
 
createFactory(Class<?>) - Method in class org.jboss.as.ee.component.ReflectiveClassIntrospector
 
createInjectionInterceptorFactory(Object, Object, Value<ManagedReferenceFactory>, DeploymentUnit, boolean) - Method in class org.jboss.as.ee.component.FieldInjectionTarget
 
createInjectionInterceptorFactory(Object, Object, Value<ManagedReferenceFactory>, DeploymentUnit, boolean) - Method in class org.jboss.as.ee.component.InjectionTarget
Get an interceptor factory which will carry out injection into this target.
createInjectionInterceptorFactory(Object, Object, Value<ManagedReferenceFactory>, DeploymentUnit, boolean) - Method in class org.jboss.as.ee.component.MethodInjectionTarget
 
createInjectionSource(ServiceName, Value<ClassLoader>, boolean) - Method in class org.jboss.as.ee.component.ViewDescription
Create the injection source
createInstance() - Method in class org.jboss.as.ee.component.BasicComponent
Create a new instance of this component.
createInstance(Object) - Method in class org.jboss.as.ee.component.BasicComponent
Wraps an existing object instance in a ComponentInstance, and run the post construct interceptor chain on it.
createInstance() - Method in interface org.jboss.as.ee.component.Component
Create a new instance of this component.
createInstance(Object) - Method in interface org.jboss.as.ee.component.Component
 
createInstance(Object) - Method in class org.jboss.as.ee.component.ComponentRegistry
 
createInstance() - Method in interface org.jboss.as.ee.component.ComponentView
Create the component view instance.
createInstance(Map<Object, Object>) - Method in interface org.jboss.as.ee.component.ComponentView
Create the component view instance using the additional context data
createInstance(Object) - Method in interface org.jboss.as.ee.component.EEClassIntrospector
 
createInstance(Object) - Method in class org.jboss.as.ee.component.ReflectiveClassIntrospector
 
createInstanceFactory(Class<?>) - Method in class org.jboss.as.ee.component.ComponentRegistry
 
createInterceptors(InterceptorFactoryContext) - Method in class org.jboss.as.ee.component.BasicComponent
 
createModuleList(OperationContext, ModelNode) - Static method in class org.jboss.as.ee.subsystem.GlobalModulesDefinition
 
createThread(Runnable, ContextHandle) - Method in class org.jboss.as.ee.concurrent.service.ElytronManagedThreadFactory
 
createViewConfiguration(Class<?>, ComponentConfiguration, ProxyFactory<?>) - Method in class org.jboss.as.ee.component.ViewDescription
Creates view configuration.
createViewInstance(ComponentView, Map<Object, Object>) - Method in interface org.jboss.as.ee.component.ViewInstanceFactory
 
current() - Static method in class org.jboss.as.ee.component.deployers.StartupCountdown
 
current() - Static method in class org.jboss.as.ee.concurrent.ConcurrentContext
Retrieves the current context in the current thread.

D

DATASOURCE - Static variable in class org.jboss.as.ee.subsystem.DefaultBindingsResourceDefinition
 
DATASOURCE_AD - Static variable in class org.jboss.as.ee.subsystem.DefaultBindingsResourceDefinition
 
DEFAULT_BINDINGS - Static variable in interface org.jboss.as.ee.subsystem.EESubsystemModel
 
DEFAULT_BINDINGS_PATH - Static variable in interface org.jboss.as.ee.subsystem.EESubsystemModel
 
DEFAULT_SLOT - Static variable in class org.jboss.as.ee.subsystem.GlobalModulesDefinition
 
DefaultBindingsAdd - Class in org.jboss.as.ee.subsystem
 
DefaultBindingsAdd(DefaultBindingsConfigurationProcessor) - Constructor for class org.jboss.as.ee.subsystem.DefaultBindingsAdd
 
DefaultBindingsConfigurationProcessor - Class in org.jboss.as.ee.component.deployers
The DeploymentUnitProcessor which adds the EE subsystem default bindings configuration to EE module descriptions.
DefaultBindingsConfigurationProcessor() - Constructor for class org.jboss.as.ee.component.deployers.DefaultBindingsConfigurationProcessor
 
DefaultBindingsResourceDefinition - Class in org.jboss.as.ee.subsystem
The resource definition wrt EE default bindings configuration.
DefaultBindingsResourceDefinition(DefaultBindingsConfigurationProcessor) - Constructor for class org.jboss.as.ee.subsystem.DefaultBindingsResourceDefinition
 
defaultConstructorNotFound(Class<?>) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the default constructor for the class, represented by the clazz parameter, could not be found.
defaultConstructorNotFound(Class<?>) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
defaultConstructorNotFound$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
defaultConstructorNotFoundOnComponent(String, Class<?>) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the default constructor for the class, represented by the className parameter, could not be found on the component.
defaultConstructorNotFoundOnComponent(String, Class<?>) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
defaultConstructorNotFoundOnComponent$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
DefaultContextSetupProviderImpl - Class in org.jboss.as.ee.concurrent
The default context setup provider.
DefaultContextSetupProviderImpl() - Constructor for class org.jboss.as.ee.concurrent.DefaultContextSetupProviderImpl
 
DefaultEarSubDeploymentsIsolationProcessor - Class in org.jboss.as.ee.component.deployers
DeploymentUnitProcessor responsible for setting the default ear subdeployments isolation for each .ear deployment unit.
DefaultEarSubDeploymentsIsolationProcessor() - Constructor for class org.jboss.as.ee.component.deployers.DefaultEarSubDeploymentsIsolationProcessor
 
dependencies() - Method in class org.jboss.as.ee.concurrent.ConcurrentContextSetupAction
 
dependencies() - Method in class org.jboss.as.ee.naming.JavaNamespaceSetup
 
DependencyConfigurator<T extends org.jboss.msc.service.Service> - Interface in org.jboss.as.ee.component
A configurator for a service dependency.
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.component.deployers.AbstractComponentConfigProcessor
*
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.component.deployers.AbstractDeploymentDescriptorBindingsProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.component.deployers.ApplicationClassesAggregationProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.component.deployers.AroundInvokeAnnotationParsingProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.component.deployers.ComponentInstallProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.component.deployers.DefaultBindingsConfigurationProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.component.deployers.DefaultEarSubDeploymentsIsolationProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.component.deployers.DescriptorEnvironmentLifecycleMethodProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.component.deployers.EarApplicationNameProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.component.deployers.EarMessageDestinationProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.component.deployers.EECleanUpProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.component.deployers.EEDefaultPermissionsProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.component.deployers.EEDistinctNameProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.component.deployers.EEModuleConfigurationProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.component.deployers.EEModuleInitialProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.component.deployers.EEModuleNameProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.component.deployers.LifecycleAnnotationParsingProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.component.deployers.MessageDestinationResolutionProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.component.deployers.ModuleJndiBindingProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.component.deployers.ResourceReferenceRegistrySetupProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.concurrent.deployers.EEConcurrentContextProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.concurrent.deployers.EEConcurrentDefaultBindingProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.managedbean.processors.JavaEEDependencyProcessor
Add the EE APIs as a dependency to all deployments
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.managedbean.processors.ManagedBeanAnnotationProcessor
Check the deployment annotation index for all classes with the @ManagedBean annotation.
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.managedbean.processors.ManagedBeanSubDeploymentMarkingProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.metadata.AbstractEEAnnotationProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.metadata.property.DeploymentPropertiesProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.metadata.property.DeploymentPropertyResolverProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.metadata.property.PropertyResolverProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.metadata.property.SystemPropertyResolverProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.metadata.property.VaultPropertyResolverProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.naming.ApplicationContextProcessor
Add a ContextService for this module.
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.naming.InApplicationClientBindingProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.naming.InstanceNameBindingProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.naming.ModuleContextProcessor
Add a ContextService for this module.
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.resource.definition.ResourceDefinitionAnnotationProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.structure.AnnotationPropertyReplacementProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.structure.ApplicationClientDeploymentProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.structure.ComponentAggregationProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.structure.DescriptorPropertyReplacementProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.structure.EarDependencyProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.structure.EarInitializationProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.structure.EarMetaDataParsingProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.structure.EarStructureProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.structure.EJBClientDescriptorParsingProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.structure.EjbJarDeploymentProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.structure.GlobalModuleDependencyProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.structure.InitializeInOrderProcessor
 
deployComponent(DeploymentPhaseContext, ComponentConfiguration, List<ServiceName>, ServiceName) - Method in class org.jboss.as.ee.component.deployers.ComponentInstallProcessor
 
DEPLOYMENT_PROPERTIES - Static variable in class org.jboss.as.ee.metadata.property.Attachments
 
DEPLOYMENT_PROPERTY_RESOLVERS - Static variable in class org.jboss.as.ee.metadata.property.Attachments
 
DEPLOYMENT_TYPE - Static variable in class org.jboss.as.ee.structure.Attachments
A Marker that identifies the type of deployment
DeploymentDescriptorEnvironment - Class in org.jboss.as.ee.component
The environment as read from a deployment descriptor
DeploymentDescriptorEnvironment(String, RemoteEnvironment) - Constructor for class org.jboss.as.ee.component.DeploymentDescriptorEnvironment
 
DeploymentPropertiesProcessor - Class in org.jboss.as.ee.metadata.property
 
DeploymentPropertiesProcessor() - Constructor for class org.jboss.as.ee.metadata.property.DeploymentPropertiesProcessor
 
DeploymentPropertyResolverProcessor - Class in org.jboss.as.ee.metadata.property
 
DeploymentPropertyResolverProcessor() - Constructor for class org.jboss.as.ee.metadata.property.DeploymentPropertyResolverProcessor
 
DeploymentType - Enum in org.jboss.as.ee.structure
 
DeploymentTypeMarker - Class in org.jboss.as.ee.structure
Helper class for dealing with the Attachments#RESOURCE_ROOT_TYPE attachment.
DescriptorEnvironmentLifecycleMethodProcessor - Class in org.jboss.as.ee.component.deployers
Deployment descriptor that resolves interceptor methods defined in ejb-jar.xml that could not be resolved at DD parse time.
DescriptorEnvironmentLifecycleMethodProcessor() - Constructor for class org.jboss.as.ee.component.deployers.DescriptorEnvironmentLifecycleMethodProcessor
 
DescriptorPropertyReplacementProcessor - Class in org.jboss.as.ee.structure
DeploymentUnitProcessor responsible for determining if property replacement should be done on EE spec descriptors.
DescriptorPropertyReplacementProcessor(AttachmentKey<Boolean>) - Constructor for class org.jboss.as.ee.structure.DescriptorPropertyReplacementProcessor
 
DescriptorUtils - Class in org.jboss.as.ee.utils
Utility class for working with method descriptors
DescriptorUtils() - Constructor for class org.jboss.as.ee.utils.DescriptorUtils
 
destroy() - Method in class org.jboss.as.ee.component.BasicComponentInstance
Destroy this component instance.
destroy() - Method in interface org.jboss.as.ee.component.ComponentInstance
Destroy this component instance.
DISTINCT_NAME - Static variable in class org.jboss.as.ee.structure.Attachments
The distinct-name that is configured for the EE deployment, in the deployment descriptor
doScheduledWrap(Runnable, ControlPoint) - Static method in class org.jboss.as.ee.concurrent.ControlPointUtils
 
doScheduledWrap(Callable<T>, ControlPoint) - Static method in class org.jboss.as.ee.concurrent.ControlPointUtils
 
doWrap(Runnable, ControlPoint) - Static method in class org.jboss.as.ee.concurrent.ControlPointUtils
 
doWrap(Callable<T>, ControlPoint) - Static method in class org.jboss.as.ee.concurrent.ControlPointUtils
 

E

EAR_APPLICATION_NAME - Static variable in class org.jboss.as.ee.component.Attachments
Unlike the EE spec which says application name is the name of the top level deployment (even if it is just a jar and not an ear), the EJB spec semantics (for JNDI) expect that the application name is the .ear name (or any configured value in application.xml).
EAR_METADATA - Static variable in class org.jboss.as.ee.structure.Attachments
 
EAR_SUBDEPLOYMENTS_ISOLATED - Static variable in interface org.jboss.as.ee.subsystem.EESubsystemModel
 
EAR_SUBDEPLOYMENTS_ISOLATED - Static variable in class org.jboss.as.ee.subsystem.EeSubsystemRootResource
 
EarApplicationNameProcessor - Class in org.jboss.as.ee.component.deployers
The Java EE6 spec and EJB3.1 spec contradict each other on what the "application-name" semantics are.
EarApplicationNameProcessor() - Constructor for class org.jboss.as.ee.component.deployers.EarApplicationNameProcessor
 
EarDependencyProcessor - Class in org.jboss.as.ee.structure
Processor which ensures that subdeployments of an EAR all synchronize before the next phase.
EarDependencyProcessor() - Constructor for class org.jboss.as.ee.structure.EarDependencyProcessor
 
EarInitializationProcessor - Class in org.jboss.as.ee.structure
Processor responsible for detecting and marking EAR file deployments.
EarInitializationProcessor() - Constructor for class org.jboss.as.ee.structure.EarInitializationProcessor
 
EarMessageDestinationProcessor - Class in org.jboss.as.ee.component.deployers
 
EarMessageDestinationProcessor() - Constructor for class org.jboss.as.ee.component.deployers.EarMessageDestinationProcessor
 
EarMetaDataParsingProcessor - Class in org.jboss.as.ee.structure
Deployment processor responsible for parsing the application.xml file of an ear.
EarMetaDataParsingProcessor() - Constructor for class org.jboss.as.ee.structure.EarMetaDataParsingProcessor
 
earModuleChildOfLibraryDirectory(String, String) - Method in interface org.jboss.as.ee.logging.EeLogger
 
earModuleChildOfLibraryDirectory(String, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
earModuleChildOfLibraryDirectory$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
EarStructureProcessor - Class in org.jboss.as.ee.structure
Deployment processor responsible for detecting EAR deployments and putting setting up the basic structure.
EarStructureProcessor() - Constructor for class org.jboss.as.ee.structure.EarStructureProcessor
 
EE_APPLICATION_CLASSES_DESCRIPTION - Static variable in class org.jboss.as.ee.component.Attachments
 
EE_APPLICATION_DESCRIPTION - Static variable in class org.jboss.as.ee.component.Attachments
 
EE_MODULE_CONFIGURATION - Static variable in class org.jboss.as.ee.component.Attachments
 
EE_MODULE_DESCRIPTION - Static variable in class org.jboss.as.ee.component.Attachments
 
EE_SETUP - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
EEAnnotationProcessor - Class in org.jboss.as.ee.component.deployers
Processes EJB annotations and attaches them to the EEModuleClassDescription
EEAnnotationProcessor() - Constructor for class org.jboss.as.ee.component.deployers.EEAnnotationProcessor
 
EEApplicationClasses - Class in org.jboss.as.ee.component
Allows a deployment to get old of class descriptions from all sub deployments it has access to.
EEApplicationClasses(List<EEModuleDescription>) - Constructor for class org.jboss.as.ee.component.EEApplicationClasses
 
EEApplicationDescription - Class in org.jboss.as.ee.component
 
EEApplicationDescription() - Constructor for class org.jboss.as.ee.component.EEApplicationDescription
 
EEClassIntrospector - Interface in org.jboss.as.ee.component
 
EECleanUpProcessor - Class in org.jboss.as.ee.component.deployers
Cleans up references to EE structures in the deployment unit
EECleanUpProcessor() - Constructor for class org.jboss.as.ee.component.deployers.EECleanUpProcessor
 
EEConcurrentContextProcessor - Class in org.jboss.as.ee.concurrent.deployers
The DUP responsible for the base concurrent context configuration setup.
EEConcurrentContextProcessor() - Constructor for class org.jboss.as.ee.concurrent.deployers.EEConcurrentContextProcessor
 
EEConcurrentDefaultBindingProcessor - Class in org.jboss.as.ee.concurrent.deployers
Processor responsible for binding the default EE concurrency resources to the naming context of EE modules/components.
EEConcurrentDefaultBindingProcessor() - Constructor for class org.jboss.as.ee.concurrent.deployers.EEConcurrentDefaultBindingProcessor
 
EEDefaultPermissionsProcessor - Class in org.jboss.as.ee.component.deployers
A processor which sets up the default Java EE permission set.
EEDefaultPermissionsProcessor() - Constructor for class org.jboss.as.ee.component.deployers.EEDefaultPermissionsProcessor
 
EEDefaultResourceJndiNames - Class in org.jboss.as.ee.component
The jndi names for the default EE bindings.
EEDefaultResourceJndiNames() - Constructor for class org.jboss.as.ee.component.EEDefaultResourceJndiNames
 
EEDistinctNameProcessor - Class in org.jboss.as.ee.component.deployers
Examines a deployment unit and its top level parent to check for any distinct-name that's configured in the deployment descriptor(s) of the deployment units.
EEDistinctNameProcessor() - Constructor for class org.jboss.as.ee.component.deployers.EEDistinctNameProcessor
 
EeExtension - Class in org.jboss.as.ee.subsystem
JBossAS domain extension used to initialize the ee subsystem handlers and associated classes.
EeExtension() - Constructor for class org.jboss.as.ee.subsystem.EeExtension
 
EEJndiViewExtension - Class in org.jboss.as.ee.subsystem
 
EEJndiViewExtension() - Constructor for class org.jboss.as.ee.subsystem.EEJndiViewExtension
 
EeLogger - Interface in org.jboss.as.ee.logging
 
EeLogger_$logger - Class in org.jboss.as.ee.logging
Warning this class consists of generated code.
EeLogger_$logger(Logger) - Constructor for class org.jboss.as.ee.logging.EeLogger_$logger
 
EEModuleClassDescription - Class in org.jboss.as.ee.component
The description of a (possibly annotated) class in an EE module.
EEModuleClassDescription(String) - Constructor for class org.jboss.as.ee.component.EEModuleClassDescription
 
EEModuleConfiguration - Class in org.jboss.as.ee.component
TODO: do we still need this?
EEModuleConfiguration(EEModuleDescription) - Constructor for class org.jboss.as.ee.component.EEModuleConfiguration
 
EEModuleConfigurationProcessor - Class in org.jboss.as.ee.component.deployers
Deployment processor responsible for creating a EEModuleConfiguration from a EEModuleDescription and populating it with component and class configurations
EEModuleConfigurationProcessor() - Constructor for class org.jboss.as.ee.component.deployers.EEModuleConfigurationProcessor
 
EEModuleDescription - Class in org.jboss.as.ee.component
 
EEModuleDescription(String, String, String, boolean) - Constructor for class org.jboss.as.ee.component.EEModuleDescription
Construct a new instance.
EEModuleInitialProcessor - Class in org.jboss.as.ee.component.deployers
 
EEModuleInitialProcessor(boolean) - Constructor for class org.jboss.as.ee.component.deployers.EEModuleInitialProcessor
 
EEModuleNameProcessor - Class in org.jboss.as.ee.component.deployers
Class that is responsible for resolving name conflicts.
EEModuleNameProcessor() - Constructor for class org.jboss.as.ee.component.deployers.EEModuleNameProcessor
 
EEResourceReferenceProcessor - Interface in org.jboss.as.ee.component.deployers
User: jpai
EEResourceReferenceProcessorRegistry - Class in org.jboss.as.ee.component.deployers
User: jpai
EEResourceReferenceProcessorRegistry() - Constructor for class org.jboss.as.ee.component.deployers.EEResourceReferenceProcessorRegistry
 
EeSubsystemAdd - Class in org.jboss.as.ee.subsystem
Handler for adding the ee subsystem.
EeSubsystemAdd(DefaultEarSubDeploymentsIsolationProcessor, GlobalModuleDependencyProcessor, DescriptorPropertyReplacementProcessor, DescriptorPropertyReplacementProcessor, AnnotationPropertyReplacementProcessor) - Constructor for class org.jboss.as.ee.subsystem.EeSubsystemAdd
 
EESubsystemModel - Interface in org.jboss.as.ee.subsystem
 
EeSubsystemRootResource - Class in org.jboss.as.ee.subsystem
ResourceDefinition for the EE subsystem's root management resource.
EETransformers - Class in org.jboss.as.ee.subsystem
 
EETransformers() - Constructor for class org.jboss.as.ee.subsystem.EETransformers
 
EeWriteAttributeHandler - Class in org.jboss.as.ee.subsystem
Handles the "write-attribute" operation for the EE subsystem.
EeWriteAttributeHandler(DefaultEarSubDeploymentsIsolationProcessor, GlobalModuleDependencyProcessor, DescriptorPropertyReplacementProcessor, DescriptorPropertyReplacementProcessor, AnnotationPropertyReplacementProcessor) - Constructor for class org.jboss.as.ee.subsystem.EeWriteAttributeHandler
 
EJB_CLIENT_DESCRIPTOR_LOCATIONS - Static variable in class org.jboss.as.ee.structure.EJBClientDescriptorParsingProcessor
 
EJB_CLIENT_METADATA - Static variable in class org.jboss.as.ee.structure.Attachments
 
EJB_EQUALS_HASHCODE - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Client
 
EJB_EXCEPTION_LOGGING_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
EJB_EXECUTION_TIME_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Component
 
EJB_IIOP_TRANSACTION - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
EJB_SECURITY_AUTHORIZATION_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
EJB_SESSION_CONTEXT_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPassivation
 
EJB_SESSION_CONTEXT_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 
EJB_SESSION_CONTEXT_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPreDestroy
 
EJB_SET_CONTEXT_METHOD_INVOCATION_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 
EJB_WAIT_TIME_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
EJBAnnotationPropertyReplacement - Class in org.jboss.as.ee.structure
 
EJBClientDescriptorMetaData - Class in org.jboss.as.ee.metadata
Metadata for configurations contained in jboss-ejb-client.xml descriptor
EJBClientDescriptorMetaData() - Constructor for class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData
 
EJBClientDescriptorMetaData.ClusterConfig - Class in org.jboss.as.ee.metadata
 
EJBClientDescriptorMetaData.ClusterNodeConfig - Class in org.jboss.as.ee.metadata
 
EJBClientDescriptorMetaData.RemotingReceiverConfiguration - Class in org.jboss.as.ee.metadata
 
EJBClientDescriptorParsingProcessor - Class in org.jboss.as.ee.structure
A deployment unit processor which parses jboss-ejb-client.xml in top level deployments.
EJBClientDescriptorParsingProcessor() - Constructor for class org.jboss.as.ee.structure.EJBClientDescriptorParsingProcessor
 
EjbClientDescriptorPropertyReplacement - Class in org.jboss.as.ee.structure
 
EJBClientDescriptorXMLAttribute - Enum in org.jboss.as.ee.structure
 
EJBClientDescriptorXMLElement - Enum in org.jboss.as.ee.structure
 
EjbJarDeploymentProcessor - Class in org.jboss.as.ee.structure
Processor that only runs for ear deployments where no application.xml is provided.
EjbJarDeploymentProcessor() - Constructor for class org.jboss.as.ee.structure.EjbJarDeploymentProcessor
 
elementAttributeMissing(String, String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the element must provide the attribute.
elementAttributeMissing(String, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
elementAttributeMissing$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
ElytronManagedThreadFactory - Class in org.jboss.as.ee.concurrent.service
ManagedThreadFactory implementation ensuring SecurityIdentity propagation into new threads.
ElytronManagedThreadFactory(String, ContextServiceImpl, int) - Constructor for class org.jboss.as.ee.concurrent.service.ElytronManagedThreadFactory
 
ElytronManagedThreadFactory.ElytronManagedThread - Class in org.jboss.as.ee.concurrent.service
 
EMPTY_INSTANCE - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription
 
enter() - Method in class org.jboss.as.ee.component.deployers.StartupCountdown
 
ENTITY_BEAN_REMOVE_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Component
 
EnvEntryInjectionSource - Class in org.jboss.as.ee.component
A description of an env-entry.
EnvEntryInjectionSource(Object) - Constructor for class org.jboss.as.ee.component.EnvEntryInjectionSource
Construct a new instance.
equals(Object) - Method in class org.jboss.as.ee.component.BindingConfiguration
 
equals(Object) - Method in class org.jboss.as.ee.component.ComponentTypeInjectionSource
 
equals(Object) - Method in class org.jboss.as.ee.component.deployers.MessageDestinationInjectionSource
 
equals(Object, Object) - Static method in class org.jboss.as.ee.component.deployers.ModuleJndiBindingProcessor
 
equals(Object) - Method in class org.jboss.as.ee.component.EnvEntryInjectionSource
 
equals(Object) - Method in class org.jboss.as.ee.component.FixedInjectionSource
 
equals(Object) - Method in class org.jboss.as.ee.component.InjectionTarget
 
equals(Object) - Method in class org.jboss.as.ee.component.InterceptorDescription
 
equals(Object) - Method in class org.jboss.as.ee.component.LookupInjectionSource
 
equals(Object) - Method in class org.jboss.as.ee.component.ServiceInjectionSource
 
equals(Object) - Method in class org.jboss.as.ee.component.ViewBindingInjectionSource
 
equals(Object) - Method in class org.jboss.as.ee.component.ViewDescription
 
equals(Object) - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.ClusterConfig
 
equals(Object) - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.ClusterNodeConfig
 
equals(Object) - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.RemotingReceiverConfiguration
 
equals(Object) - Method in class org.jboss.as.ee.resource.definition.ResourceDefinitionInjectionSource
 
errorParsingEJBClientDescriptor(String, Location) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating that there was an exception while parsing a jboss-ejb-client.xml
errorParsingEJBClientDescriptor(String, Location) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
errorParsingEJBClientDescriptor$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
excludeClassInterceptors(MethodIdentifier) - Method in class org.jboss.as.ee.component.ComponentDescription
 
excludeDefaultInterceptors(MethodIdentifier) - Method in class org.jboss.as.ee.component.ComponentDescription
 
execute(Runnable) - Method in class org.jboss.as.ee.concurrent.ManagedExecutorServiceImpl
 
execute(Runnable) - Method in class org.jboss.as.ee.concurrent.ManagedScheduledExecutorServiceImpl
 
execute(JndiViewExtensionContext) - Method in class org.jboss.as.ee.subsystem.EEJndiViewExtension
 
EXTRA_PRINCIPAL_ROLES - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 

F

FACTORY - Static variable in class org.jboss.as.ee.managedbean.component.ManagedBeanCreateInterceptor
 
factoryAlreadyExists(ConcurrentContext, String) - Method in interface org.jboss.as.ee.logging.EeLogger
 
factoryAlreadyExists(ConcurrentContext, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
factoryAlreadyExists$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
factoryNotFound(ConcurrentContext, String) - Method in interface org.jboss.as.ee.logging.EeLogger
 
factoryNotFound(ConcurrentContext, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
factoryNotFound$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
FAILED_COMPONENTS - Static variable in class org.jboss.as.ee.component.Attachments
Components that failed during install.
failedToInstallComponent(Throwable, String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating a failure to install the component.
failedToInstallComponent(Throwable, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
failedToInstallComponent$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
failedToLoadJbossProperties(IOException) - Method in interface org.jboss.as.ee.logging.EeLogger
 
failedToLoadJbossProperties(IOException) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
failedToLoadJbossProperties$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
failedToParse(Throwable, VirtualFile) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating a failure to parse the xmlFile.
failedToParse(Throwable, VirtualFile) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
failedToParse$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
failedToProcessChild(Throwable, VirtualFile) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating a failure to process the children for the EAR.
failedToProcessChild(Throwable, VirtualFile) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
failedToProcessChild$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
failedToProcessEJBClientDescriptor(Throwable) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating that the jboss-ejb-client.xml couldn't be processed
failedToProcessEJBClientDescriptor(Throwable) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
failedToProcessEJBClientDescriptor$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
failedToRead(String, String) - Method in interface org.jboss.as.ee.logging.EeLogger
A message indicating a failure to read the entries in the application.
failedToRead(String, String, String) - Method in interface org.jboss.as.ee.logging.EeLogger
A message indicating a failure to read the entries in the module.
failedToRead(String, String, String, String) - Method in interface org.jboss.as.ee.logging.EeLogger
A message indicating a failure to read the entries in the module.
failedToRead(String, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
failedToRead(String, String, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
failedToRead(String, String, String, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
failedToRead2$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
failedToRead3$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
failedToRead4$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
failedToRunTask(Exception) - Method in interface org.jboss.as.ee.logging.EeLogger
 
failedToRunTask(Exception) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
failedToRunTask$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
FieldInjectionTarget - Class in org.jboss.as.ee.component
 
FieldInjectionTarget(String, String, String) - Constructor for class org.jboss.as.ee.component.FieldInjectionTarget
 
fieldNotFound(String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the field, represented by the name parameter, was not found.
fieldNotFound(String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
fieldNotFound$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
FINAL_PROPERTY_REPLACER - Static variable in class org.jboss.as.ee.metadata.property.Attachments
 
FINAL_PROPERTY_RESOLVER - Static variable in class org.jboss.as.ee.metadata.property.Attachments
Deprecated.
Code processing text for expressions should use a PropertyReplacer not a PropertyResolver
FIXED_LOCATIONS - Static variable in class org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor
 
FixedInjectionSource - Class in org.jboss.as.ee.component
An injection of a fixed value.
FixedInjectionSource(ManagedReferenceFactory, Object) - Constructor for class org.jboss.as.ee.component.FixedInjectionSource
Construct a new instance.
forName(String) - Static method in enum org.jboss.as.ee.structure.EJBClientDescriptorXMLAttribute
 
forName(String) - Static method in enum org.jboss.as.ee.structure.EJBClientDescriptorXMLElement
 
fromAnnotation(AnnotationInstance, PropertyReplacer) - Method in class org.jboss.as.ee.component.deployers.BooleanAnnotationInformationFactory
 
fromAnnotation(AnnotationInstance, PropertyReplacer) - Method in class org.jboss.as.ee.component.deployers.InterceptorsAnnotationInformationFactory
 
fromAnnotation(AnnotationInstance, PropertyReplacer) - Method in class org.jboss.as.ee.metadata.ClassAnnotationInformationFactory
 
fromMultiAnnotation(AnnotationInstance) - Method in class org.jboss.as.ee.metadata.ClassAnnotationInformationFactory
 

G

getAllInterceptors() - Method in class org.jboss.as.ee.component.ComponentDescription
Returns a combined map of class and method level interceptors
getAnnotationCollectionDotName() - Method in class org.jboss.as.ee.resource.definition.ResourceDefinitionAnnotationProcessor
Retrieves the annotation collection's dot name.
getAnnotationDotName() - Method in class org.jboss.as.ee.resource.definition.ResourceDefinitionAnnotationProcessor
Retrieves the annotation's dot name.
getAnnotationInformation(Class<A>) - Method in class org.jboss.as.ee.component.EEModuleClassDescription
 
getAnnotationType() - Method in class org.jboss.as.ee.metadata.ClassAnnotationInformation
 
getAnnotationType() - Method in class org.jboss.as.ee.metadata.ClassAnnotationInformationFactory
 
getAppContextInjector() - Method in class org.jboss.as.ee.naming.InjectedEENamespaceContextSelector
 
getApplicationName() - Method in class org.jboss.as.ee.component.ComponentConfiguration
Get the application name.
getApplicationName() - Method in class org.jboss.as.ee.component.ComponentDescription
Get the component's module's application name.
getApplicationName() - Method in class org.jboss.as.ee.component.EEModuleConfiguration
 
getApplicationName() - Method in class org.jboss.as.ee.component.EEModuleDescription
Returns the application name which can be the same as the module name, in the absence of a .ear top level deployment
getApplicationName() - Method in class org.jboss.as.ee.component.InjectionSource.ResolutionContext
Get the current application name, or null if there is none.
getAroundConstruct() - Method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription.Builder
 
getAroundConstruct() - Method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription
 
getAroundConstructInterceptors() - Method in class org.jboss.as.ee.component.ComponentConfiguration
Get the around-construct interceptors.
getAroundInvoke() - Method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription.Builder
 
getAroundInvoke() - Method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription
 
getAroundTimeout() - Method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription.Builder
 
getAroundTimeout() - Method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription
 
getAroundTimeoutInterceptors(Method) - Method in class org.jboss.as.ee.component.ComponentConfiguration
Gets the around timeout interceptor list for a given method.
getAsyncMethods() - Method in class org.jboss.as.ee.component.ViewConfiguration
Gets all async methods for the view
getBeanDeploymentArchiveId() - Method in class org.jboss.as.ee.component.ComponentDescription
 
getBindingConfigurations() - Method in class org.jboss.as.ee.component.ComponentDescription
Get the binding configurations for this component.
getBindingConfigurations() - Method in class org.jboss.as.ee.component.EEModuleClassDescription
Get the binding configurations for this EE module class.
getBindingConfigurations() - Method in class org.jboss.as.ee.component.EEModuleDescription
 
getBindingConfigurations() - Method in class org.jboss.as.ee.component.InterceptorEnvironment
 
getBindingConfigurations() - Method in class org.jboss.as.ee.component.ViewConfiguration
Get the binding configurations for this view.
getBindingNames() - Method in class org.jboss.as.ee.component.ViewDescription
Get the set of binding names for this view.
getChainPriority() - Method in class org.jboss.as.ee.concurrent.handle.ClassLoaderContextHandleFactory
 
getChainPriority() - Method in interface org.jboss.as.ee.concurrent.handle.ContextHandleFactory
The factory priority is used to define the order of handles when chained.
getChainPriority() - Method in class org.jboss.as.ee.concurrent.handle.NamingContextHandleFactory
 
getChainPriority() - Method in class org.jboss.as.ee.concurrent.handle.OtherEESetupActionsContextHandleFactory
 
getChannelCreationOptions() - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.RemotingReceiverConfiguration
 
getClassAnnotations() - Method in class org.jboss.as.ee.metadata.RuntimeAnnotationInformation
 
getClassByName(String) - Method in class org.jboss.as.ee.component.EEApplicationClasses
Look for a class description in all available modules.
getClassDescriptions() - Method in class org.jboss.as.ee.component.EEModuleDescription
Returns all class descriptions in this module
getClassIndex() - Method in class org.jboss.as.ee.component.ComponentConfiguration
 
getClassInterceptor(String) - Method in class org.jboss.as.ee.component.ComponentDescription
Returns the InterceptorDescription for the passed interceptorClassName, if such a class interceptor exists for this component description.
getClassInterceptors() - Method in class org.jboss.as.ee.component.ComponentDescription
Get the list of interceptor classes applied directly to class.
getClassIntrospectorInjectedValue() - Method in class org.jboss.as.ee.component.ComponentRegistry
 
getClassLevelAnnotations() - Method in class org.jboss.as.ee.metadata.ClassAnnotationInformation
 
getClassName() - Method in class org.jboss.as.ee.component.EEModuleClassDescription
Get the class name of this EE module class.
getClassName() - Method in class org.jboss.as.ee.component.InjectionTarget
Get the name of the target class.
getClientInterceptors(Method) - Method in class org.jboss.as.ee.component.ViewConfiguration
Get the client interceptors for a method.
getClientPostConstructInterceptors() - Method in class org.jboss.as.ee.component.ViewConfiguration
Get the post-construct interceptors for client proxy instances.
getClientPreDestroyInterceptors() - Method in class org.jboss.as.ee.component.ViewConfiguration
Get the pre-destroy interceptors for client proxy instances.
getClusterConfigs() - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData
 
getClusterName() - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.ClusterConfig
 
getClusterNodeConfigs() - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.ClusterConfig
 
getCompContextInjector() - Method in class org.jboss.as.ee.naming.InjectedEENamespaceContextSelector
 
getComponent() - Method in class org.jboss.as.ee.component.BasicComponentInstance
Get the component associated with this instance.
getComponent() - Method in interface org.jboss.as.ee.component.ComponentInstance
Get the component associated with this instance.
getComponent() - Method in interface org.jboss.as.ee.component.ComponentView
Get the associated component.
getComponentByName(String) - Method in class org.jboss.as.ee.component.EEModuleDescription
 
getComponentClass() - Method in class org.jboss.as.ee.component.BasicComponent
Get the class of this bean component.
getComponentClass() - Method in class org.jboss.as.ee.component.BasicComponentCreateService
Get the component class.
getComponentClass() - Method in interface org.jboss.as.ee.component.Component
Get the component's actual implementation class.
getComponentClass() - Method in class org.jboss.as.ee.component.ComponentConfiguration
Get the component class.
getComponentClassName() - Method in class org.jboss.as.ee.component.ComponentDescription
Get the component instance class name.
getComponentConfiguration() - Method in class org.jboss.as.ee.component.ViewConfiguration
Get the component configuration for this view.
getComponentConfigurations() - Method in class org.jboss.as.ee.component.EEModuleConfiguration
 
getComponentCreateServiceFactory() - Method in class org.jboss.as.ee.component.ComponentConfiguration
Get the component create service factory for this component.
getComponentDefault() - Method in class org.jboss.as.ee.metadata.AnnotationMetadata
 
getComponentDescription() - Method in class org.jboss.as.ee.component.ComponentConfiguration
Get the component description.
getComponentDescription() - Method in class org.jboss.as.ee.component.ViewDescription
Get the associated component description.
getComponentDescriptions() - Method in class org.jboss.as.ee.component.EEModuleDescription
 
getComponentInjector() - Method in class org.jboss.as.ee.component.ComponentStartService
Get the component injector.
getComponentInjector() - Method in class org.jboss.as.ee.component.ViewService
 
getComponentInterceptors() - Method in class org.jboss.as.ee.component.BasicComponentCreateService
Get the component interceptor factory map.
getComponentInterceptors(Method) - Method in class org.jboss.as.ee.component.ComponentConfiguration
Gets the interceptor list for a given method.
getComponentName() - Method in class org.jboss.as.ee.component.BasicComponent
Get the name of this bean component.
getComponentName() - Method in class org.jboss.as.ee.component.BasicComponentCreateService
Get the component name.
getComponentName() - Method in class org.jboss.as.ee.component.ComponentConfiguration
Get the component name.
getComponentName() - Method in class org.jboss.as.ee.component.ComponentDescription
Get the component name.
getComponentName() - Method in class org.jboss.as.ee.component.InjectionSource.ResolutionContext
Get the current component name, or null if there is none.
getComponents(String, VirtualFile) - Method in class org.jboss.as.ee.component.EEApplicationDescription
Get all components in the application that have the given name
getComponents(String, String, VirtualFile) - Method in class org.jboss.as.ee.component.EEApplicationDescription
Get all views in the application that have the given name and view type
getComponentsByClassName(String) - Method in class org.jboss.as.ee.component.EEModuleDescription
 
getComponentsForViewName(String, VirtualFile) - Method in class org.jboss.as.ee.component.EEApplicationDescription
Get all views that have the given type in the application
getConcurrentContext() - Method in class org.jboss.as.ee.component.ComponentConfiguration
 
getConcurrentContext() - Method in class org.jboss.as.ee.component.EEModuleDescription
 
getConcurrentContext() - Method in class org.jboss.as.ee.concurrent.ConcurrentContextSetupAction
 
getConcurrentContextServiceName(String, String, String) - Static method in class org.jboss.as.ee.concurrent.service.ConcurrentServiceNames
 
getConfigurators() - Method in class org.jboss.as.ee.component.ComponentDescription
Get the configurators for this component.
getConfigurators() - Method in class org.jboss.as.ee.component.ViewDescription
Get the configurators for this view.
getConnectionTimeout() - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.RemotingReceiverConfiguration
 
getContext(String) - Method in class org.jboss.as.ee.naming.InjectedEENamespaceContextSelector
 
getContextService() - Method in class org.jboss.as.ee.component.EEDefaultResourceJndiNames
 
getContextServiceInjector() - Method in class org.jboss.as.ee.concurrent.service.ManagedExecutorServiceService
 
getContextServiceInjector() - Method in class org.jboss.as.ee.concurrent.service.ManagedScheduledExecutorServiceService
 
getContextServiceInjector() - Method in class org.jboss.as.ee.concurrent.service.ManagedThreadFactoryService
 
getContextServiceName() - Method in class org.jboss.as.ee.component.ComponentDescription
Get the context service name.
getContextServiceServiceName(String) - Static method in class org.jboss.as.ee.concurrent.service.ConcurrentServiceNames
 
getCreateDependencies() - Method in class org.jboss.as.ee.component.ComponentConfiguration
Get the create dependencies list.
getCreateServiceName() - Method in class org.jboss.as.ee.component.BasicComponent
 
getCreateServiceName() - Method in class org.jboss.as.ee.component.ComponentDescription
Get the service name of this components create service
getDataSource() - Method in class org.jboss.as.ee.component.EEDefaultResourceJndiNames
 
getDeclaredValueClassName() - Method in class org.jboss.as.ee.component.InjectionTarget
Get the class name of the field or the parameter type declared for the target method.
getDefaultClassIntrospectorServiceName() - Method in class org.jboss.as.ee.component.EEModuleDescription
 
getDefaultContext() - Method in class org.jboss.as.ee.component.DeploymentDescriptorEnvironment
 
getDefaultInterceptors() - Method in class org.jboss.as.ee.component.ComponentDescription
 
getDefaultResourceJndiNames() - Method in class org.jboss.as.ee.component.EEModuleDescription
 
getDefaultSecurityDomain() - Method in class org.jboss.as.ee.component.EEModuleDescription
 
getDefinedComponentMethods() - Method in class org.jboss.as.ee.component.ComponentConfiguration
Get the set of currently known component methods.
getDependencies() - Method in class org.jboss.as.ee.component.ComponentDescription
Get the dependency set.
getDependencies() - Method in class org.jboss.as.ee.component.ViewConfiguration
 
getDeploymentDescriptorEnvironment() - Method in class org.jboss.as.ee.component.ComponentDescription
 
getDeploymentDescriptorEnvironment() - Method in class org.jboss.as.ee.component.InterceptorEnvironment
 
getDeploymentNodeSelector() - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData
 
getDeploymentUnitInjector() - Method in class org.jboss.as.ee.component.BasicComponentCreateService
Get the deployment unit injector.
getDistinctName() - Method in class org.jboss.as.ee.component.EEModuleDescription
 
getEarApplicationName() - Method in class org.jboss.as.ee.component.EEModuleDescription
Unlike the EEModuleDescription.getApplicationName() which follows the Java EE6 spec semantics i.e.
getEnvironment() - Method in class org.jboss.as.ee.component.DeploymentDescriptorEnvironment
 
getExecutorInjector() - Method in class org.jboss.as.ee.component.ComponentStartService
 
getExportedContextInjector() - Method in class org.jboss.as.ee.naming.InjectedEENamespaceContextSelector
 
getFactoryName() - Method in class org.jboss.as.ee.concurrent.handle.NullContextHandle
 
getFactoryName() - Method in interface org.jboss.as.ee.concurrent.handle.ResetContextHandle
Retrieves the name of the factory which built the handle.
getFactoryName() - Method in interface org.jboss.as.ee.concurrent.handle.SetupContextHandle
Retrieves the name of the factory which built the handle.
getFieldLevelAnnotations() - Method in class org.jboss.as.ee.metadata.ClassAnnotationInformation
 
getGlobalContextInjector() - Method in class org.jboss.as.ee.naming.InjectedEENamespaceContextSelector
 
getInjectionConfigurations() - Method in class org.jboss.as.ee.component.EEModuleClassDescription
Get the resource injection configurations for this EE module class.
getInjectionTarget(String, String, ClassLoader, DeploymentReflectionIndex) - Static method in class org.jboss.as.ee.utils.InjectionUtils
 
getInstance() - Method in class org.jboss.as.ee.component.BasicComponentInstance
Get the actual object instance.
getInstance() - Method in interface org.jboss.as.ee.component.ComponentInstance
Get the actual object instance.
getInstanceClassName() - Method in class org.jboss.as.ee.component.ViewManagedReferenceFactory
 
getInstanceData(Object) - Method in class org.jboss.as.ee.component.BasicComponentInstance
 
getInstanceData(Object) - Method in interface org.jboss.as.ee.component.ComponentInstance
Gets some data that was attached to this component instance
getInstanceFactory() - Method in class org.jboss.as.ee.component.ComponentConfiguration
Get the instance factory for this component.
getInterceptor(Method) - Method in class org.jboss.as.ee.component.BasicComponentInstance
Get the instance interceptor (entry point) for the given method.
getInterceptor(Method) - Method in interface org.jboss.as.ee.component.ComponentInstance
Get the instance interceptor (entry point) for the given method.
getInterceptorClassDescription() - Method in class org.jboss.as.ee.component.EEModuleClassDescription
 
getInterceptorClassName() - Method in class org.jboss.as.ee.component.InterceptorDescription
 
getInterceptorClassOverride(String) - Method in class org.jboss.as.ee.component.EEModuleDescription
Get module level interceptor method overrides that are set up in ejb-jar.xml
getInterceptorContextKeys() - Method in class org.jboss.as.ee.component.ComponentConfiguration
 
getInterceptorEnvironment() - Method in class org.jboss.as.ee.component.EEModuleDescription
 
getInvalidMessage() - Method in class org.jboss.as.ee.component.EEModuleClassDescription
 
getInvocationTimeout() - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData
 
getJbossContextInjector() - Method in class org.jboss.as.ee.naming.InjectedEENamespaceContextSelector
 
getJmsConnectionFactory() - Method in class org.jboss.as.ee.component.EEDefaultResourceJndiNames
 
getJndiName() - Method in class org.jboss.as.ee.resource.definition.ResourceDefinitionInjectionSource
 
getLabel() - Method in enum org.jboss.as.ee.component.interceptors.InvocationType
 
getLifecycleMethods() - Method in class org.jboss.as.ee.component.ComponentConfiguration
Returns a set of all lifecycle methods defined on the bean
getLocalName() - Method in enum org.jboss.as.ee.structure.EJBClientDescriptorXMLAttribute
Get the local name of this attribute.
getLocalName() - Method in enum org.jboss.as.ee.structure.EJBClientDescriptorXMLElement
 
getLoggingLocale() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
getManagedExecutorService() - Method in class org.jboss.as.ee.component.EEDefaultResourceJndiNames
 
getManagedExecutorServiceServiceName(String) - Static method in class org.jboss.as.ee.concurrent.service.ConcurrentServiceNames
 
getManagedScheduledExecutorService() - Method in class org.jboss.as.ee.component.EEDefaultResourceJndiNames
 
getManagedScheduledExecutorServiceServiceName(String) - Static method in class org.jboss.as.ee.concurrent.service.ConcurrentServiceNames
 
getManagedThreadFactory() - Method in class org.jboss.as.ee.component.EEDefaultResourceJndiNames
 
getManagedThreadFactoryInjector() - Method in class org.jboss.as.ee.concurrent.service.ManagedExecutorServiceService
 
getManagedThreadFactoryInjector() - Method in class org.jboss.as.ee.concurrent.service.ManagedScheduledExecutorServiceService
 
getManagedThreadFactoryServiceName(String) - Static method in class org.jboss.as.ee.concurrent.service.ConcurrentServiceNames
 
getMaxAllowedConnectedNodes() - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.ClusterConfig
 
getMessageDestinations() - Method in class org.jboss.as.ee.component.EEModuleDescription
 
getMethod(String, String) - Method in interface org.jboss.as.ee.component.ComponentView
Gets a view method based on name and descriptor
getMethod(DeploymentUnit) - Method in class org.jboss.as.ee.component.MethodInjectionTarget
 
getMethod(DeploymentReflectionIndex, Class<?>) - Method in class org.jboss.as.ee.component.MethodInjectionTarget
 
getMethodAnnotations() - Method in class org.jboss.as.ee.metadata.RuntimeAnnotationInformation
 
getMethodInterceptors() - Method in class org.jboss.as.ee.component.ComponentDescription
Get the method interceptor configurations.
getMethodLevelAnnotations() - Method in class org.jboss.as.ee.metadata.ClassAnnotationInformation
 
getMethodOverrides() - Method in class org.jboss.as.ee.metadata.AnnotationMetadata
 
getModuleClassLoader() - Method in class org.jboss.as.ee.component.ComponentConfiguration
 
getModuleContextInjector() - Method in class org.jboss.as.ee.naming.InjectedEENamespaceContextSelector
 
getModuleDescription() - Method in class org.jboss.as.ee.component.ComponentDescription
 
getModuleIdentifier() - Method in class org.jboss.as.ee.subsystem.GlobalModulesDefinition.GlobalModule
 
getModuleLoader() - Method in class org.jboss.as.ee.component.ComponentConfiguration
 
getModuleName() - Method in class org.jboss.as.ee.component.ComponentConfiguration
Get the module name.
getModuleName() - Method in class org.jboss.as.ee.component.ComponentDescription
Get the component's module name.
getModuleName() - Method in class org.jboss.as.ee.component.EEModuleConfiguration
 
getModuleName() - Method in class org.jboss.as.ee.component.EEModuleDescription
 
getModuleName() - Method in class org.jboss.as.ee.component.InjectionSource.ResolutionContext
Get the current module name, or null if there is none.
getMultiAnnotationType() - Method in class org.jboss.as.ee.metadata.ClassAnnotationInformationFactory
 
getName() - Method in class org.jboss.as.ee.component.BindingConfiguration
The name into which this binding should be made.
getName() - Method in class org.jboss.as.ee.component.InjectionTarget
Get the name of the target property.
getName() - Method in class org.jboss.as.ee.concurrent.handle.ClassLoaderContextHandleFactory
 
getName() - Method in interface org.jboss.as.ee.concurrent.handle.ContextHandleFactory
Retrieves the factory's name.
getName() - Method in class org.jboss.as.ee.concurrent.handle.NamingContextHandleFactory
 
getName() - Method in class org.jboss.as.ee.concurrent.handle.OtherEESetupActionsContextHandleFactory
 
getNamespaceContextInterceptorFactory() - Method in class org.jboss.as.ee.component.ComponentConfiguration
 
getNamespaceContextSelector() - Method in class org.jboss.as.ee.component.BasicComponent
 
getNamespaceContextSelector() - Method in class org.jboss.as.ee.component.BasicComponentCreateService
 
getNamespaceContextSelector() - Method in interface org.jboss.as.ee.component.Component
 
getNamespaceContextSelector() - Method in class org.jboss.as.ee.component.ComponentConfiguration
 
getNamespaceContextSelector() - Method in class org.jboss.as.ee.component.EEModuleDescription
 
getNamingMode() - Method in class org.jboss.as.ee.component.ComponentDescription
Get the naming mode of this component.
getNodeName() - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.ClusterNodeConfig
 
getNodeSelector() - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.ClusterConfig
 
getOutboundConnectionRef() - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.RemotingReceiverConfiguration
 
getPostActivate() - Method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription.Builder
 
getPostActivate() - Method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription
 
getPostActivateInterceptors() - Method in class org.jboss.as.ee.component.ComponentConfiguration
Get the post-activate interceptors.
getPostConstruct() - Method in class org.jboss.as.ee.component.BasicComponentCreateService
Get the post-construct interceptor factory.
getPostConstruct() - Method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription.Builder
 
getPostConstruct() - Method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription
 
getPostConstructInterceptors() - Method in class org.jboss.as.ee.component.ComponentConfiguration
Get the post-construct interceptors.
getPreDestroy() - Method in class org.jboss.as.ee.component.BasicComponentCreateService
Get the pre-destroy interceptor factory.
getPreDestroy() - Method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription.Builder
 
getPreDestroy() - Method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription
 
getPreDestroyInterceptors() - Method in class org.jboss.as.ee.component.ComponentConfiguration
Get the pre-destroy interceptors.
getPrePassivate() - Method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription.Builder
 
getPrePassivate() - Method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription
 
getPrePassivateInterceptors() - Method in class org.jboss.as.ee.component.ComponentConfiguration
Get the pre-passivate interceptors.
getPrivateData(Class<T>) - Method in interface org.jboss.as.ee.component.ComponentView
Provides a mechanism to attach arbitrary data to the component view
getPrivateData() - Method in class org.jboss.as.ee.component.ViewConfiguration
retrieves private data
getProfile() - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData
 
getProxyClass() - Method in interface org.jboss.as.ee.component.ComponentView
 
getProxyFactory() - Method in class org.jboss.as.ee.component.ViewConfiguration
Get the client proxy factory to use to construct proxy instances.
getReference() - Method in class org.jboss.as.ee.component.ComponentRegistry.ComponentManagedReferenceFactory
 
getReference(Object) - Method in class org.jboss.as.ee.component.ComponentRegistry.ComponentManagedReferenceFactory
 
getReference() - Method in class org.jboss.as.ee.component.ViewManagedReferenceFactory
getRegistryInjector() - Method in class org.jboss.as.ee.subsystem.EEJndiViewExtension
 
getRemotingReceiverConfigurations() - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData
Returns a collection of outbound connection references that are used by the remoting receivers configured in the client context of this EJBClientDescriptorMetaData
getRequestController() - Method in class org.jboss.as.ee.concurrent.service.ManagedExecutorServiceService
 
getRequestController() - Method in class org.jboss.as.ee.concurrent.service.ManagedScheduledExecutorServiceService
 
getResourceInjections(String) - Method in class org.jboss.as.ee.component.ComponentDescription
 
getResourceInjections(String) - Method in class org.jboss.as.ee.component.EEModuleDescription
 
getResourceInjections() - Method in class org.jboss.as.ee.component.InterceptorEnvironment
 
getResourceReferenceBindingSource() - Method in interface org.jboss.as.ee.component.deployers.EEResourceReferenceProcessor
 
getResourceReferenceBindingSource() - Method in class org.jboss.as.ee.concurrent.deployers.injection.ContextServiceResourceReferenceProcessor
 
getResourceReferenceBindingSource() - Method in class org.jboss.as.ee.concurrent.deployers.injection.ManagedExecutorServiceResourceReferenceProcessor
 
getResourceReferenceBindingSource() - Method in class org.jboss.as.ee.concurrent.deployers.injection.ManagedScheduledExecutorServiceResourceReferenceProcessor
 
getResourceReferenceBindingSource() - Method in class org.jboss.as.ee.concurrent.deployers.injection.ManagedThreadFactoryResourceReferenceProcessor
 
getResourceReferenceBindingSource() - Method in class org.jboss.as.ee.managedbean.component.ManagedBeanResourceReferenceProcessor
 
getResourceReferenceProcessor(String) - Method in class org.jboss.as.ee.component.deployers.EEResourceReferenceProcessorRegistry
 
getResourceReferenceType() - Method in interface org.jboss.as.ee.component.deployers.EEResourceReferenceProcessor
 
getResourceReferenceType() - Method in class org.jboss.as.ee.concurrent.deployers.injection.ContextServiceResourceReferenceProcessor
 
getResourceReferenceType() - Method in class org.jboss.as.ee.concurrent.deployers.injection.ManagedExecutorServiceResourceReferenceProcessor
 
getResourceReferenceType() - Method in class org.jboss.as.ee.concurrent.deployers.injection.ManagedScheduledExecutorServiceResourceReferenceProcessor
 
getResourceReferenceType() - Method in class org.jboss.as.ee.concurrent.deployers.injection.ManagedThreadFactoryResourceReferenceProcessor
 
getResourceReferenceType() - Method in class org.jboss.as.ee.managedbean.component.ManagedBeanResourceReferenceProcessor
 
getResourceValue(InjectionSource.ResolutionContext, ServiceBuilder<?>, DeploymentPhaseContext, Injector<ManagedReferenceFactory>) - Method in class org.jboss.as.ee.component.ComponentTypeInjectionSource
 
getResourceValue(InjectionSource.ResolutionContext, ServiceBuilder<?>, DeploymentPhaseContext, Injector<ManagedReferenceFactory>) - Method in class org.jboss.as.ee.component.deployers.MessageDestinationInjectionSource
 
getResourceValue(InjectionSource.ResolutionContext, ServiceBuilder<?>, DeploymentPhaseContext, Injector<ManagedReferenceFactory>) - Method in class org.jboss.as.ee.component.EnvEntryInjectionSource
 
getResourceValue(InjectionSource.ResolutionContext, ServiceBuilder<?>, DeploymentPhaseContext, Injector<ManagedReferenceFactory>) - Method in class org.jboss.as.ee.component.FixedInjectionSource
Get the value to use as the injection source.
getResourceValue(InjectionSource.ResolutionContext, ServiceBuilder<?>, DeploymentPhaseContext, Injector<ManagedReferenceFactory>) - Method in class org.jboss.as.ee.component.InjectionSource
Get the value to use as the injection source.
getResourceValue(InjectionSource.ResolutionContext, ServiceBuilder<?>, DeploymentPhaseContext, Injector<ManagedReferenceFactory>) - Method in class org.jboss.as.ee.component.LookupInjectionSource
Get the value to use as the injection source.
getResourceValue(InjectionSource.ResolutionContext, ServiceBuilder<?>, DeploymentPhaseContext, Injector<ManagedReferenceFactory>) - Method in class org.jboss.as.ee.component.ServiceInjectionSource
Get the value to use as the injection source.
getResourceValue(InjectionSource.ResolutionContext, ServiceBuilder<?>, DeploymentPhaseContext, Injector<ManagedReferenceFactory>) - Method in class org.jboss.as.ee.component.ViewBindingInjectionSource
Get the value to use as the injection source.
getResourceValue(InjectionSource.ResolutionContext, ServiceBuilder<?>, DeploymentPhaseContext, Injector<ManagedReferenceFactory>) - Method in class org.jboss.as.ee.naming.ContextInjectionSource
 
getServiceName() - Method in class org.jboss.as.ee.component.BasicComponentCreateService
 
getServiceName() - Method in class org.jboss.as.ee.component.ComponentDescription
Get the base service name for this component.
getServiceName() - Method in class org.jboss.as.ee.component.ComponentRegistry.ComponentManagedReferenceFactory
 
getServiceName() - Method in class org.jboss.as.ee.component.ViewDescription
Get the service name for this view.
getSortedItems() - Method in class org.jboss.as.ee.component.interceptors.OrderedItemContainer
 
getSource() - Method in class org.jboss.as.ee.component.BindingConfiguration
Get the source for this binding.
getSource() - Method in class org.jboss.as.ee.component.ResourceInjectionConfiguration
Get the injection source for this configuration.
getStartDependencies() - Method in class org.jboss.as.ee.component.ComponentConfiguration
Get the start dependencies list.
getStartServiceName() - Method in class org.jboss.as.ee.component.ComponentDescription
Get the service name of this components start service
getStartupBeansCount() - Method in class org.jboss.as.ee.component.EEModuleDescription
 
getSubsystemName() - Method in class org.jboss.as.ee.subsystem.EETransformers
 
getTarget() - Method in class org.jboss.as.ee.component.ResourceInjectionConfiguration
Get the resource injection for this configuration.
getTimerMethods() - Method in class org.jboss.as.ee.component.ComponentDescription
 
getTransactionSetupProvider() - Method in class org.jboss.as.ee.concurrent.service.ContextServiceService
 
getValue() - Method in class org.jboss.as.ee.component.BasicComponentCreateService
getValue() - Method in class org.jboss.as.ee.component.ComponentStartService
getValue() - Method in class org.jboss.as.ee.component.ReflectiveClassIntrospector
 
getValue() - Method in class org.jboss.as.ee.component.ViewService
 
getValue() - Method in class org.jboss.as.ee.concurrent.service.ConcurrentContextService
 
getValue() - Method in class org.jboss.as.ee.concurrent.service.ContextServiceService
 
getValue() - Method in class org.jboss.as.ee.concurrent.service.ManagedExecutorServiceService
 
getValue() - Method in class org.jboss.as.ee.concurrent.service.ManagedScheduledExecutorServiceService
 
getValue() - Method in class org.jboss.as.ee.concurrent.service.ManagedThreadFactoryService
 
getValue() - Method in class org.jboss.as.ee.subsystem.EEJndiViewExtension
 
getViewClass() - Method in interface org.jboss.as.ee.component.ComponentView
 
getViewClass() - Method in class org.jboss.as.ee.component.ViewConfiguration
Get the view class.
getViewClassName() - Method in class org.jboss.as.ee.component.ViewDescription
Get the view's class name.
getViewInstanceData(Object) - Method in class org.jboss.as.ee.component.ComponentClientInstance
 
getViewInstanceFactory() - Method in class org.jboss.as.ee.component.ViewConfiguration
 
getViewInterceptors(Method) - Method in class org.jboss.as.ee.component.ViewConfiguration
Get the view interceptors for a method.
getViewMethods() - Method in interface org.jboss.as.ee.component.ComponentView
 
getViewNameParts() - Method in class org.jboss.as.ee.component.ViewDescription
Get the strings to append to the view base name.
getViews() - Method in class org.jboss.as.ee.component.ComponentConfiguration
Get the list of views for this component.
getViews() - Method in class org.jboss.as.ee.component.ComponentDescription
Get the list of views which apply to this component.
getViewServiceName() - Method in class org.jboss.as.ee.component.ViewConfiguration
Get the view service name for this view.
getViewToComponentMethodMap() - Method in class org.jboss.as.ee.component.ViewConfiguration
 
GLOBAL_MODULES - Static variable in class org.jboss.as.ee.subsystem.GlobalModulesDefinition
 
GlobalModuleDependencyProcessor - Class in org.jboss.as.ee.structure
Dependency processor that adds modules defined in the global-modules section of the configuration to all deployments.
GlobalModuleDependencyProcessor() - Constructor for class org.jboss.as.ee.structure.GlobalModuleDependencyProcessor
 
GlobalModulesDefinition - Class in org.jboss.as.ee.subsystem
AttributeDefinition implementation for the "global-modules" attribute.
GlobalModulesDefinition() - Constructor for class org.jboss.as.ee.subsystem.GlobalModulesDefinition
 
GlobalModulesDefinition.GlobalModule - Class in org.jboss.as.ee.subsystem
 
GRACEFUL_SHUTDOWN - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 

H

handle(Class<?>, EEModuleClassDescription) - Method in class org.jboss.as.ee.component.ClassDescriptionTraversal
 
handleMethods(DeploymentDescriptorEnvironment, EEModuleDescription, String) - Static method in class org.jboss.as.ee.component.deployers.DescriptorEnvironmentLifecycleMethodProcessor
 
handleProfileParsingCompletion(Map<String, List<ModelNode>>, List<ModelNode>) - Method in class org.jboss.as.ee.subsystem.BeanValidationProfileParsingCompletionHandler
 
hasComponent(String) - Method in class org.jboss.as.ee.component.EEModuleDescription
 
hashCode() - Method in class org.jboss.as.ee.component.BindingConfiguration
 
hashCode() - Method in class org.jboss.as.ee.component.ComponentTypeInjectionSource
 
hashCode() - Method in class org.jboss.as.ee.component.deployers.MessageDestinationInjectionSource
 
hashCode() - Method in class org.jboss.as.ee.component.EnvEntryInjectionSource
 
hashCode() - Method in class org.jboss.as.ee.component.FixedInjectionSource
 
hashCode() - Method in class org.jboss.as.ee.component.InjectionTarget
 
hashCode() - Method in class org.jboss.as.ee.component.InterceptorDescription
 
hashCode() - Method in class org.jboss.as.ee.component.LookupInjectionSource
 
hashCode() - Method in class org.jboss.as.ee.component.ServiceInjectionSource
 
hashCode() - Method in class org.jboss.as.ee.component.ViewBindingInjectionSource
 
hashCode() - Method in class org.jboss.as.ee.component.ViewDescription
 
hashCode() - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.ClusterConfig
 
hashCode() - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.ClusterNodeConfig
 
hashCode() - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.RemotingReceiverConfiguration
 
hashCode() - Method in class org.jboss.as.ee.resource.definition.ResourceDefinitionInjectionSource
 
HOME_METHOD_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
HUNG_TASK_THRESHOLD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
HUNG_TASK_THRESHOLD - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
HUNG_TASK_THRESHOLD_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
HUNG_TASK_THRESHOLD_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 

I

InApplicationClientBindingProcessor - Class in org.jboss.as.ee.naming
Processor responsible for binding java:comp/InAppClientContainer
InApplicationClientBindingProcessor(boolean) - Constructor for class org.jboss.as.ee.naming.InApplicationClientBindingProcessor
 
init() - Method in class org.jboss.as.ee.component.BasicComponent
 
INITIAL_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Component
 
initialize(ExtensionContext) - Method in class org.jboss.as.ee.subsystem.EeExtension
InitializeInOrderProcessor - Class in org.jboss.as.ee.structure
Sets up dependencies for the next phase if initialize in order is set.
InitializeInOrderProcessor() - Constructor for class org.jboss.as.ee.structure.InitializeInOrderProcessor
 
initializeParsers(ExtensionParsingContext) - Method in class org.jboss.as.ee.subsystem.EeExtension
inject(ComponentView) - Method in class org.jboss.as.ee.component.ViewManagedReferenceFactory.Injector
InjectedEENamespaceContextSelector - Class in org.jboss.as.ee.naming
A simple EE-style namespace context selector which uses injected services for the contexts.
InjectedEENamespaceContextSelector() - Constructor for class org.jboss.as.ee.naming.InjectedEENamespaceContextSelector
 
INJECTION_TARGET_DEFINING_ANNOTATIONS - Static variable in class org.jboss.as.ee.weld.InjectionTargetDefiningAnnotations
A set of injection target defining annotations.
InjectionSource - Class in org.jboss.as.ee.component
A configuration for an injection source.
InjectionSource() - Constructor for class org.jboss.as.ee.component.InjectionSource
 
InjectionSource.ResolutionContext - Class in org.jboss.as.ee.component
A resolution context for the injection source.
InjectionTarget - Class in org.jboss.as.ee.component
An injection target field or method in a class.
InjectionTarget(String, String, String) - Constructor for class org.jboss.as.ee.component.InjectionTarget
 
InjectionTargetDefiningAnnotations - Class in org.jboss.as.ee.weld
 
injectionTargetNotFound() - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating no injection target was found.
injectionTargetNotFound() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
injectionTargetNotFound$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
InjectionUtils - Class in org.jboss.as.ee.utils
Utility class for injection framework.
Injector(Injector<ManagedReferenceFactory>) - Constructor for class org.jboss.as.ee.component.ViewManagedReferenceFactory.Injector
Construct a new instance.
INSTANCE - Static variable in class org.jboss.as.ee.concurrent.deployers.injection.ContextServiceResourceReferenceProcessor
 
INSTANCE - Static variable in class org.jboss.as.ee.concurrent.deployers.injection.ManagedExecutorServiceResourceReferenceProcessor
 
INSTANCE - Static variable in class org.jboss.as.ee.concurrent.deployers.injection.ManagedScheduledExecutorServiceResourceReferenceProcessor
 
INSTANCE - Static variable in class org.jboss.as.ee.concurrent.deployers.injection.ManagedThreadFactoryResourceReferenceProcessor
 
INSTANCE - Static variable in class org.jboss.as.ee.concurrent.handle.NullContextHandle
 
INSTANCE - Static variable in class org.jboss.as.ee.subsystem.ContextServiceResourceDefinition
 
INSTANCE - Static variable in class org.jboss.as.ee.subsystem.GlobalModulesDefinition
 
INSTANCE - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
INSTANCE - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
INSTANCE - Static variable in class org.jboss.as.ee.subsystem.ManagedThreadFactoryResourceDefinition
 
INSTANCE_CREATE - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ClientPostConstruct
 
INSTANCE_DESTROY - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ClientPreDestroy
 
INSTANCE_KEY - Static variable in class org.jboss.as.ee.component.BasicComponentInstance
 
instanceDataCanOnlyBeSetDuringConstruction() - Method in interface org.jboss.as.ee.logging.EeLogger
 
instanceDataCanOnlyBeSetDuringConstruction() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
instanceDataCanOnlyBeSetDuringConstruction$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
InstanceNameBindingProcessor - Class in org.jboss.as.ee.naming
Processor responsible for binding java:comp/InstanceName
InstanceNameBindingProcessor() - Constructor for class org.jboss.as.ee.naming.InstanceNameBindingProcessor
 
instantiateComponentInstance(Interceptor, Map<Method, Interceptor>, Map<Object, Object>) - Method in class org.jboss.as.ee.component.BasicComponent
Responsible for instantiating the BasicComponentInstance.
INTERCEPTOR_AROUND_CONSTRUCT - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.AroundConstruct
 
INTERCEPTOR_DESTRUCTION_INTERCEPTORS - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPreDestroy
 
INTERCEPTOR_INSTANTIATION_INTERCEPTORS - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 
INTERCEPTOR_RESOURCE_INJECTION_INTERCEPTORS - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 
INTERCEPTOR_UNINJECTION_INTERCEPTORS - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPreDestroy
 
INTERCEPTOR_USER_INTERCEPTORS - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Component
All user level interceptors are added with the same priority, so they execute in the order that they are added.
INTERCEPTOR_USER_INTERCEPTORS - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPassivation
 
INTERCEPTOR_USER_INTERCEPTORS - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 
INTERCEPTOR_USER_INTERCEPTORS - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPreDestroy
 
INTERCEPTOR_WELD_INJECTION - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 
InterceptorAnnotationProcessor - Class in org.jboss.as.ee.component.deployers
Processor that takes interceptor information from the class description and applies it to components
InterceptorAnnotationProcessor() - Constructor for class org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor
 
InterceptorClassDescription - Class in org.jboss.as.ee.component.interceptors
Post class loading description of an interceptor class.
InterceptorClassDescription(MethodIdentifier, MethodIdentifier, MethodIdentifier, MethodIdentifier, MethodIdentifier, MethodIdentifier, MethodIdentifier) - Constructor for class org.jboss.as.ee.component.interceptors.InterceptorClassDescription
 
InterceptorClassDescription.Builder - Class in org.jboss.as.ee.component.interceptors
 
InterceptorDescription - Class in org.jboss.as.ee.component
A description of an @Interceptor annotation value or its equivalent deployment descriptor construct.
InterceptorDescription(String) - Constructor for class org.jboss.as.ee.component.InterceptorDescription
 
InterceptorEnvironment - Class in org.jboss.as.ee.component
Class that represents the environment entries of an interceptor, defined in the interceptors section of ejb-jar.xml.
InterceptorEnvironment(DeploymentDescriptorEnvironment) - Constructor for class org.jboss.as.ee.component.InterceptorEnvironment
 
InterceptorOrder - Class in org.jboss.as.ee.component.interceptors
Class that maintains interceptor ordering for various interceptor chains
InterceptorOrder.AroundConstruct - Class in org.jboss.as.ee.component.interceptors
 
InterceptorOrder.Client - Class in org.jboss.as.ee.component.interceptors
 
InterceptorOrder.ClientPostConstruct - Class in org.jboss.as.ee.component.interceptors
 
InterceptorOrder.ClientPreDestroy - Class in org.jboss.as.ee.component.interceptors
 
InterceptorOrder.Component - Class in org.jboss.as.ee.component.interceptors
 
InterceptorOrder.ComponentPassivation - Class in org.jboss.as.ee.component.interceptors
 
InterceptorOrder.ComponentPostConstruct - Class in org.jboss.as.ee.component.interceptors
 
InterceptorOrder.ComponentPreDestroy - Class in org.jboss.as.ee.component.interceptors
 
InterceptorOrder.View - Class in org.jboss.as.ee.component.interceptors
 
InterceptorsAnnotationInformationFactory - Class in org.jboss.as.ee.component.deployers
 
InterceptorsAnnotationInformationFactory() - Constructor for class org.jboss.as.ee.component.deployers.InterceptorsAnnotationInformationFactory
 
INVALID_METHOD_EXCEPTION - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
invalidCharacterLength(String, String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the elementName character type is not exactly one character long.
invalidCharacterLength(String, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
invalidCharacterLength$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
invalidCoreThreadsSize(String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the core-threads must be greater than 0 for the task queue.
invalidCoreThreadsSize(String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
invalidCoreThreadsSize$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
invalidDescriptor(String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the descriptor is not valid.
invalidDescriptor(String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
invalidDescriptor$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
invalidInjectionTarget(String, String, Class<?>) - Method in interface org.jboss.as.ee.logging.EeLogger
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.
invalidInjectionTarget(String, String, Class<?>) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
invalidInjectionTarget$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
invalidManagedBeanAbstractOrFinal(String, String) - Method in interface org.jboss.as.ee.logging.EeLogger
Logs a warning message indicating the managed bean implementation class MUST NOT be an interface.
invalidManagedBeanAbstractOrFinal(String, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
invalidManagedBeanAbstractOrFinal$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
invalidManagedBeanInterface(String, String) - Method in interface org.jboss.as.ee.logging.EeLogger
Logs a warning message indicating the managed bean implementation class MUST NOT be abstract or final.
invalidManagedBeanInterface(String, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
invalidManagedBeanInterface$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
invalidMaxThreads(int, int) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the max-threads value cannot be less than the core-threads value.
invalidMaxThreads(int, int) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
invalidMaxThreads$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
invalidNumberOfArguments(String, DotName, DotName) - Method in interface org.jboss.as.ee.logging.EeLogger
A message indicating there are an invalid number of arguments for the method, represented by the parameter, annotated with the annotation on the class, represented by the className parameter.
invalidNumberOfArguments(String, DotName, DotName) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
invalidNumberOfArguments$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
invalidReturnType(String, String, DotName, DotName) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating a return type for the method, represented by the methodName parameter, annotated with the annotation on the class, represented by the className parameter.
invalidReturnType(String, String, DotName, DotName) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
invalidReturnType$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
invalidSignature(String, DotName, DotName, String) - Method in interface org.jboss.as.ee.logging.EeLogger
A message indicating methods annotated with the annotation must have a single argument.
invalidSignature(String, DotName, DotName, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
invalidSignature$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
invalidValue(String, String, Location) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the value for the element is invalid.
invalidValue(String, String, Location) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
invalidValue$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
INVOCATION_CONTEXT_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
INVOCATION_TYPE - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
InvocationType - Enum in org.jboss.as.ee.component.interceptors
Marker enum that can be used to identify special types of invocations
invoke(InterceptorContext) - Method in interface org.jboss.as.ee.component.ComponentView
Invoke on the component view interceptor chain.
invoke(Object, Method, Object[]) - Method in class org.jboss.as.ee.component.ProxyInvocationHandler
isAnnotations() - Method in class org.jboss.as.ee.subsystem.GlobalModulesDefinition.GlobalModule
 
isAppClient() - Method in class org.jboss.as.ee.component.EEModuleDescription
 
isAsynchronous(Method) - Method in interface org.jboss.as.ee.component.ComponentView
 
isCDIInterceptorEnabled() - Method in class org.jboss.as.ee.component.ComponentDescription
If this method returns true then Weld will directly create the component instance, which will apply interceptors and decorators via sub classing.
isCompUsesModule() - Method in class org.jboss.as.ee.component.InjectionSource.ResolutionContext
Determine whether the resolution context has a combined "comp" and "module" namespace.
isExcludeClassInterceptors(MethodIdentifier) - Method in class org.jboss.as.ee.component.ComponentDescription
 
isExcludeDefaultInterceptors() - Method in class org.jboss.as.ee.component.ComponentDescription
 
isExcludeDefaultInterceptors(MethodIdentifier) - Method in class org.jboss.as.ee.component.ComponentDescription
 
isIgnoreLifecycleInterceptors() - Method in class org.jboss.as.ee.component.ComponentDescription
 
isIntercepted() - Method in class org.jboss.as.ee.component.ComponentDescription
 
isInvalid() - Method in class org.jboss.as.ee.component.EEModuleClassDescription
 
isLocalReceiverExcluded() - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData
Returns true if the local receiver is disabled in the EJB client context represented by this metadata.
isLocalReceiverPassByValue() - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData
If pass-by-value semantics for the local EJB receiver has been explicitly set, then returns that value.
isMetadataComplete(DeploymentUnit) - Static method in class org.jboss.as.ee.metadata.MetadataCompleteMarker
 
isMetaInf() - Method in class org.jboss.as.ee.subsystem.GlobalModulesDefinition.GlobalModule
 
isNotOverriden(Class<?>, Method, Class<?>, DeploymentReflectionIndex) - Method in class org.jboss.as.ee.component.AbstractComponentConfigurator
 
isOptional() - Method in class org.jboss.as.ee.component.ComponentDescription
 
isOptional() - Method in class org.jboss.as.ee.component.ResourceInjectionConfiguration
 
isPartOfWeldDeployment(DeploymentUnit) - Static method in class org.jboss.as.ee.weld.WeldDeploymentMarker
returns true if the DeploymentUnit is part of a weld deployment
isPassivationApplicable() - Method in class org.jboss.as.ee.component.ComponentDescription
 
isPrimitive(String) - Static method in class org.jboss.as.ee.utils.DescriptorUtils
returns true if the descriptor represents a primitive type
isPrivileged() - Method in class org.jboss.as.ee.component.deployers.StartupCountdown
 
isRemotable(Throwable) - Method in interface org.jboss.as.ee.component.Component
Checks whether the supplied Throwable is remotable meaning it can be safely sent to the client over the wire.
isSerializable() - Method in class org.jboss.as.ee.component.ViewDescription
 
isServices() - Method in class org.jboss.as.ee.subsystem.GlobalModulesDefinition.GlobalModule
 
isStatic(DeploymentUnit) - Method in class org.jboss.as.ee.component.FieldInjectionTarget
 
isStatic(DeploymentUnit) - Method in class org.jboss.as.ee.component.InjectionTarget
Indicates if the target has the staic modifier.
isStatic(DeploymentUnit) - Method in class org.jboss.as.ee.component.MethodInjectionTarget
 
isTimerServiceApplicable() - Method in class org.jboss.as.ee.component.ComponentDescription
 
isTimerServiceRequired() - Method in class org.jboss.as.ee.component.ComponentDescription
 
isType(DeploymentType, DeploymentUnit) - Static method in class org.jboss.as.ee.structure.DeploymentTypeMarker
 
isType(DeploymentType, ResourceRoot) - Static method in class org.jboss.as.ee.structure.DeploymentTypeMarker
 
isUseWriteReplace() - Method in class org.jboss.as.ee.component.ViewDescription
 
isWeldDeployment(DeploymentUnit) - Static method in class org.jboss.as.ee.weld.WeldDeploymentMarker
returns true if the DeploymentUnit has a beans.xml in any of it's resource roots, or is a top level deployment that contains sub-deployments that are weld deployments.

J

JAVA_NAMESPACE_SETUP_ACTION - Static variable in class org.jboss.as.ee.naming.Attachments
 
JavaEEDependencyProcessor - Class in org.jboss.as.ee.managedbean.processors
Deployment processor which adds the java EE APIs to EE deployments

JavaEEDependencyProcessor() - Constructor for class org.jboss.as.ee.managedbean.processors.JavaEEDependencyProcessor
 
JavaNamespaceSetup - Class in org.jboss.as.ee.naming
Sets and restores the java: contexts
JavaNamespaceSetup(NamespaceContextSelector, ServiceName) - Constructor for class org.jboss.as.ee.naming.JavaNamespaceSetup
 
JBOSS_DESCRIPTOR_PROPERTY_REPLACEMENT - Static variable in class org.jboss.as.ee.structure.Attachments
If this is set to true property replacement will be enabled for jboss descriptors
JBOSS_DESCRIPTOR_PROPERTY_REPLACEMENT - Static variable in interface org.jboss.as.ee.subsystem.EESubsystemModel
 
JBOSS_DESCRIPTOR_PROPERTY_REPLACEMENT - Static variable in class org.jboss.as.ee.subsystem.EeSubsystemRootResource
 
JBossDescriptorPropertyReplacement - Class in org.jboss.as.ee.structure
 
JMS_CONNECTION_FACTORY - Static variable in class org.jboss.as.ee.subsystem.DefaultBindingsResourceDefinition
 
JMS_CONNECTION_FACTORY_AD - Static variable in class org.jboss.as.ee.subsystem.DefaultBindingsResourceDefinition
 
JNDI_NAME - Static variable in class org.jboss.as.ee.subsystem.ContextServiceResourceDefinition
 
JNDI_NAME - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
JNDI_NAME - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
JNDI_NAME - Static variable in class org.jboss.as.ee.subsystem.ManagedThreadFactoryResourceDefinition
 
JNDI_NAME_AD - Static variable in class org.jboss.as.ee.subsystem.ContextServiceResourceDefinition
 
JNDI_NAME_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
JNDI_NAME_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
JNDI_NAME_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedThreadFactoryResourceDefinition
 
JNDI_NAMESPACE_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPassivation
 
JNDI_NAMESPACE_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 
JNDI_NAMESPACE_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPreDestroy
 
JNDI_NAMESPACE_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
jndiName - Variable in class org.jboss.as.ee.resource.definition.ResourceDefinitionInjectionSource
 
JPA_SESSION_BEAN_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Component
 
JPA_SFSB_CREATE - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 
JPA_SFSB_DESTROY - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPreDestroy
 
JPA_SFSB_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Component
 
JPA_SFSB_PRE_CREATE - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 

K

KEEPALIVE_TIME - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
KEEPALIVE_TIME - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
KEEPALIVE_TIME_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
KEEPALIVE_TIME_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 

L

LifecycleAnnotationParsingProcessor - Class in org.jboss.as.ee.component.deployers
Deployment processor responsible for finding @PostConstruct and @PreDestroy annotated methods.
LifecycleAnnotationParsingProcessor() - Constructor for class org.jboss.as.ee.component.deployers.LifecycleAnnotationParsingProcessor
 
loadClass(String, DeploymentUnit) - Static method in class org.jboss.as.ee.utils.ClassLoadingUtils
 
loadClass(String, Module) - Static method in class org.jboss.as.ee.utils.ClassLoadingUtils
 
LOCAL_ASYNC_INVOCATION - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Client
 
LOCAL_ASYNC_LOG_RESTORE - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Client
 
LOCAL_ASYNC_LOG_SAVE - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Client
 
LOCAL_ASYNC_SECURITY_CONTEXT - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Client
 
LONG_RUNNING_TASKS - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
LONG_RUNNING_TASKS - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
LONG_RUNNING_TASKS_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
LONG_RUNNING_TASKS_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
LookupInjectionSource - Class in org.jboss.as.ee.component
A binding which gets its value from another JNDI binding.
LookupInjectionSource(String) - Constructor for class org.jboss.as.ee.component.LookupInjectionSource
 
LookupInjectionSource(String, boolean) - Constructor for class org.jboss.as.ee.component.LookupInjectionSource
 

M

makeDescriptor(String) - Static method in class org.jboss.as.ee.utils.DescriptorUtils
Changes a class name to the internal form suitable for use in a descriptor string.
makeDescriptor(Class<?>) - Static method in class org.jboss.as.ee.utils.DescriptorUtils
 
makeDescriptor(Constructor<?>) - Static method in class org.jboss.as.ee.utils.DescriptorUtils
 
MANAGED_EXECUTOR_SERVICE - Static variable in class org.jboss.as.ee.subsystem.DefaultBindingsResourceDefinition
 
MANAGED_EXECUTOR_SERVICE - Static variable in interface org.jboss.as.ee.subsystem.EESubsystemModel
 
MANAGED_EXECUTOR_SERVICE_AD - Static variable in class org.jboss.as.ee.subsystem.DefaultBindingsResourceDefinition
 
MANAGED_SCHEDULED_EXECUTOR_SERVICE - Static variable in class org.jboss.as.ee.subsystem.DefaultBindingsResourceDefinition
 
MANAGED_SCHEDULED_EXECUTOR_SERVICE - Static variable in interface org.jboss.as.ee.subsystem.EESubsystemModel
 
MANAGED_SCHEDULED_EXECUTOR_SERVICE_AD - Static variable in class org.jboss.as.ee.subsystem.DefaultBindingsResourceDefinition
 
MANAGED_THREAD_FACTORY - Static variable in class org.jboss.as.ee.subsystem.DefaultBindingsResourceDefinition
 
MANAGED_THREAD_FACTORY - Static variable in interface org.jboss.as.ee.subsystem.EESubsystemModel
 
MANAGED_THREAD_FACTORY_AD - Static variable in class org.jboss.as.ee.subsystem.DefaultBindingsResourceDefinition
 
ManagedBeanAnnotationProcessor - Class in org.jboss.as.ee.managedbean.processors
Deployment unit processor responsible for scanning a deployment to find classes with javax.annotation.ManagedBean annotations.
ManagedBeanAnnotationProcessor() - Constructor for class org.jboss.as.ee.managedbean.processors.ManagedBeanAnnotationProcessor
 
ManagedBeanComponentDescription - Class in org.jboss.as.ee.managedbean.component
Component descriptor for ManagedBean managed beans.
ManagedBeanComponentDescription(String, String, EEModuleDescription, ServiceName) - Constructor for class org.jboss.as.ee.managedbean.component.ManagedBeanComponentDescription
Construct a new instance.
ManagedBeanCreateInterceptor - Class in org.jboss.as.ee.managedbean.component
 
ManagedBeanCreateInterceptor() - Constructor for class org.jboss.as.ee.managedbean.component.ManagedBeanCreateInterceptor
 
ManagedBeanResourceReferenceProcessor - Class in org.jboss.as.ee.managedbean.component
User: jpai
ManagedBeanResourceReferenceProcessor(String) - Constructor for class org.jboss.as.ee.managedbean.component.ManagedBeanResourceReferenceProcessor
 
ManagedBeanSubDeploymentMarkingProcessor - Class in org.jboss.as.ee.managedbean.processors
Processor that only runs for ear deployments where no application.xml is provided.
ManagedBeanSubDeploymentMarkingProcessor() - Constructor for class org.jboss.as.ee.managedbean.processors.ManagedBeanSubDeploymentMarkingProcessor
 
ManagedExecutorServiceAdd - Class in org.jboss.as.ee.subsystem
 
ManagedExecutorServiceImpl - Class in org.jboss.as.ee.concurrent
 
ManagedExecutorServiceImpl(String, ManagedThreadFactoryImpl, long, boolean, int, int, long, TimeUnit, long, ContextServiceImpl, AbstractManagedExecutorService.RejectPolicy, BlockingQueue<Runnable>, ControlPoint) - Constructor for class org.jboss.as.ee.concurrent.ManagedExecutorServiceImpl
 
ManagedExecutorServiceImpl(String, ManagedThreadFactoryImpl, long, boolean, int, int, long, TimeUnit, long, int, ContextServiceImpl, AbstractManagedExecutorService.RejectPolicy, ControlPoint) - Constructor for class org.jboss.as.ee.concurrent.ManagedExecutorServiceImpl
 
ManagedExecutorServiceRemove - Class in org.jboss.as.ee.subsystem
 
ManagedExecutorServiceResourceDefinition - Class in org.jboss.as.ee.subsystem
 
ManagedExecutorServiceResourceReferenceProcessor - Class in org.jboss.as.ee.concurrent.deployers.injection
 
ManagedExecutorServiceService - Class in org.jboss.as.ee.concurrent.service
Service responsible for creating, starting and stopping a ManagedExecutorServiceImpl.
ManagedExecutorServiceService(String, String, long, boolean, int, int, long, TimeUnit, long, int, AbstractManagedExecutorService.RejectPolicy) - Constructor for class org.jboss.as.ee.concurrent.service.ManagedExecutorServiceService
 
managedReferenceWasNull(Field) - Method in interface org.jboss.as.ee.logging.EeLogger
 
managedReferenceWasNull(Field) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
managedReferenceWasNull$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
ManagedScheduledExecutorServiceAdd - Class in org.jboss.as.ee.subsystem
 
ManagedScheduledExecutorServiceImpl - Class in org.jboss.as.ee.concurrent
WildFly's extension of Java EE 7 RI ManagedScheduledExecutorServiceImpl.
ManagedScheduledExecutorServiceImpl(String, ManagedThreadFactoryImpl, long, boolean, int, long, TimeUnit, long, ContextServiceImpl, AbstractManagedExecutorService.RejectPolicy, ControlPoint) - Constructor for class org.jboss.as.ee.concurrent.ManagedScheduledExecutorServiceImpl
 
ManagedScheduledExecutorServiceRemove - Class in org.jboss.as.ee.subsystem
 
ManagedScheduledExecutorServiceResourceDefinition - Class in org.jboss.as.ee.subsystem
 
ManagedScheduledExecutorServiceResourceReferenceProcessor - Class in org.jboss.as.ee.concurrent.deployers.injection
 
ManagedScheduledExecutorServiceService - Class in org.jboss.as.ee.concurrent.service
Service responsible for creating, starting and stopping a ManagedScheduledExecutorServiceImpl.
ManagedScheduledExecutorServiceService(String, String, long, boolean, int, long, TimeUnit, long, AbstractManagedExecutorService.RejectPolicy) - Constructor for class org.jboss.as.ee.concurrent.service.ManagedScheduledExecutorServiceService
 
ManagedThreadFactoryAdd - Class in org.jboss.as.ee.subsystem
 
ManagedThreadFactoryRemove - Class in org.jboss.as.ee.subsystem
 
ManagedThreadFactoryResourceDefinition - Class in org.jboss.as.ee.subsystem
 
ManagedThreadFactoryResourceReferenceProcessor - Class in org.jboss.as.ee.concurrent.deployers.injection
 
ManagedThreadFactoryService - Class in org.jboss.as.ee.concurrent.service
 
ManagedThreadFactoryService(String, String, int) - Constructor for class org.jboss.as.ee.concurrent.service.ManagedThreadFactoryService
 
mark(DeploymentUnit) - Static method in class org.jboss.as.ee.weld.WeldDeploymentMarker
Mark this deployment and the top level deployment as being a weld deployment.
MAX_THREADS - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
MAX_THREADS_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
merge(InterceptorClassDescription, InterceptorClassDescription) - Static method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription
Merges two descriptors, either of the parameters will be null.
mergeInjectionsForClass(Class<?>, Class<?>, EEModuleClassDescription, EEModuleDescription, DeploymentReflectionIndex, ComponentDescription, ComponentConfiguration, DeploymentPhaseContext, Deque<InterceptorFactory>, Object, Deque<InterceptorFactory>, boolean) - Method in class org.jboss.as.ee.component.AbstractComponentConfigurator
Sets up all resource injections for a class.
mergeInterceptorConfig(Class<?>, EEModuleClassDescription, ComponentDescription, boolean) - Static method in class org.jboss.as.ee.component.ComponentDescription
 
MESSAGE_DESTINATIONS - Static variable in class org.jboss.as.ee.component.Attachments
Any message destinations that need to be resolved.
MessageDestinationInjectionSource - Class in org.jboss.as.ee.component.deployers
Implementation of InjectionSource responsible for finding a message destination
MessageDestinationInjectionSource(String, String) - Constructor for class org.jboss.as.ee.component.deployers.MessageDestinationInjectionSource
 
MessageDestinationResolutionProcessor - Class in org.jboss.as.ee.component.deployers
Processor that resolves all message destinations.
MessageDestinationResolutionProcessor() - Constructor for class org.jboss.as.ee.component.deployers.MessageDestinationResolutionProcessor
 
META_INF - Static variable in class org.jboss.as.ee.subsystem.GlobalModulesDefinition
 
META_INF_AD - Static variable in class org.jboss.as.ee.subsystem.GlobalModulesDefinition
 
MetadataCompleteMarker - Class in org.jboss.as.ee.metadata
Marker class used to set/get the metadata-complete status of the deployment.
MethodAnnotationAggregator - Class in org.jboss.as.ee.metadata
Class which can turn a pre-runtime description of annotations into a runtime description.
MethodAnnotationAggregator() - Constructor for class org.jboss.as.ee.metadata.MethodAnnotationAggregator
 
methodDescriptor(Method) - Static method in class org.jboss.as.ee.utils.DescriptorUtils
 
methodDescriptor(String[], String) - Static method in class org.jboss.as.ee.utils.DescriptorUtils
 
MethodInjectionTarget - Class in org.jboss.as.ee.component
 
MethodInjectionTarget(String, String, String) - Constructor for class org.jboss.as.ee.component.MethodInjectionTarget
 
methodNotFound(Method) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the method does not exist.
methodNotFound(String, String, String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the method does not exist.
methodNotFound(Method) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
methodNotFound(String, String, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
methodNotFound1$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
methodNotFound3$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
methodOnlyAnnotation(DotName) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the annotation is only allowed on method targets.
methodOnlyAnnotation(DotName) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
methodOnlyAnnotation$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
MODULE_CONTEXT_CONFIG - Static variable in class org.jboss.as.ee.naming.Attachments
 
MODULE_DEFAULT_CONTEXT_SERVICE_JNDI_NAME - Static variable in class org.jboss.as.ee.concurrent.deployers.EEConcurrentDefaultBindingProcessor
 
MODULE_DEFAULT_MANAGED_EXECUTOR_SERVICE_JNDI_NAME - Static variable in class org.jboss.as.ee.concurrent.deployers.EEConcurrentDefaultBindingProcessor
 
MODULE_DEFAULT_MANAGED_SCHEDULED_EXECUTOR_SERVICE_JNDI_NAME - Static variable in class org.jboss.as.ee.concurrent.deployers.EEConcurrentDefaultBindingProcessor
 
MODULE_DEFAULT_MANAGED_THREAD_FACTORY_JNDI_NAME - Static variable in class org.jboss.as.ee.concurrent.deployers.EEConcurrentDefaultBindingProcessor
 
MODULE_DEPLOYMENT_DESCRIPTOR_ENVIRONMENT - Static variable in class org.jboss.as.ee.component.Attachments
 
MODULE_META_DATA - Static variable in class org.jboss.as.ee.structure.Attachments
 
ModuleContextProcessor - Class in org.jboss.as.ee.naming
Deployment processor that deploys a naming context for the current module.
ModuleContextProcessor() - Constructor for class org.jboss.as.ee.naming.ModuleContextProcessor
 
ModuleJndiBindingProcessor - Class in org.jboss.as.ee.component.deployers
Processor that sets up JNDI bindings that are owned by the module.
ModuleJndiBindingProcessor(boolean) - Constructor for class org.jboss.as.ee.component.deployers.ModuleJndiBindingProcessor
 
moreThanOneMessageDestination(String, String, Set<String>) - Method in interface org.jboss.as.ee.logging.EeLogger
If a message destination could not be resolved
moreThanOneMessageDestination(String, String, Set<String>) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
moreThanOneMessageDestination$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
multipleComponentsFound(String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating multiple components were found for the type.
multipleComponentsFound(String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
multipleComponentsFound$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
multipleMethodsFound(String, String, String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating multiple methods found.
multipleMethodsFound(String, String, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
multipleMethodsFound$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
multipleSetterMethodsFound(String, String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating multiple setter methods found.
multipleSetterMethodsFound(String, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
multipleSetterMethodsFound$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 

N

NAME - Static variable in class org.jboss.as.ee.concurrent.handle.ClassLoaderContextHandleFactory
 
NAME - Static variable in class org.jboss.as.ee.concurrent.handle.NamingContextHandleFactory
 
NAME - Static variable in class org.jboss.as.ee.concurrent.handle.OtherEESetupActionsContextHandleFactory
 
NAME - Static variable in class org.jboss.as.ee.resource.definition.ResourceDefinitionAnnotationProcessor.AnnotationElement
 
NAME - Static variable in class org.jboss.as.ee.subsystem.GlobalModulesDefinition
 
NAME_AD - Static variable in class org.jboss.as.ee.subsystem.GlobalModulesDefinition
 
NamespaceConfigurator - Class in org.jboss.as.ee.component
A configurator which adds interceptors to the component which establish the naming context.
NamespaceConfigurator() - Constructor for class org.jboss.as.ee.component.NamespaceConfigurator
 
NamespaceContextInterceptor - Class in org.jboss.as.ee.component
An interceptor which imposes the given namespace context selector.
NamespaceContextInterceptor(NamespaceContextSelector, ServiceName) - Constructor for class org.jboss.as.ee.component.NamespaceContextInterceptor
 
NamespaceViewConfigurator - Class in org.jboss.as.ee.component
 
NamespaceViewConfigurator() - Constructor for class org.jboss.as.ee.component.NamespaceViewConfigurator
 
NamingContextHandleFactory - Class in org.jboss.as.ee.concurrent.handle
The context handle factory responsible for saving and setting the naming context.
NamingContextHandleFactory(NamespaceContextSelector, ServiceName) - Constructor for class org.jboss.as.ee.concurrent.handle.NamingContextHandleFactory
 
newClusterConfig(String) - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData
 
newClusterNode(String) - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.ClusterConfig
 
noComponentInstance() - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating there is no component instance associated.
noComponentInstance() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
noComponentInstance$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
noMessageDestination(String, String) - Method in interface org.jboss.as.ee.logging.EeLogger
If a message destination could not be resolved
noMessageDestination(String, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
noMessageDestination$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
NOT_BUSINESS_METHOD_EXCEPTION - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Client
 
nullBindingName(BindingConfiguration) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the binding name must not be null.
nullBindingName(BindingConfiguration) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
nullBindingName$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
NullContextHandle - Class in org.jboss.as.ee.concurrent.handle
A context handle without invocation context to set.
nullName(String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the name of the @{code objectType}, is null.
nullName(String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
nullName$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
nullOrEmptyManagedBeanClassName() - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating a null or empty managed bean class name.
nullOrEmptyManagedBeanClassName() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
nullOrEmptyManagedBeanClassName$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
nullOrEmptyResourceReferenceType() - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating a null or empty resource reference type.
nullOrEmptyResourceReferenceType() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
nullOrEmptyResourceReferenceType$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
nullResourceReference() - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating a null resource reference processor cannot be registered.
nullResourceReference() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
nullResourceReference$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
nullVar(String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the variable, represented by the name parameter, is null.
nullVar(String, String, String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the variable, represented by the variable parameter in the @{code objectType} objectName, is null.
nullVar(String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
nullVar(String, String, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
nullVar1$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
nullVar3$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 

O

OrderedItemContainer<T> - Class in org.jboss.as.ee.component.interceptors
Container for an ordered list of object.
OrderedItemContainer() - Constructor for class org.jboss.as.ee.component.interceptors.OrderedItemContainer
 
org.jboss.as.ee.component - package org.jboss.as.ee.component
 
org.jboss.as.ee.component.deployers - package org.jboss.as.ee.component.deployers
 
org.jboss.as.ee.component.interceptors - package org.jboss.as.ee.component.interceptors
 
org.jboss.as.ee.component.serialization - package org.jboss.as.ee.component.serialization
 
org.jboss.as.ee.concurrent - package org.jboss.as.ee.concurrent
 
org.jboss.as.ee.concurrent.deployers - package org.jboss.as.ee.concurrent.deployers
 
org.jboss.as.ee.concurrent.deployers.injection - package org.jboss.as.ee.concurrent.deployers.injection
 
org.jboss.as.ee.concurrent.handle - package org.jboss.as.ee.concurrent.handle
 
org.jboss.as.ee.concurrent.service - package org.jboss.as.ee.concurrent.service
 
org.jboss.as.ee.logging - package org.jboss.as.ee.logging
 
org.jboss.as.ee.managedbean.component - package org.jboss.as.ee.managedbean.component
 
org.jboss.as.ee.managedbean.processors - package org.jboss.as.ee.managedbean.processors
 
org.jboss.as.ee.metadata - package org.jboss.as.ee.metadata
 
org.jboss.as.ee.metadata.property - package org.jboss.as.ee.metadata.property
 
org.jboss.as.ee.naming - package org.jboss.as.ee.naming
 
org.jboss.as.ee.resource.definition - package org.jboss.as.ee.resource.definition
 
org.jboss.as.ee.structure - package org.jboss.as.ee.structure
 
org.jboss.as.ee.subsystem - package org.jboss.as.ee.subsystem
 
org.jboss.as.ee.utils - package org.jboss.as.ee.utils
 
org.jboss.as.ee.weld - package org.jboss.as.ee.weld
 
OTHER_EE_SETUP_ACTIONS - Static variable in class org.jboss.as.ee.component.Attachments
A list of actions that should be performed for other non-web EE threads.
OtherEESetupActionsContextHandleFactory - Class in org.jboss.as.ee.concurrent.handle
The context handle factory responsible for setting EE setup actions in the invocation context.
OtherEESetupActionsContextHandleFactory(List<SetupAction>) - Constructor for class org.jboss.as.ee.concurrent.handle.OtherEESetupActionsContextHandleFactory
 

P

parameterDescriptors(String) - Static method in class org.jboss.as.ee.utils.DescriptorUtils
returns an array of String representations of the parameter types.
parameterDescriptors(Method) - Static method in class org.jboss.as.ee.utils.DescriptorUtils
 
parameterDescriptors(Class<?>[]) - Static method in class org.jboss.as.ee.utils.DescriptorUtils
 
parse(XMLExtendedStreamReader, DeploymentUnit) - Method in class org.jboss.as.ee.structure.AppJBossAllParser
 
PATH_SUBSYSTEM - Static variable in class org.jboss.as.ee.subsystem.EeExtension
 
performBoottime(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.ee.subsystem.DefaultBindingsAdd
 
performBoottime(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.ee.subsystem.EeSubsystemAdd
 
performRuntime(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.ee.subsystem.ContextServiceAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.ee.subsystem.ManagedExecutorServiceAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.ee.subsystem.ManagedThreadFactoryAdd
 
POLICY_CONTEXT - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
popCurrent() - Static method in class org.jboss.as.ee.concurrent.ConcurrentContext
Pops the current context in the current thread.
populateModel(ModelNode, ModelNode) - Method in class org.jboss.as.ee.subsystem.EeSubsystemAdd
 
populateModel(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.ee.subsystem.ManagedExecutorServiceAdd
 
preDestroy() - Method in class org.jboss.as.ee.component.BasicComponentInstance
Method that sub classes can use to override destroy logic.
preDestroyInterceptorFailure(Throwable, Class<?>) - Method in interface org.jboss.as.ee.logging.EeLogger
Logs a warning message indicating an exception occurred while invoking the pre-destroy on the interceptor component class, represented by the component parameter.
preDestroyInterceptorFailure(Throwable, Class<?>) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
preDestroyInterceptorFailure$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
prepareInterceptorContext() - Method in class org.jboss.as.ee.component.BasicComponentInstance
 
priority() - Method in class org.jboss.as.ee.concurrent.ConcurrentContextSetupAction
 
priority() - Method in class org.jboss.as.ee.naming.JavaNamespaceSetup
 
PRIORITY - Static variable in class org.jboss.as.ee.subsystem.ManagedThreadFactoryResourceDefinition
 
PRIORITY_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedThreadFactoryResourceDefinition
 
priorityAlreadyExists(Object, String, Object) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the item cannot be added because the priority is already taken.
priorityAlreadyExists(Object, String, Object) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
priorityAlreadyExists$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
process(DeploymentPhaseContext, EEModuleClassDescription, AnnotationInstance, String, String, InjectionTarget, EEModuleDescription, Module, EEApplicationClasses, PropertyReplacer) - Method in class org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor
 
processAnnotation(AnnotationInstance, PropertyReplacer) - Method in class org.jboss.as.ee.resource.definition.ResourceDefinitionAnnotationProcessor
Processes an annotation instance.
processClassResource(DeploymentPhaseContext, String, String, EEModuleClassDescription, AnnotationInstance, EEModuleDescription, Module, EEApplicationClasses, PropertyReplacer) - Method in class org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor
 
processComponentConfig(DeploymentUnit, DeploymentPhaseContext, CompositeIndex, ComponentDescription) - Method in class org.jboss.as.ee.component.deployers.AbstractComponentConfigProcessor
Process the component configuration instance.
processDescriptorEntries(DeploymentUnit, DeploymentDescriptorEnvironment, ResourceInjectionTarget, ComponentDescription, ClassLoader, DeploymentReflectionIndex, EEApplicationClasses) - Method in class org.jboss.as.ee.component.deployers.AbstractDeploymentDescriptorBindingsProcessor
 
processDescriptorEntries(DeploymentUnit, DeploymentDescriptorEnvironment, ResourceInjectionTarget, ComponentDescription, ClassLoader, DeploymentReflectionIndex, EEApplicationClasses) - Method in class org.jboss.as.ee.component.deployers.ResourceReferenceProcessor
 
processDescriptorEntries(DeploymentUnit, DeploymentDescriptorEnvironment, ResourceInjectionTarget, ComponentDescription, ClassLoader, DeploymentReflectionIndex, EEApplicationClasses) - Method in class org.jboss.as.ee.resource.definition.ResourceDefinitionDescriptorProcessor
 
processEnvironment(RemoteEnvironment, ResourceDefinitionDescriptorProcessor.ResourceDefinitionInjectionSources) - Method in class org.jboss.as.ee.resource.definition.ResourceDefinitionDescriptorProcessor
 
processFieldResource(DeploymentPhaseContext, FieldInfo, String, String, EEModuleClassDescription, AnnotationInstance, EEModuleDescription, Module, EEApplicationClasses, PropertyReplacer) - Method in class org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor
 
processInjectionTargets(ResourceInjectionTarget, InjectionSource, ClassLoader, DeploymentReflectionIndex, ResourceInjectionMetaData, Class<?>) - Method in class org.jboss.as.ee.component.deployers.AbstractDeploymentDescriptorBindingsProcessor
Processes the injection targets of a resource binding
processInvocation(InterceptorContext) - Method in class org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor
 
processInvocation(InterceptorContext) - Method in class org.jboss.as.ee.component.NamespaceContextInterceptor
 
processInvocation(InterceptorContext) - Method in class org.jboss.as.ee.concurrent.ConcurrentContextInterceptor
 
processInvocation(InterceptorContext) - Method in class org.jboss.as.ee.managedbean.component.ManagedBeanCreateInterceptor
 
processMethodResource(DeploymentPhaseContext, MethodInfo, String, String, EEModuleClassDescription, AnnotationInstance, EEModuleDescription, Module, EEApplicationClasses, PropertyReplacer) - Method in class org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor
 
PROPERTIES - Static variable in class org.jboss.as.ee.resource.definition.ResourceDefinitionAnnotationProcessor.AnnotationElement
 
properties - Variable in class org.jboss.as.ee.resource.definition.ResourceDefinitionInjectionSource
 
propertiesNotAllowedOnGlobalModules() - Method in interface org.jboss.as.ee.logging.EeLogger
 
propertiesNotAllowedOnGlobalModules() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
propertiesNotAllowedOnGlobalModules$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
propertyReplacer(DeploymentUnit) - Static method in class org.jboss.as.ee.structure.EJBAnnotationPropertyReplacement
 
propertyReplacer(DeploymentUnit) - Static method in class org.jboss.as.ee.structure.EjbClientDescriptorPropertyReplacement
 
propertyReplacer(DeploymentUnit) - Static method in class org.jboss.as.ee.structure.JBossDescriptorPropertyReplacement
 
propertyReplacer(DeploymentUnit) - Static method in class org.jboss.as.ee.structure.SpecDescriptorPropertyReplacement
 
PropertyResolverProcessor - Class in org.jboss.as.ee.metadata.property
 
PropertyResolverProcessor() - Constructor for class org.jboss.as.ee.metadata.property.PropertyResolverProcessor
 
ProxyInvocationHandler - Class in org.jboss.as.ee.component
An invocation handler for a component proxy.
ProxyInvocationHandler(Map<Method, Interceptor>, ComponentClientInstance, ComponentView) - Constructor for class org.jboss.as.ee.component.ProxyInvocationHandler
Construct a new instance.
pushCurrent(ConcurrentContext) - Static method in class org.jboss.as.ee.concurrent.ConcurrentContext
Sets the specified context as the current one, in the current thread.
putPrivateData(Class<T>, T) - Method in class org.jboss.as.ee.component.ViewConfiguration
Attaches arbitrary private data to this view instance

Q

QUEUE_LENGTH - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
QUEUE_LENGTH_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 

R

readResolve() - Method in class org.jboss.as.ee.concurrent.handle.NullContextHandle
 
readSetupContextHandle(ObjectInputStream) - Method in class org.jboss.as.ee.concurrent.handle.ClassLoaderContextHandleFactory
 
readSetupContextHandle(ObjectInputStream) - Method in interface org.jboss.as.ee.concurrent.handle.ContextHandleFactory
Reads a handle from the specified input stream.
readSetupContextHandle(ObjectInputStream) - Method in class org.jboss.as.ee.concurrent.handle.NamingContextHandleFactory
 
readSetupContextHandle(ObjectInputStream) - Method in class org.jboss.as.ee.concurrent.handle.OtherEESetupActionsContextHandleFactory
 
REENTRANCY_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Component
 
ReflectiveClassIntrospector - Class in org.jboss.as.ee.component
 
ReflectiveClassIntrospector() - Constructor for class org.jboss.as.ee.component.ReflectiveClassIntrospector
Constructs a new instance.
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.ee.subsystem.ContextServiceResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.ee.subsystem.DefaultBindingsResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.ee.subsystem.EeSubsystemRootResource
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.ee.subsystem.EeWriteAttributeHandler
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.ee.subsystem.ManagedThreadFactoryResourceDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.ee.subsystem.EeSubsystemRootResource
 
registerResourceReferenceProcessor(EEResourceReferenceProcessor) - Method in class org.jboss.as.ee.component.deployers.EEResourceReferenceProcessorRegistry
 
registerStartupBean() - Method in class org.jboss.as.ee.component.EEModuleDescription
 
registerTransformers(SubsystemTransformerRegistration) - Method in class org.jboss.as.ee.subsystem.EETransformers
 
REJECT_POLICY - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
REJECT_POLICY - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
REJECT_POLICY_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
REJECT_POLICY_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
REMOTE_EXCEPTION_TRANSFORMER - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
REMOTE_TRANSACTION_PROPAGATION_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
Deprecated.
Remove this field once WFLY-7860 is resolved.
removeComponent(String, String) - Method in class org.jboss.as.ee.component.EEModuleDescription
 
REQUEST_SCOPE_ACTIVATING_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 
requiresInterceptors(Method, ComponentConfiguration) - Method in class org.jboss.as.ee.component.BasicComponentCreateService
 
reset(ContextHandle) - Method in class org.jboss.as.ee.concurrent.DefaultContextSetupProviderImpl
 
reset() - Method in class org.jboss.as.ee.concurrent.handle.NullContextHandle
 
reset() - Method in interface org.jboss.as.ee.concurrent.handle.ResetContextHandle
 
ResetContextHandle - Interface in org.jboss.as.ee.concurrent.handle
The Wildfly's EE context handle.
ResolutionContext(boolean, String, String, String) - Constructor for class org.jboss.as.ee.component.InjectionSource.ResolutionContext
 
resolve(DeploymentPhaseContext) - Method in class org.jboss.as.ee.component.deployers.MessageDestinationInjectionSource
 
resolve(String) - Method in class org.jboss.as.ee.metadata.property.VaultPropertyResolver
 
resolveMessageDestination(String, VirtualFile) - Method in class org.jboss.as.ee.component.EEApplicationDescription
Resolves a message destination name into a JNDI name
RESOURCE_REFERENCE_PROCESSOR_REGISTRY - Static variable in class org.jboss.as.ee.component.Attachments
 
ResourceDefinitionAnnotationProcessor - Class in org.jboss.as.ee.resource.definition
The foundation to create processors wrt deployment of classes annotated with EE Resource Definitions, as defined by EE.5.18.
ResourceDefinitionAnnotationProcessor() - Constructor for class org.jboss.as.ee.resource.definition.ResourceDefinitionAnnotationProcessor
 
ResourceDefinitionAnnotationProcessor.AnnotationElement - Class in org.jboss.as.ee.resource.definition
Utility class to help handle resource definition annotation elements
ResourceDefinitionDescriptorProcessor - Class in org.jboss.as.ee.resource.definition
Foundation for resource definition deployment descriptor processors.
ResourceDefinitionDescriptorProcessor() - Constructor for class org.jboss.as.ee.resource.definition.ResourceDefinitionDescriptorProcessor
 
ResourceDefinitionDescriptorProcessor.ResourceDefinitionInjectionSources - Class in org.jboss.as.ee.resource.definition
 
ResourceDefinitionInjectionSource - Class in org.jboss.as.ee.resource.definition
The abstract InjectionSource for EE Resource Definitions.
ResourceDefinitionInjectionSource(String) - Constructor for class org.jboss.as.ee.resource.definition.ResourceDefinitionInjectionSource
 
ResourceDefinitionInjectionSources() - Constructor for class org.jboss.as.ee.resource.definition.ResourceDefinitionDescriptorProcessor.ResourceDefinitionInjectionSources
 
ResourceInjectionAnnotationParsingProcessor - Class in org.jboss.as.ee.component.deployers
Deployment processor responsible for analyzing each attached ComponentDescription instance to configure required resource injection configurations.
ResourceInjectionAnnotationParsingProcessor() - Constructor for class org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor
 
ResourceInjectionConfiguration - Class in org.jboss.as.ee.component
A configuration for resource injection.
ResourceInjectionConfiguration(InjectionTarget, InjectionSource, boolean) - Constructor for class org.jboss.as.ee.component.ResourceInjectionConfiguration
Construct a new instance.
ResourceInjectionConfiguration(InjectionTarget, InjectionSource) - Constructor for class org.jboss.as.ee.component.ResourceInjectionConfiguration
Construct a new instance.
ResourceInjectionTarget - Interface in org.jboss.as.ee.component
Represents an object that has a descriptor based JNDI environment.
ResourceReferenceProcessor - Class in org.jboss.as.ee.component.deployers
Deployment processor that sets up env-entry, resource-ref and resource-env-ref bindings
ResourceReferenceProcessor() - Constructor for class org.jboss.as.ee.component.deployers.ResourceReferenceProcessor
 
ResourceReferenceRegistrySetupProcessor - Class in org.jboss.as.ee.component.deployers
DUP that adds the to the deployment, and adds the bean validation resolvers.
ResourceReferenceRegistrySetupProcessor() - Constructor for class org.jboss.as.ee.component.deployers.ResourceReferenceRegistrySetupProcessor
 
restore(StartupCountdown.Frame) - Static method in class org.jboss.as.ee.component.deployers.StartupCountdown
 
returnType(String) - Static method in class org.jboss.as.ee.utils.DescriptorUtils
 
revertUpdateToRuntime(OperationContext, ModelNode, String, ModelNode, ModelNode, Void) - Method in class org.jboss.as.ee.subsystem.EeWriteAttributeHandler
 
ROOT_ELEMENT - Static variable in class org.jboss.as.ee.structure.AppJBossAllParser
 
ROOT_LOGGER - Static variable in interface org.jboss.as.ee.logging.EeLogger
A logger with a category of the package name.
rootAsLibraryDirectory() - Method in interface org.jboss.as.ee.logging.EeLogger
 
rootAsLibraryDirectory() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
rootAsLibraryDirectory$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
run() - Method in class org.jboss.as.ee.component.ClassDescriptionTraversal
 
run() - Method in class org.jboss.as.ee.concurrent.service.ElytronManagedThreadFactory.ElytronManagedThread
 
RUN_AS_PRINCIPAL - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
RUN_AS_ROLE - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
runtimeAnnotationInformation(Class<?>, EEApplicationClasses, DeploymentReflectionIndex, Class<A>) - Static method in class org.jboss.as.ee.metadata.MethodAnnotationAggregator
 
RuntimeAnnotationInformation<T> - Class in org.jboss.as.ee.metadata
Runtime metadata about the annotations that are present on a particular class
RuntimeAnnotationInformation(Map<String, List<T>>, Map<Method, List<T>>) - Constructor for class org.jboss.as.ee.metadata.RuntimeAnnotationInformation
 
runtimeAnnotationPresent(Class<?>, EEApplicationClasses, DeploymentReflectionIndex, Class<A>) - Static method in class org.jboss.as.ee.metadata.MethodAnnotationAggregator
 

S

saveContext(ContextService, Map<String, String>) - Method in class org.jboss.as.ee.concurrent.ConcurrentContext
Saves the current invocation context on a chained context handle.
saveContext(ContextService) - Method in class org.jboss.as.ee.concurrent.DefaultContextSetupProviderImpl
 
saveContext(ContextService, Map<String, String>) - Method in class org.jboss.as.ee.concurrent.DefaultContextSetupProviderImpl
 
saveContext(ContextService, Map<String, String>) - Method in class org.jboss.as.ee.concurrent.handle.ClassLoaderContextHandleFactory
 
saveContext(ContextService, Map<String, String>) - Method in interface org.jboss.as.ee.concurrent.handle.ContextHandleFactory
 
saveContext(ContextService, Map<String, String>) - Method in class org.jboss.as.ee.concurrent.handle.NamingContextHandleFactory
 
saveContext(ContextService, Map<String, String>) - Method in class org.jboss.as.ee.concurrent.handle.OtherEESetupActionsContextHandleFactory
 
schedule(Runnable, Trigger) - Method in class org.jboss.as.ee.concurrent.ManagedScheduledExecutorServiceImpl
 
schedule(Callable<V>, Trigger) - Method in class org.jboss.as.ee.concurrent.ManagedScheduledExecutorServiceImpl
 
schedule(Runnable, long, TimeUnit) - Method in class org.jboss.as.ee.concurrent.ManagedScheduledExecutorServiceImpl
 
schedule(Callable<V>, long, TimeUnit) - Method in class org.jboss.as.ee.concurrent.ManagedScheduledExecutorServiceImpl
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.jboss.as.ee.concurrent.ManagedScheduledExecutorServiceImpl
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.jboss.as.ee.concurrent.ManagedScheduledExecutorServiceImpl
 
SECURITY_CONTEXT - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
SECURITY_IDENTITY_OUTFLOW - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
SECURITY_ROLES - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
serializationMustBeHandledByTheFactory() - Method in interface org.jboss.as.ee.logging.EeLogger
 
serializationMustBeHandledByTheFactory() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
serializationMustBeHandledByTheFactory$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
SERVICE - Static variable in interface org.jboss.as.ee.subsystem.EESubsystemModel
 
SERVICE_NAME - Static variable in class org.jboss.as.ee.component.ReflectiveClassIntrospector
 
ServiceInjectionSource - Class in org.jboss.as.ee.component
 
ServiceInjectionSource(ServiceName) - Constructor for class org.jboss.as.ee.component.ServiceInjectionSource
 
ServiceInjectionSource(ServiceName, Class<?>) - Constructor for class org.jboss.as.ee.component.ServiceInjectionSource
 
serviceName(DeploymentUnit) - Static method in class org.jboss.as.ee.component.ComponentRegistry
 
serviceName(String) - Method in class org.jboss.as.ee.subsystem.ContextServiceRemove
 
serviceName(String) - Method in class org.jboss.as.ee.subsystem.ManagedExecutorServiceRemove
 
serviceName(String) - Method in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceRemove
 
serviceName(String) - Method in class org.jboss.as.ee.subsystem.ManagedThreadFactoryRemove
 
serviceNameOf(ServiceName, String) - Static method in class org.jboss.as.ee.component.BasicComponent
 
serviceNotStarted() - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the service is not started.
serviceNotStarted() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
serviceNotStarted$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
SERVICES - Static variable in class org.jboss.as.ee.subsystem.GlobalModulesDefinition
 
SERVICES_AD - Static variable in class org.jboss.as.ee.subsystem.GlobalModulesDefinition
 
ServiceTransactionSetupProvider - Class in org.jboss.as.ee.concurrent
A wrapper for a TransactionSetupProvider stored in a service, allowing deserialization through MSC.
ServiceTransactionSetupProvider(TransactionSetupProvider, ServiceName) - Constructor for class org.jboss.as.ee.concurrent.ServiceTransactionSetupProvider
 
SESSION_REMOVE_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
setAroundConstruct(MethodIdentifier) - Method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription.Builder
 
setAroundInvoke(MethodIdentifier) - Method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription.Builder
 
setAroundTimeout(MethodIdentifier) - Method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription.Builder
 
setBeanDeploymentArchiveId(String) - Method in class org.jboss.as.ee.component.ComponentDescription
 
setChannelCreationOptions(Properties) - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.RemotingReceiverConfiguration
Sets the channel creation options for this remoting receiver configuration
setClassInterceptors(List<InterceptorDescription>) - Method in class org.jboss.as.ee.component.ComponentDescription
Override the class interceptors with a new set of interceptors
setComponentCreateServiceFactory(ComponentCreateServiceFactory) - Method in class org.jboss.as.ee.component.ComponentConfiguration
Set the component create service factory for this component.
setConnectionTimeout(long) - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.RemotingReceiverConfiguration
 
setContextService(String) - Method in class org.jboss.as.ee.component.deployers.DefaultBindingsConfigurationProcessor
 
setContextService(String) - Method in class org.jboss.as.ee.component.EEDefaultResourceJndiNames
 
setContextServiceName(ServiceName) - Method in class org.jboss.as.ee.component.ComponentDescription
Set context service name.
setDataSource(String) - Method in class org.jboss.as.ee.component.deployers.DefaultBindingsConfigurationProcessor
 
setDataSource(String) - Method in class org.jboss.as.ee.component.EEDefaultResourceJndiNames
 
setDefaultClassIntrospectorServiceName(ServiceName) - Method in class org.jboss.as.ee.component.EEModuleDescription
 
setDefaultInterceptors(List<InterceptorDescription>) - Method in class org.jboss.as.ee.component.ComponentDescription
 
setDefaultSecurityDomain(String) - Method in class org.jboss.as.ee.component.EEModuleDescription
 
setDeploymentDescriptorEnvironment(DeploymentDescriptorEnvironment) - Method in class org.jboss.as.ee.component.ComponentDescription
 
setDeploymentNodeSelector(String) - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData
 
setDescriptorPropertyReplacement(boolean) - Method in class org.jboss.as.ee.structure.AnnotationPropertyReplacementProcessor
 
setDescriptorPropertyReplacement(boolean) - Method in class org.jboss.as.ee.structure.DescriptorPropertyReplacementProcessor
 
setDistinctName(String) - Method in class org.jboss.as.ee.component.EEModuleDescription
 
setEarSubDeploymentsIsolated(boolean) - Method in class org.jboss.as.ee.component.deployers.DefaultEarSubDeploymentsIsolationProcessor
 
setExcludeDefaultInterceptors(boolean) - Method in class org.jboss.as.ee.component.ComponentDescription
 
setExcludeLocalReceiver(Boolean) - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData
Exclude/include the local receiver in the EJB client context represented by this metadata.
setGlobalModules(List<GlobalModulesDefinition.GlobalModule>) - Method in class org.jboss.as.ee.structure.GlobalModuleDependencyProcessor
Set the global modules configuration for the container.
setIgnoreLifecycleInterceptors(boolean) - Method in class org.jboss.as.ee.component.ComponentDescription
If this component should ignore lifecycle interceptors.
setInstanceData(Object, Object) - Method in class org.jboss.as.ee.component.BasicComponentInstance
 
setInstanceData(Object, Object) - Method in interface org.jboss.as.ee.component.ComponentInstance
Attaches some data to this component instance.
setInstanceFactory(ComponentFactory) - Method in class org.jboss.as.ee.component.ComponentConfiguration
Set the instance factory for this component.
setInterceptorClassDescription(InterceptorClassDescription) - Method in class org.jboss.as.ee.component.EEModuleClassDescription
 
setInvalid(String) - Method in class org.jboss.as.ee.component.EEModuleClassDescription
 
setInvocationTimeout(long) - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData
 
setJmsConnectionFactory(String) - Method in class org.jboss.as.ee.component.deployers.DefaultBindingsConfigurationProcessor
 
setJmsConnectionFactory(String) - Method in class org.jboss.as.ee.component.EEDefaultResourceJndiNames
 
setLocalReceiverPassByValue(Boolean) - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData
Set the pass-by-value semantics for the local receiver belonging to the EJB client context represented by this metadata
setManagedExecutorService(String) - Method in class org.jboss.as.ee.component.deployers.DefaultBindingsConfigurationProcessor
 
setManagedExecutorService(String) - Method in class org.jboss.as.ee.component.EEDefaultResourceJndiNames
 
setManagedScheduledExecutorService(String) - Method in class org.jboss.as.ee.component.deployers.DefaultBindingsConfigurationProcessor
 
setManagedScheduledExecutorService(String) - Method in class org.jboss.as.ee.component.EEDefaultResourceJndiNames
 
setManagedThreadFactory(String) - Method in class org.jboss.as.ee.component.deployers.DefaultBindingsConfigurationProcessor
 
setManagedThreadFactory(String) - Method in class org.jboss.as.ee.component.EEDefaultResourceJndiNames
 
setMaxAllowedConnectedNodes(long) - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.ClusterConfig
 
setMetadataComplete(DeploymentUnit, boolean) - Static method in class org.jboss.as.ee.metadata.MetadataCompleteMarker
 
setMethodInterceptors(MethodIdentifier, List<InterceptorDescription>) - Method in class org.jboss.as.ee.component.ComponentDescription
Sets the method level interceptors for a method, and marks it as exclude class and default level interceptors.
setModuleName(String) - Method in class org.jboss.as.ee.component.EEModuleDescription
 
setNamespaceContextInterceptorFactory(InterceptorFactory) - Method in class org.jboss.as.ee.component.ComponentConfiguration
 
setNamespaceContextSelector(NamespaceContextSelector) - Method in class org.jboss.as.ee.component.ComponentConfiguration
 
setNamespaceContextSelector(InjectedEENamespaceContextSelector) - Method in class org.jboss.as.ee.component.EEModuleDescription
 
setNamingMode(ComponentNamingMode) - Method in class org.jboss.as.ee.component.ComponentDescription
Set the naming mode of this component.
setNodeSelector(String) - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.ClusterConfig
 
setPostActivate(MethodIdentifier) - Method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription.Builder
 
setPostConstruct(MethodIdentifier) - Method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription.Builder
 
setPreDestroy(MethodIdentifier) - Method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription.Builder
 
setPrePassivate(MethodIdentifier) - Method in class org.jboss.as.ee.component.interceptors.InterceptorClassDescription.Builder
 
setProfile(String) - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData
 
setSerializable(boolean) - Method in class org.jboss.as.ee.component.ViewDescription
 
setServiceName(ServiceName) - Method in class org.jboss.as.ee.concurrent.ConcurrentContext
 
setterMethodOnly(String, MethodInfo) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the annotation injection target is invalid and only setter methods are allowed.
setterMethodOnly(String, MethodInfo) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
setterMethodOnly$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
setType(DeploymentType, DeploymentUnit) - Static method in class org.jboss.as.ee.structure.DeploymentTypeMarker
 
setup(Map<String, Object>) - Method in class org.jboss.as.ee.concurrent.ConcurrentContextSetupAction
 
setup(ContextHandle) - Method in class org.jboss.as.ee.concurrent.DefaultContextSetupProviderImpl
 
setup() - Method in class org.jboss.as.ee.concurrent.handle.NullContextHandle
 
setup() - Method in interface org.jboss.as.ee.concurrent.handle.SetupContextHandle
 
setup(Map<String, Object>) - Method in class org.jboss.as.ee.naming.JavaNamespaceSetup
 
SETUP_CONTEXT - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 
SetupContextHandle - Interface in org.jboss.as.ee.concurrent.handle
The Wildfly's EE context handle that sets a saved invocation context.
setUseWriteReplace(boolean) - Method in class org.jboss.as.ee.component.ViewDescription
 
setViewInstanceData(Object, Object) - Method in class org.jboss.as.ee.component.ComponentClientInstance
 
setViewInstanceFactory(ViewInstanceFactory) - Method in class org.jboss.as.ee.component.ViewConfiguration
 
SFSB_INIT_METHOD - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 
SHUTDOWN_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
SIMPLE_ENTRIES - Static variable in class org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor
 
SINGLETON_CONTAINER_MANAGED_CONCURRENCY_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
SLOT - Static variable in class org.jboss.as.ee.subsystem.GlobalModulesDefinition
 
SLOT_AD - Static variable in class org.jboss.as.ee.subsystem.GlobalModulesDefinition
 
SPEC_DESCRIPTOR_PROPERTY_REPLACEMENT - Static variable in class org.jboss.as.ee.structure.Attachments
If this is set to true property replacement will be enabled for spec descriptors
SPEC_DESCRIPTOR_PROPERTY_REPLACEMENT - Static variable in interface org.jboss.as.ee.subsystem.EESubsystemModel
 
SPEC_DESCRIPTOR_PROPERTY_REPLACEMENT - Static variable in class org.jboss.as.ee.subsystem.EeSubsystemRootResource
 
SpecDescriptorPropertyReplacement - Class in org.jboss.as.ee.structure
 
start() - Method in class org.jboss.as.ee.component.BasicComponent
Start operation called when the Component is available.
start(StartContext) - Method in class org.jboss.as.ee.component.BasicComponentCreateService
start() - Method in interface org.jboss.as.ee.component.Component
Start operation called when the Component is available.
start(StartContext) - Method in class org.jboss.as.ee.component.ComponentStartService
start(StartContext) - Method in class org.jboss.as.ee.component.ReflectiveClassIntrospector
 
start(StartContext) - Method in class org.jboss.as.ee.component.ViewService
 
start(StartContext) - Method in class org.jboss.as.ee.concurrent.service.ConcurrentContextService
 
start(StartContext) - Method in class org.jboss.as.ee.subsystem.EEJndiViewExtension
 
STARTUP_AWAIT_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
STARTUP_COUNTDOWN - Static variable in class org.jboss.as.ee.component.Attachments
 
STARTUP_COUNTDOWN_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 
StartupCountdown - Class in org.jboss.as.ee.component.deployers
Countdown tracker with capabilities similar to SE CountDownLatch, but allowing threads to mark and unmark themselves as privileged.
StartupCountdown(int) - Constructor for class org.jboss.as.ee.component.deployers.StartupCountdown
 
StartupCountdown.Frame - Class in org.jboss.as.ee.component.deployers
 
stop() - Method in class org.jboss.as.ee.component.BasicComponent
Stop operation called when the Component is no longer available.
stop(StopContext) - Method in class org.jboss.as.ee.component.BasicComponentCreateService
stop() - Method in interface org.jboss.as.ee.component.Component
Stop operation called when the Component is no longer available.
stop(StopContext) - Method in class org.jboss.as.ee.component.ComponentStartService
stop(StopContext) - Method in class org.jboss.as.ee.component.ReflectiveClassIntrospector
 
stop(StopContext) - Method in class org.jboss.as.ee.component.ViewService
 
stop(StopContext) - Method in class org.jboss.as.ee.concurrent.service.ConcurrentContextService
 
stop(StopContext) - Method in class org.jboss.as.ee.subsystem.EEJndiViewExtension
 
subdeploymentIgnored(String) - Method in interface org.jboss.as.ee.logging.EeLogger
 
subdeploymentIgnored(String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
subdeploymentIgnored$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
submit(Callable<T>) - Method in class org.jboss.as.ee.concurrent.ManagedExecutorServiceImpl
 
submit(Runnable, T) - Method in class org.jboss.as.ee.concurrent.ManagedExecutorServiceImpl
 
submit(Runnable) - Method in class org.jboss.as.ee.concurrent.ManagedExecutorServiceImpl
 
submit(Runnable) - Method in class org.jboss.as.ee.concurrent.ManagedScheduledExecutorServiceImpl
 
submit(Runnable, T) - Method in class org.jboss.as.ee.concurrent.ManagedScheduledExecutorServiceImpl
 
submit(Callable<T>) - Method in class org.jboss.as.ee.concurrent.ManagedScheduledExecutorServiceImpl
 
SUBSYSTEM_NAME - Static variable in class org.jboss.as.ee.subsystem.EeExtension
 
SYNCHRONIZATION_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Component
 
SystemPropertyResolverProcessor - Class in org.jboss.as.ee.metadata.property
 
SystemPropertyResolverProcessor() - Constructor for class org.jboss.as.ee.metadata.property.SystemPropertyResolverProcessor
 

T

TCCL_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPassivation
 
TCCL_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 
TCCL_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPreDestroy
 
TCCL_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
teardown(Map<String, Object>) - Method in class org.jboss.as.ee.concurrent.ConcurrentContextSetupAction
 
teardown(Map<String, Object>) - Method in class org.jboss.as.ee.naming.JavaNamespaceSetup
 
TERMINAL_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.AroundConstruct
 
TERMINAL_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ClientPostConstruct
 
TERMINAL_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ClientPreDestroy
 
TERMINAL_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Component
 
TERMINAL_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPassivation
 
TERMINAL_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 
TERMINAL_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPreDestroy
 
THREAD_FACTORY - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
THREAD_FACTORY - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
THREAD_FACTORY_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
THREAD_FACTORY_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
TO_STRING - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Client
 
toString() - Method in class org.jboss.as.ee.component.BasicComponent
 
toString() - Method in class org.jboss.as.ee.component.ComponentConfiguration
 
toString() - Method in class org.jboss.as.ee.component.InjectionTarget
 
toString() - Method in class org.jboss.as.ee.component.LookupInjectionSource
 
toString() - Method in class org.jboss.as.ee.component.ViewDescription
 
toString() - Method in enum org.jboss.as.ee.structure.EJBClientDescriptorXMLAttribute
 
TRANSACTION_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPassivation
 
TRANSACTION_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 
TRANSACTION_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPreDestroy
 
TRANSACTION_SETUP_PROVIDER_SERVICE_NAME - Static variable in class org.jboss.as.ee.concurrent.service.ConcurrentServiceNames
 
transactionSetupProviderServiceNotInstalled() - Method in interface org.jboss.as.ee.logging.EeLogger
 
transactionSetupProviderServiceNotInstalled() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
transactionSetupProviderServiceNotInstalled$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 

U

undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.component.deployers.AbstractComponentConfigProcessor
*
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.component.deployers.AbstractDeploymentDescriptorBindingsProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.component.deployers.ApplicationClassesAggregationProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.component.deployers.AroundInvokeAnnotationParsingProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.component.deployers.ComponentInstallProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.component.deployers.DefaultBindingsConfigurationProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.component.deployers.DefaultEarSubDeploymentsIsolationProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.component.deployers.DescriptorEnvironmentLifecycleMethodProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.component.deployers.EarApplicationNameProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.component.deployers.EarMessageDestinationProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.component.deployers.EECleanUpProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.component.deployers.EEDefaultPermissionsProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.component.deployers.EEDistinctNameProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.component.deployers.EEModuleConfigurationProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.component.deployers.EEModuleInitialProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.component.deployers.EEModuleNameProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.component.deployers.LifecycleAnnotationParsingProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.component.deployers.MessageDestinationResolutionProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.component.deployers.ModuleJndiBindingProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.component.deployers.ResourceReferenceProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.component.deployers.ResourceReferenceRegistrySetupProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.concurrent.deployers.EEConcurrentContextProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.concurrent.deployers.EEConcurrentDefaultBindingProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.managedbean.processors.JavaEEDependencyProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.managedbean.processors.ManagedBeanAnnotationProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.managedbean.processors.ManagedBeanSubDeploymentMarkingProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.metadata.AbstractEEAnnotationProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.metadata.property.DeploymentPropertiesProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.metadata.property.DeploymentPropertyResolverProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.metadata.property.PropertyResolverProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.metadata.property.SystemPropertyResolverProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.metadata.property.VaultPropertyResolverProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.naming.ApplicationContextProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.naming.InApplicationClientBindingProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.naming.InstanceNameBindingProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.naming.ModuleContextProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.resource.definition.ResourceDefinitionAnnotationProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.structure.AnnotationPropertyReplacementProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.structure.ApplicationClientDeploymentProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.structure.ComponentAggregationProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.structure.DescriptorPropertyReplacementProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.structure.EarDependencyProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.structure.EarInitializationProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.structure.EarMetaDataParsingProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.structure.EarStructureProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.structure.EJBClientDescriptorParsingProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.structure.EjbJarDeploymentProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.structure.GlobalModuleDependencyProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.structure.InitializeInOrderProcessor
 
unexpectedElement(QName, Location) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating an unexpected element, represented by the name parameter, was encountered.
unexpectedElement(QName, Location) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
unexpectedElement$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
uninject() - Method in class org.jboss.as.ee.component.ViewManagedReferenceFactory.Injector
unknownAnnotationTargetType(AnnotationTarget) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the AnnotationTarget type is unknown.
unknownAnnotationTargetType(AnnotationTarget) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
unknownAnnotationTargetType$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
unknownElementType(String, String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the type for the elementName for the type is unknown.
unknownElementType(String, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
unknownElementType$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
unsupportedModuleType(String) - Method in interface org.jboss.as.ee.logging.EeLogger
 
unsupportedModuleType(String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
unsupportedModuleType$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
USE_TRANSACTION_SETUP_PROVIDER - Static variable in class org.jboss.as.ee.subsystem.ContextServiceResourceDefinition
 
USE_TRANSACTION_SETUP_PROVIDER_AD - Static variable in class org.jboss.as.ee.subsystem.ContextServiceResourceDefinition
 
USER_APP_SPECIFIC_CONTAINER_INTERCEPTORS - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
UserInterceptorFactory - Class in org.jboss.as.ee.component.interceptors
 
UserInterceptorFactory(InterceptorFactory, InterceptorFactory) - Constructor for class org.jboss.as.ee.component.interceptors.UserInterceptorFactory
 

V

validateDescriptor(String) - Static method in class org.jboss.as.ee.utils.DescriptorUtils
performs basic validation on a descriptor
valueOf(String) - Static method in enum org.jboss.as.ee.component.ComponentNamingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.ee.component.interceptors.InvocationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.ee.structure.DeploymentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.ee.structure.EJBClientDescriptorXMLAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.ee.structure.EJBClientDescriptorXMLElement
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.as.ee.component.ComponentNamingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.ee.component.interceptors.InvocationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.ee.structure.DeploymentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.ee.structure.EJBClientDescriptorXMLAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.ee.structure.EJBClientDescriptorXMLElement
Returns an array containing the constants of this enum type, in the order they are declared.
VaultPropertyResolver - Class in org.jboss.as.ee.metadata.property
 
VaultPropertyResolver(VaultReader) - Constructor for class org.jboss.as.ee.metadata.property.VaultPropertyResolver
 
VaultPropertyResolverProcessor - Class in org.jboss.as.ee.metadata.property
 
VaultPropertyResolverProcessor() - Constructor for class org.jboss.as.ee.metadata.property.VaultPropertyResolverProcessor
 
ViewBindingInjectionSource - Class in org.jboss.as.ee.component
 
ViewBindingInjectionSource(ServiceName) - Constructor for class org.jboss.as.ee.component.ViewBindingInjectionSource
 
ViewConfiguration - Class in org.jboss.as.ee.component
A configuration of a component view.
ViewConfiguration(Class<?>, ComponentConfiguration, ServiceName, ProxyFactory<?>) - Constructor for class org.jboss.as.ee.component.ViewConfiguration
Construct a new instance.
ViewConfigurator - Interface in org.jboss.as.ee.component
A configurator for views.
ViewDescription - Class in org.jboss.as.ee.component
A description of a view.
ViewDescription(ComponentDescription, String) - Constructor for class org.jboss.as.ee.component.ViewDescription
Construct a new instance.
ViewDescription(ComponentDescription, String, boolean) - Constructor for class org.jboss.as.ee.component.ViewDescription
Construct a new instance.
ViewInstanceFactory - Interface in org.jboss.as.ee.component
Factory that can be used to customize a views proxy creation TODO: this needs to be thought through a bit more
ViewManagedReferenceFactory - Class in org.jboss.as.ee.component
A managed reference factory for a component view.
ViewManagedReferenceFactory(ComponentView) - Constructor for class org.jboss.as.ee.component.ViewManagedReferenceFactory
Construct a new instance.
ViewManagedReferenceFactory.Injector - Class in org.jboss.as.ee.component
The bridge injector for binding views into JNDI.
viewMethodNotFound(String, String, Class<?>, Class<?>) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating the method could not found on the view.
viewMethodNotFound(String, String, Class<?>, Class<?>) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
viewMethodNotFound$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
ViewService - Class in org.jboss.as.ee.component
 
ViewService(ViewConfiguration) - Constructor for class org.jboss.as.ee.component.ViewService
 

W

waitForComponentStart() - Method in class org.jboss.as.ee.component.BasicComponent
 
waitForComponentStart() - Method in interface org.jboss.as.ee.component.Component
 
weaved(Collection<InterceptorFactory>) - Static method in class org.jboss.as.ee.component.AbstractComponentConfigurator
Deprecated.
WEB_SETUP_ACTIONS - Static variable in class org.jboss.as.ee.component.Attachments
A list of actions that should be performed for every web invocation
WELD_AROUND_CONSTRUCT_INTERCEPTORS - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.AroundConstruct
 
WELD_INJECTION_CONTEXT_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
 
WeldDeploymentMarker - Class in org.jboss.as.ee.weld
Marker for top level deployments that contain a beans.xml file
WRITE_REPLACE - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Client
 
writeReplace() - Method in interface org.jboss.as.ee.component.serialization.WriteReplaceInterface
 
WriteReplaceInterface - Interface in org.jboss.as.ee.component.serialization
Interface used to allow the proxy to support serialization.
writeSetupContextHandle(SetupContextHandle, ObjectOutputStream) - Method in class org.jboss.as.ee.concurrent.handle.ClassLoaderContextHandleFactory
 
writeSetupContextHandle(SetupContextHandle, ObjectOutputStream) - Method in interface org.jboss.as.ee.concurrent.handle.ContextHandleFactory
Writes the handle to the specified output stream.
writeSetupContextHandle(SetupContextHandle, ObjectOutputStream) - Method in class org.jboss.as.ee.concurrent.handle.NamingContextHandleFactory
 
writeSetupContextHandle(SetupContextHandle, ObjectOutputStream) - Method in class org.jboss.as.ee.concurrent.handle.OtherEESetupActionsContextHandleFactory
 
WS_HANDLERS_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Component
 

X

xmlErrorParsingEJBClientDescriptor(XMLStreamException, String) - Method in interface org.jboss.as.ee.logging.EeLogger
Creates an exception indicating that there was an exception while parsing a jboss-ejb-client.xml
xmlErrorParsingEJBClientDescriptor(XMLStreamException, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
xmlErrorParsingEJBClientDescriptor$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
 
XTS_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.Component
 
XTS_INTERCEPTOR - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links
WildFly: EE 15.0.0.Beta1

Copyright © 2018 JBoss by Red Hat. All rights reserved.