Uses of Class
org.jboss.as.ee.component.BasicComponentInstance
-
Packages that use BasicComponentInstance Package Description org.jboss.as.ee.component -
-
Uses of BasicComponentInstance in org.jboss.as.ee.component
Methods in org.jboss.as.ee.component that return BasicComponentInstance Modifier and Type Method Description protected 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 BasicComponentInstance Modifier and Type Method Description protected voidBasicComponent. componentInstanceCreated(BasicComponentInstance basicComponentInstance)Method that can be overridden to perform setup on the instance after it has been created
-