Modifier and Type | Method and Description |
---|---|
void |
EeLogger.componentDestroyFailure(Throwable cause,
ComponentInstance component)
Logs a warning message indicating a failure to destroy the component instance.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicComponentInstance
An abstract base component instance.
|
Modifier and Type | Method and Description |
---|---|
ComponentInstance |
BasicComponent.createInstance()
Create a new instance of this component.
|
ComponentInstance |
Component.createInstance()
Create a new instance of this component.
|
ComponentInstance |
BasicComponent.createInstance(Object instance)
Wraps an existing object instance in a ComponentInstance, and run the post construct interceptor chain on it.
|
ComponentInstance |
Component.createInstance(Object instance) |
Constructor and Description |
---|
ManagedBeanAssociatingInterceptor(AtomicReference<ComponentInstance> componentInstanceReference) |
ManagedBeanCreateInterceptor(AtomicReference<ComponentInstance> componentInstanceReference) |
ManagedBeanDestroyInterceptor(AtomicReference<ComponentInstance> componentInstanceReference) |
Modifier and Type | Method and Description |
---|---|
IllegalStateException |
EjbMessages.currentComponentNotAEjb(ComponentInstance component)
Creates an exception indicating the current component is not an EJB.
|
javax.ejb.EJBException |
EjbMessages.failToReacquireLockForNonReentrant(ComponentInstance privateData)
Creates an exception indicating could not re-acquire lock for non-reentrant instance
|
Modifier and Type | Class and Description |
---|---|
class |
EjbComponentInstance |
Modifier and Type | Class and Description |
---|---|
class |
EntityBeanComponentInstance |
Modifier and Type | Class and Description |
---|---|
class |
MessageDrivenComponentInstance |
Modifier and Type | Interface and Description |
---|---|
interface |
PooledComponent<I extends ComponentInstance> |
Modifier and Type | Class and Description |
---|---|
class |
SessionBeanComponentInstance |
Modifier and Type | Class and Description |
---|---|
class |
SingletonComponentInstance |
Modifier and Type | Class and Description |
---|---|
class |
StatefulSessionComponentInstance |
Modifier and Type | Class and Description |
---|---|
class |
StatelessSessionComponentInstance
Author : Jaikiran Pai
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.