| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentContext
The ComponentContext contains context information about an EJB instance.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceHandler |
EjbInvocation.getResourceHandler() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSessionContextImpl
Implementation of EJBContext for SessionBeans
|
class |
EJBContextImpl
Implementation of javax.ejb.EJBContext for the J2EE Reference Implementation.
|
class |
SessionContextImpl
Implementation of EJBContext for SessionBeans
|
class |
SimpleEjbResourceHandlerImpl |
class |
SingletonContextImpl
Implementation of EJBContext for Singleton SessionBeans
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceHandler |
SimpleEjbResourceHandlerImpl.createResourceHandler(TransactionManager tm) |
static ResourceHandler |
SimpleEjbResourceHandlerImpl.getResourceHandler(TransactionManager tm) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaEETransactionManagerSimplified.componentDestroyed(ResourceHandler rh) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaEETransactionManager.componentDestroyed(ResourceHandler rh)
This is called by Container to indicate that a component
is being destroyed.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceHandler |
ComponentInvocation.getResourceHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentInvocation.setResourceHandler(ResourceHandler h) |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageBeanContextImpl
Implementation of EJBContext for message-driven beans
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntityContextImpl
Implementation of EJBContext for EntityBeans
|
class |
ReadOnlyContextImpl
Implementation of EJBContext for ReadOnlyBeans.
|
Copyright © 2017. All rights reserved.