| Package | Description |
|---|---|
| org.jboss.as.ee.component | |
| org.jboss.as.ee.logging |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicComponentInstance
An abstract base component instance.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentInstance |
Component.createInstance()
Create a new instance of this component.
|
ComponentInstance |
BasicComponent.createInstance()
Create a new instance of this component.
|
ComponentInstance |
Component.createInstance(Object instance) |
ComponentInstance |
BasicComponent.createInstance(Object instance)
Wraps an existing object instance in a ComponentInstance, and run the post construct interceptor chain on it.
|
ComponentInstance |
Component.getInstance(Object instance)
Returns a component instance for a pre-existing instance.
|
ComponentInstance |
BasicComponent.getInstance(Object instance) |
| Modifier and Type | Method and Description |
|---|---|
void |
EeLogger_$logger.componentDestroyFailure(Throwable cause,
ComponentInstance component) |
void |
EeLogger.componentDestroyFailure(Throwable cause,
ComponentInstance component)
Logs a warning message indicating a failure to destroy the component instance.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.