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.
|
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.
|
void |
EeLogger_$logger.componentDestroyFailure(Throwable cause,
ComponentInstance component) |
Modifier and Type | Class and Description |
---|---|
class |
EjbComponentInstance |
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
|
Modifier and Type | Method and Description |
---|---|
IllegalStateException |
EjbLogger.currentComponentNotAEjb(ComponentInstance component)
Creates an exception indicating the current component is not an EJB.
|
IllegalStateException |
EjbLogger_$logger.currentComponentNotAEjb(ComponentInstance component) |
javax.ejb.EJBException |
EjbLogger.failToReacquireLockForNonReentrant(ComponentInstance privateData)
Creates an exception indicating could not re-acquire lock for non-reentrant instance
|
javax.ejb.EJBException |
EjbLogger_$logger.failToReacquireLockForNonReentrant(ComponentInstance privateData) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.