Uses of Class
org.jboss.as.ee.component.BasicComponent
Packages that use BasicComponent
-
Uses of BasicComponent in org.jboss.as.ee.component
Methods in org.jboss.as.ee.component that return BasicComponentModifier and TypeMethodDescriptionprotected BasicComponentBasicComponentCreateService.createComponent()Create the component.ComponentStartService.getValue()Methods in org.jboss.as.ee.component that return types with arguments of type BasicComponentModifier and TypeMethodDescriptionorg.jboss.msc.inject.Injector<BasicComponent>ComponentStartService.getComponentInjector()Get the component injector.Constructors in org.jboss.as.ee.component with parameters of type BasicComponentModifierConstructorDescriptionprotectedBasicComponentInstance(BasicComponent component, org.jboss.invocation.Interceptor preDestroyInterceptor, Map<Method, org.jboss.invocation.Interceptor> methodInterceptors) Construct a new instance.