| Interface | Description |
|---|---|
| Component |
Common contract for an EE component.
|
| ComponentConfigurator |
A configurator for components.
|
| ComponentCreateServiceFactory |
A factory for component creation which allows component behavior customization.
|
| ComponentFactory | |
| ComponentInstance |
An instance of a Java EE component.
|
| ComponentView |
A component view.
|
| DependencyConfigurator<T extends org.jboss.msc.service.Service> |
A configurator for a service dependency.
|
| EEClassIntrospector | |
| ResourceInjectionTarget |
Represents an object that has a descriptor based JNDI environment.
|
| ViewConfigurator |
A configurator for views.
|
| ViewInstanceFactory |
Factory that can be used to customize a views proxy creation
TODO: this needs to be thought through a bit more
|
| Class | Description |
|---|---|
| AbstractComponentConfigurator | |
| AroundConstructInterceptorFactory | |
| Attachments | |
| BasicComponent |
A basic component implementation.
|
| BasicComponentCreateService |
A service for creating a component.
|
| BasicComponentInstance |
An abstract base component instance.
|
| BindingConfiguration |
A binding into JNDI.
|
| ClassDescriptionTraversal |
throwaway utility class for traversing a class configuration from most general superclass down
|
| ComponentClientInstance |
Class that represents an instance of a component client.
|
| ComponentConfiguration |
The construction parameter set passed in to an abstract component.
|
| ComponentDescription |
A description of a generic Java EE component.
|
| ComponentInstanceInterceptorFactory |
A factory to create interceptors per ComponentInstance instance.
|
| ComponentInterceptorFactory |
A factory to create interceptors that are tied to a component instance.
|
| ComponentRegistry |
Registry that can be used to create a fully injected class instance.
|
| ComponentStartService |
Service wrapper for a
Component which starts and stops the component instance. |
| ComponentTypeInjectionSource |
An injection source which injects a component based upon its type.
|
| ConstructorComponentFactory | |
| DeploymentDescriptorEnvironment |
The environment as read from a deployment descriptor
|
| EEApplicationClasses |
Allows a deployment to get old of class descriptions from all sub deployments it has access to.
|
| EEApplicationDescription | |
| EEDefaultResourceJndiNames |
The jndi names for the default EE bindings.
|
| EEModuleClassDescription |
The description of a (possibly annotated) class in an EE module.
|
| EEModuleConfiguration |
TODO: do we still need this?
|
| EEModuleDescription | |
| EnvEntryInjectionSource |
A description of an env-entry.
|
| FieldInjectionTarget | |
| FixedInjectionSource |
An injection of a fixed value.
|
| InjectionSource |
A configuration for an injection source.
|
| InjectionSource.ResolutionContext |
A resolution context for the injection source.
|
| InjectionTarget |
An injection target field or method in a class.
|
| InterceptorDescription |
A description of an
@Interceptor annotation value or its equivalent
deployment descriptor construct. |
| InterceptorEnvironment |
Class that represents the environment entries of an interceptor, defined in the interceptors section
of ejb-jar.xml.
|
| LookupInjectionSource |
A binding which gets its value from another JNDI binding.
|
| MethodInjectionTarget | |
| NamespaceConfigurator |
A configurator which adds interceptors to the component which establish the naming context.
|
| NamespaceContextInterceptor |
An interceptor which imposes the given namespace context selector.
|
| NamespaceViewConfigurator | |
| ProxyInvocationHandler |
An invocation handler for a component proxy.
|
| ReflectiveClassIntrospector | |
| ResourceInjectionConfiguration |
A configuration for resource injection.
|
| ServiceInjectionSource | |
| ViewBindingInjectionSource | |
| ViewConfiguration |
A configuration of a component view.
|
| ViewDescription |
A description of a view.
|
| ViewManagedReferenceFactory |
A managed reference factory for a component view.
|
| ViewManagedReferenceFactory.Injector |
The bridge injector for binding views into JNDI.
|
| ViewService |
| Enum | Description |
|---|---|
| ComponentNamingMode |
A component's naming context operation mode.
|
| Exception | Description |
|---|---|
| ComponentCreateException |
An exception relating to a problem with the creation of an EE component.
|
| ComponentIsStoppedException |
Exception indicating that a component receiving a method call has stopped.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.