- AbstractComponentConfigProcessor - Class in org.jboss.as.ee.component.deployers
-
- 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
-
- AbstractEEAnnotationProcessor() - Constructor for class org.jboss.as.ee.metadata.AbstractEEAnnotationProcessor
-
- AbstractPlatformBindingProcessor - Class in org.jboss.as.ee.component.deployers
-
Foundation for processors which binds EE platform common resources, to all EE module and comp naming contexts.
- AbstractPlatformBindingProcessor() - Constructor for class org.jboss.as.ee.component.deployers.AbstractPlatformBindingProcessor
-
- AbstractSecurityDeployer<T> - Class in org.jboss.as.ee.security
-
A helper class for security deployment processors
- AbstractSecurityDeployer() - Constructor for class org.jboss.as.ee.security.AbstractSecurityDeployer
-
- ACTIVE_THREAD_COUNT - Static variable in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsAttributes
-
- ACTIVE_THREAD_COUNT_AD - Static variable in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsAttributes
-
- 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
- addBinding(String, String, DeploymentUnit, EEModuleDescription) - Method in class org.jboss.as.ee.component.deployers.AbstractPlatformBindingProcessor
-
- addBindings(DeploymentUnit, EEModuleDescription) - Method in class org.jboss.as.ee.component.deployers.AbstractPlatformBindingProcessor
-
- addBindings(DeploymentUnit, EEModuleDescription) - Method in class org.jboss.as.ee.concurrent.deployers.EEConcurrentDefaultBindingProcessor
-
- 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.
- addHttpConnectionRef(String) - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData
-
- 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.
- addMetric(AttributeDefinition, ManagedExecutorServiceMetricsHandler.MetricResultSetter<T>) - Method in class org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsHandler.Builder
-
- 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
-
- 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
-
- CAPABILITY - Static variable in class org.jboss.as.ee.subsystem.ContextServiceResourceDefinition
-
the resource definition's dynamic runtime capability
- CAPABILITY - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
-
the resource definition's dynamic runtime capability
- CAPABILITY - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
-
the resource definition's dynamic runtime capability
- CAPABILITY - Static variable in class org.jboss.as.ee.subsystem.ManagedThreadFactoryResourceDefinition
-
the resource definition's dynamic runtime capability
- 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
-
- 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
-
- COMPLETED_TASK_COUNT - Static variable in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsAttributes
-
- COMPLETED_TASK_COUNT_AD - Static variable in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsAttributes
-
- 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 Jakarta 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 Jakarta 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
-
- CONCURRENT_CONTEXT_SETUP_ACTION - Static variable in class org.jboss.as.ee.component.Attachments
-
- 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
-
- 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 Jakarta EE RI ContextServiceImpl, which properly supports a security manager.
- ContextServiceImpl(String, ContextSetupProvider, TransactionSetupProvider) - Constructor for class org.jboss.as.ee.concurrent.ContextServiceImpl
-
- 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
-
- createInstanceFactory(Class<?>, boolean) - 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
-
- createPermissions(EarMetaData, PolicyConfiguration) - Method in class org.jboss.as.ee.security.EarJaccService
-
Create JACC permissions for the deployment
- createPermissions(T, PolicyConfiguration) - Method in class org.jboss.as.ee.security.JaccService
-
Create JACC permissions for the deployment
- createService(String, T, Boolean) - Method in class org.jboss.as.ee.security.AbstractSecurityDeployer
-
Creates the appropriate service for metaData T
- createService(String, EarMetaData, Boolean) - Method in class org.jboss.as.ee.security.EarSecurityDeployer
-
Creates the appropriate service for metaData T
- createThread(Runnable, ContextHandle) - Method in class org.jboss.as.ee.concurrent.ManagedThreadFactoryImpl
-
- 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.
- CURRENT_QUEUE_SIZE - Static variable in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsAttributes
-
- CURRENT_QUEUE_SIZE_AD - Static variable in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsAttributes
-
- 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
-
- EarJaccService - Class in org.jboss.as.ee.security
-
A service that creates JACC permissions for an ear deployment
- EarJaccService(String, EarMetaData, Boolean) - Constructor for class org.jboss.as.ee.security.EarJaccService
-
- 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
-
- EarSecurityDeployer - Class in org.jboss.as.ee.security
-
Handles ear deployments
- EarSecurityDeployer() - Constructor for class org.jboss.as.ee.security.EarSecurityDeployer
-
- 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_GLOBAL_DIRECTORY_CAPABILITY - Static variable in class org.jboss.as.ee.subsystem.EeCapabilities
-
- EE_GLOBAL_DIRECTORY_CAPABILITY_NAME - Static variable in class org.jboss.as.ee.subsystem.EeCapabilities
-
- 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
-
- 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
-
- EeCapabilities - Class in org.jboss.as.ee.subsystem
-
The capabilities provided by and required by this subsystem.
- EeCapabilities() - Constructor for class org.jboss.as.ee.subsystem.EeCapabilities
-
- 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 Jakarta 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
-
- 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
-
- EEStartupCountdownProcessor - Class in org.jboss.as.ee.subsystem
-
- EEStartupCountdownProcessor() - Constructor for class org.jboss.as.ee.subsystem.EEStartupCountdownProcessor
-
- EeSubsystemAdd - Class in org.jboss.as.ee.subsystem
-
Handler for adding the ee subsystem.
- EeSubsystemAdd(DefaultEarSubDeploymentsIsolationProcessor, GlobalModuleDependencyProcessor, DescriptorPropertyReplacementProcessor, DescriptorPropertyReplacementProcessor, AnnotationPropertyReplacementProcessor, GlobalDirectoryDependencyProcessor) - Constructor for class org.jboss.as.ee.subsystem.EeSubsystemAdd
-
- EESubsystemModel - Interface in org.jboss.as.ee.subsystem
-
- EESubsystemModel.Version - Interface in org.jboss.as.ee.subsystem
-
Versions of the EE subsystem model
- 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.HttpConnectionConfiguration - 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
-
- ELYTRON_JACC_CAPABILITY - Static variable in class org.jboss.as.ee.subsystem.EeCapabilities
-
- 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.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
-
- errorDeletingJACCPolicy(Throwable) - Method in interface org.jboss.as.ee.logging.EeLogger
-
- errorDeletingJACCPolicy(Throwable) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
-
- errorDeletingJACCPolicy$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
-
- 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
-
- executeRuntimeStep(OperationContext, ModelNode) - Method in class org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsHandler
-
- executorServiceNotFoundForMetrics(ServiceName) - Method in interface org.jboss.as.ee.logging.EeLogger
-
- executorServiceNotFoundForMetrics(ServiceName) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
-
- executorServiceNotFoundForMetrics$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
-
- EXTRA_PRINCIPAL_ROLES - Static variable in class org.jboss.as.ee.component.interceptors.InterceptorOrder.View
-
- getActiveThreadsCount() - Method in interface org.jboss.as.ee.concurrent.ManagedExecutorRuntimeStats
-
- 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
-
- getAppContextSupplier() - 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
- getAttributes() - Method in class org.jboss.as.ee.subsystem.GlobalDirectoryResourceDefinition
-
- 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
-
- getCompContextSupplier() - Method in class org.jboss.as.ee.naming.InjectedEENamespaceContextSelector
-
- getCompletedTaskCount() - Method in interface org.jboss.as.ee.concurrent.ManagedExecutorRuntimeStats
-
- 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
-
- getDefaultCompression() - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData
-
- 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
-
- 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 Jakarta EE spec semantics i.e. application name is the
name of the top level deployment (even if it is just a jar and not an ear), this method returns the
application name which follows the EJB spec semantics i.e. the application name is the
.ear name or any configured value in application.xml.
- getEnvironment() - Method in class org.jboss.as.ee.component.DeploymentDescriptorEnvironment
-
- getExecutorInjector() - Method in class org.jboss.as.ee.component.ComponentStartService
-
- getExecutorService() - Method in class org.jboss.as.ee.concurrent.service.ManagedExecutorServiceService
-
- getExecutorService() - Method in class org.jboss.as.ee.concurrent.service.ManagedScheduledExecutorServiceService
-
- getExportedContextSupplier() - 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
-
- getGlobalContextSupplier() - Method in class org.jboss.as.ee.naming.InjectedEENamespaceContextSelector
-
- getHttpConnectionConfigurations() - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData
-
- getHungThreadsCount() - Method in interface org.jboss.as.ee.concurrent.ManagedExecutorRuntimeStats
-
- 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
-
- getJbossContextSupplier() - 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
-
- getMarkupClassName() - Method in class org.jboss.as.ee.component.ViewDescription
-
- getMaxAllowedConnectedNodes() - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.ClusterConfig
-
- getMaxThreadsCount() - Method in interface org.jboss.as.ee.concurrent.ManagedExecutorRuntimeStats
-
- getMessageDestinations() - Method in class org.jboss.as.ee.component.EEModuleDescription
-
- getMetaDataType() - Method in class org.jboss.as.ee.security.AbstractSecurityDeployer
-
Return the type of metadata
- getMetaDataType() - Method in class org.jboss.as.ee.security.EarSecurityDeployer
-
Return the type of metadata
- 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
-
- getModuleContextSupplier() - 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.
- getModuleName() - Method in class org.jboss.as.ee.subsystem.GlobalDirectoryResourceDefinition.GlobalDirectory
-
- 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
-
- getName() - Method in class org.jboss.as.ee.subsystem.GlobalDirectoryResourceDefinition.GlobalDirectory
-
- 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
-
- getParentPolicyInjector() - Method in class org.jboss.as.ee.security.JaccService
-
Target Injector
- 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.
- getPriority() - Method in class org.jboss.as.ee.concurrent.ManagedThreadFactoryImpl
-
- 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.
- getQueueSize() - Method in interface org.jboss.as.ee.concurrent.ManagedExecutorRuntimeStats
-
- 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
-
- getResolvedPath() - Method in class org.jboss.as.ee.subsystem.GlobalDirectoryResourceDefinition.GlobalDirectory
-
- 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.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
-
- getRuntimeStats() - Method in class org.jboss.as.ee.concurrent.ManagedExecutorServiceImpl
-
- getRuntimeStats() - Method in class org.jboss.as.ee.concurrent.ManagedScheduledExecutorServiceImpl
-
- 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.
- getTaskCount() - Method in interface org.jboss.as.ee.concurrent.ManagedExecutorRuntimeStats
-
- getThreadPoolExecutor() - Method in class org.jboss.as.ee.concurrent.ManagedExecutorServiceImpl
-
- getThreadPoolExecutor() - Method in class org.jboss.as.ee.concurrent.ManagedScheduledExecutorServiceImpl
-
- getThreadsCount() - Method in interface org.jboss.as.ee.concurrent.ManagedExecutorRuntimeStats
-
- getTimerMethods() - Method in class org.jboss.as.ee.component.ComponentDescription
-
- getTransactionSetupProvider() - Method in class org.jboss.as.ee.concurrent.service.ContextServiceService
-
- getUri() - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.HttpConnectionConfiguration
-
- 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.security.JaccService
- 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
-
- GLASSFISH_EL - Static variable in class org.jboss.as.ee.subsystem.EeSubsystemRootResource
-
- GLOBAL_DIRECTORY - Static variable in interface org.jboss.as.ee.subsystem.EESubsystemModel
-
- GLOBAL_MODULES - Static variable in class org.jboss.as.ee.subsystem.GlobalModulesDefinition
-
- GlobalDirectory(Path, String) - Constructor for class org.jboss.as.ee.subsystem.GlobalDirectoryResourceDefinition.GlobalDirectory
-
- GlobalDirectoryDependencyProcessor - Class in org.jboss.as.ee.structure
-
A deployment processor that prepares the global directories that are going to be used as dependencies in a deployment.
- GlobalDirectoryDependencyProcessor() - Constructor for class org.jboss.as.ee.structure.GlobalDirectoryDependencyProcessor
-
- GlobalDirectoryDeploymentService - Class in org.jboss.as.ee.subsystem
-
This service does the required steps to add a directory as a deployment dependency and as an ExternalModule.
- GlobalDirectoryDeploymentService(List<Supplier<GlobalDirectoryResourceDefinition.GlobalDirectory>>, ExternalModule, ModuleSpecification, ModuleLoader, ServiceRegistry, ServiceTarget) - Constructor for class org.jboss.as.ee.subsystem.GlobalDirectoryDeploymentService
-
- globalDirectoryDoNotExist(String, String) - Method in interface org.jboss.as.ee.logging.EeLogger
-
- globalDirectoryDoNotExist(String, String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
-
- globalDirectoryDoNotExist$str() - Method in class org.jboss.as.ee.logging.EeLogger_$logger
-
- GlobalDirectoryResourceDefinition - Class in org.jboss.as.ee.subsystem
-
The resource definition for global-directory child resource in EE subsystem.
- GlobalDirectoryResourceDefinition() - Constructor for class org.jboss.as.ee.subsystem.GlobalDirectoryResourceDefinition
-
- GlobalDirectoryResourceDefinition.GlobalDirectory - Class in org.jboss.as.ee.subsystem
-
- GlobalDirectoryService - Class in org.jboss.as.ee.subsystem
-
Service responsible creating a GlobalDirectory which contains the information of a configured global directory.
- GlobalDirectoryService(Supplier<PathManager>, Consumer<GlobalDirectoryResourceDefinition.GlobalDirectory>, String, String, String) - Constructor for class org.jboss.as.ee.subsystem.GlobalDirectoryService
-
- 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
-
- 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.subsystem.ContextServiceResourceDefinition
-
- INSTANCE - Static variable in class org.jboss.as.ee.subsystem.GlobalDirectoryResourceDefinition
-
- INSTANCE - Static variable in class org.jboss.as.ee.subsystem.GlobalModulesDefinition
-
- 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
-
- 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
-
- invalidNamePrefix(String) - Method in interface org.jboss.as.ee.logging.EeLogger
-
- invalidNamePrefix(String) - Method in class org.jboss.as.ee.logging.EeLogger_$logger
-
- invalidNamePrefix$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
-
Deprecated.
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
-
Deprecated.
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.
- 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
-
- 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
-
- ManagedExecutorRuntimeStats - Interface in org.jboss.as.ee.concurrent
-
Runtime stats from an executor.
- 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
-
- ManagedExecutorServiceMetricsAttributes - Interface in org.jboss.as.ee.subsystem
-
The managed executor service resource's runtime metrics attribute names and definitions.
- ManagedExecutorServiceMetricsHandler<T> - Class in org.jboss.as.ee.subsystem
-
Operation step handler that expose a capability's metrics, through its service.
- ManagedExecutorServiceMetricsHandler.Builder<T> - Class in org.jboss.as.ee.subsystem
-
- ManagedExecutorServiceMetricsHandler.MetricResultSetter<T> - Interface 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, Integer) - 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 ManagedScheduledExecutorServiceImpl.
- ManagedScheduledExecutorServiceImpl(String, ManagedThreadFactoryImpl, long, boolean, int, long, TimeUnit, long, ContextServiceImpl, AbstractManagedExecutorService.RejectPolicy, ControlPoint) - Constructor for class org.jboss.as.ee.concurrent.ManagedScheduledExecutorServiceImpl
-
- 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, Integer) - Constructor for class org.jboss.as.ee.concurrent.service.ManagedScheduledExecutorServiceService
-
- ManagedThreadFactoryAdd - Class in org.jboss.as.ee.subsystem
-
- ManagedThreadFactoryImpl - Class in org.jboss.as.ee.concurrent
-
ManagedThreadFactory implementation ensuring SecurityIdentity propagation into new threads.
- ManagedThreadFactoryImpl(String, ContextServiceImpl, int) - Constructor for class org.jboss.as.ee.concurrent.ManagedThreadFactoryImpl
-
- 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
-
Deprecated.
Mark this deployment and the top level deployment as being a weld deployment.
- MAX_THREAD_COUNT - Static variable in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsAttributes
-
- MAX_THREAD_COUNT_AD - Static variable in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsAttributes
-
- 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_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
-
- 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
-
- SERVICE_NAME - Static variable in class org.jboss.as.ee.security.JaccService
-
- serviceName(DeploymentUnit) - Static method in class org.jboss.as.ee.component.ComponentRegistry
-
- 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
-
- setDefaultCompression(int) - Method in class org.jboss.as.ee.metadata.EJBClientDescriptorMetaData
-
- 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
-
- setResult(OperationContext, T) - Method in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsHandler.MetricResultSetter
-
- 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.security.JaccService
- start(StartContext) - Method in class org.jboss.as.ee.subsystem.EEJndiViewExtension
-
- start(StartContext) - Method in class org.jboss.as.ee.subsystem.GlobalDirectoryDeploymentService
-
- start(StartContext) - Method in class org.jboss.as.ee.subsystem.GlobalDirectoryService
-
- 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.security.JaccService
- stop(StopContext) - Method in class org.jboss.as.ee.subsystem.EEJndiViewExtension
-
- stop(StopContext) - Method in class org.jboss.as.ee.subsystem.GlobalDirectoryDeploymentService
-
- stop(StopContext) - Method in class org.jboss.as.ee.subsystem.GlobalDirectoryService
-
- 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
-
- v1_0_0 - Static variable in interface org.jboss.as.ee.subsystem.EESubsystemModel.Version
-
- v1_1_0 - Static variable in interface org.jboss.as.ee.subsystem.EESubsystemModel.Version
-
- v3_0_0 - Static variable in interface org.jboss.as.ee.subsystem.EESubsystemModel.Version
-
- v4_0_0 - Static variable in interface org.jboss.as.ee.subsystem.EESubsystemModel.Version
-
- v5_0_0 - Static variable in interface org.jboss.as.ee.subsystem.EESubsystemModel.Version
-
- 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.
- ViewDescription(ComponentDescription, String, boolean, String) - Constructor for class org.jboss.as.ee.component.ViewDescription
-
- 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
-