Uses of Interface
org.jboss.as.ee.component.Component
-
Packages that use Component Package Description org.jboss.as.ee.component -
-
Uses of Component in org.jboss.as.ee.component
Classes in org.jboss.as.ee.component that implement Component Modifier and Type Class Description classBasicComponentA basic component implementation.Methods in org.jboss.as.ee.component that return Component Modifier and Type Method Description ComponentBasicComponentInstance. getComponent()Get the component associated with this instance.ComponentComponentInstance. getComponent()Get the component associated with this instance.ComponentComponentView. getComponent()Get the associated component.ComponentBasicComponentCreateService. getValue()Methods in org.jboss.as.ee.component that return types with arguments of type Component Modifier and Type Method Description org.jboss.msc.inject.Injector<Component>ViewService. getComponentInjector()List<DependencyConfigurator<? extends org.jboss.msc.service.Service<Component>>>ComponentConfiguration. getCreateDependencies()Get the create dependencies list.Methods in org.jboss.as.ee.component with parameters of type Component Modifier and Type Method Description protected abstract org.jboss.invocation.InterceptorComponentInstanceInterceptorFactory. create(Component component, org.jboss.invocation.InterceptorFactoryContext context)protected abstract org.jboss.invocation.InterceptorComponentInterceptorFactory. create(Component component, org.jboss.invocation.InterceptorFactoryContext context)
-