Uses of Class
org.jboss.as.ee.component.BasicComponentInstance
Packages that use BasicComponentInstance
-
Uses of BasicComponentInstance in org.jboss.as.ee.component
Methods in org.jboss.as.ee.component that return BasicComponentInstanceModifier and TypeMethodDescriptionprotected BasicComponentInstanceBasicComponent.constructComponentInstance(ManagedReference instance, boolean invokePostConstruct) Construct the component instance.protected BasicComponentInstanceBasicComponent.constructComponentInstance(ManagedReference instance, boolean invokePostConstruct, Map<Object, Object> context) Construct the component instance.protected BasicComponentInstanceBasicComponent.instantiateComponentInstance(org.jboss.invocation.Interceptor preDestroyInterceptor, Map<Method, org.jboss.invocation.Interceptor> methodInterceptors, Map<Object, Object> context) Responsible for instantiating theBasicComponentInstance.Methods in org.jboss.as.ee.component with parameters of type BasicComponentInstanceModifier and TypeMethodDescriptionprotected voidBasicComponent.componentInstanceCreated(BasicComponentInstance basicComponentInstance) Method that can be overridden to perform setup on the instance after it has been created