Uses of Interface
org.jboss.as.ee.component.ComponentInstance
Packages that use ComponentInstance
-
Uses of ComponentInstance in org.jboss.as.ee.component
Classes in org.jboss.as.ee.component that implement ComponentInstanceModifier and TypeClassDescriptionclassAn abstract base component instance.Methods in org.jboss.as.ee.component that return ComponentInstanceModifier and TypeMethodDescriptionBasicComponent.createInstance()Create a new instance of this component.BasicComponent.createInstance(Object instance) Wraps an existing object instance in a ComponentInstance, and run the post construct interceptor chain on it.Component.createInstance()Create a new instance of this component.Component.createInstance(Object instance) BasicComponent.getInstance(Object instance) Component.getInstance(Object instance) Returns a component instance for a pre-existing instance. -
Uses of ComponentInstance in org.jboss.as.ee.logging
Methods in org.jboss.as.ee.logging with parameters of type ComponentInstanceModifier and TypeMethodDescriptionfinal voidEeLogger_$logger.componentDestroyFailure(Throwable cause, ComponentInstance component) voidEeLogger.componentDestroyFailure(Throwable cause, ComponentInstance component) Logs a warning message indicating a failure to destroy the component instance.