| Package | Description |
|---|---|
| com.sun.ejb | |
| com.sun.ejb.containers | |
| org.glassfish.ejb.mdb | |
| org.glassfish.persistence.ejb.entitybean.container |
| Modifier and Type | Field and Description |
|---|---|
ComponentContext |
EjbInvocation.context |
| Modifier and Type | Method and Description |
|---|---|
<C extends ComponentContext> |
EjbInvocationFactory.create(Object ejb,
C ctx) |
| 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 |
SingletonContextImpl
Implementation of EJBContext for Singleton SessionBeans
|
| Modifier and Type | Field and Description |
|---|---|
protected ComponentContext |
AbstractSingletonContainer.singletonCtx |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ComponentContext |
BaseContainer._getContext(EjbInvocation inv) |
protected ComponentContext |
BMCSingletonContainer._getContext(EjbInvocation inv) |
ComponentContext |
StatefulSessionContainer._getContext(EjbInvocation ejbInvocation)
Called from preInvoke which is called from the EJBObject
for local and remote invocations.
|
protected ComponentContext |
StatelessSessionContainer._getContext(EjbInvocation inv)
Called from preInvoke which is called from the EJBObject
for local and remote invocations.
|
protected ComponentContext |
AbstractSingletonContainer._getContext(EjbInvocation invocation) |
protected ComponentContext |
CMCSingletonContainer._getContext(EjbInvocation inv) |
protected ComponentContext |
BaseContainer.getContext(EjbInvocation inv) |
ComponentContext |
AbstractSingletonContainer.instantiateSingletonInstance() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StatefulSessionContainer.canPassivateEJB(ComponentContext context) |
protected EjbInvocation |
BaseContainer.createEjbInvocation(Object ejb,
ComponentContext context) |
protected EjbInvocation |
AbstractSingletonContainer.createEjbInvocation(Object ejb,
ComponentContext ctx) |
protected void |
BaseContainer.delistExtendedEntityManagers(ComponentContext ctx) |
protected void |
StatefulSessionContainer.delistExtendedEntityManagers(ComponentContext ctx) |
protected void |
BaseContainer.enlistExtendedEntityManagers(ComponentContext ctx) |
protected void |
StatefulSessionContainer.enlistExtendedEntityManagers(ComponentContext ctx) |
protected abstract boolean |
BaseContainer.passivateEJB(ComponentContext context) |
boolean |
StatefulSessionContainer.passivateEJB(ComponentContext context) |
boolean |
StatelessSessionContainer.passivateEJB(ComponentContext context) |
boolean |
AbstractSingletonContainer.passivateEJB(ComponentContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageBeanContextImpl
Implementation of EJBContext for message-driven beans
|
| Modifier and Type | Method and Description |
|---|---|
protected ComponentContext |
MessageBeanContainer._getContext(EjbInvocation inv) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MessageBeanContainer.passivateEJB(ComponentContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityContextImpl
Implementation of EJBContext for EntityBeans
|
class |
ReadOnlyContextImpl
Implementation of EJBContext for ReadOnlyBeans.
|
| Modifier and Type | Method and Description |
|---|---|
protected ComponentContext |
ReadOnlyBeanContainer._getContext(EjbInvocation inv) |
protected ComponentContext |
EntityContainer._getContext(EjbInvocation inv)
Called from BaseContainer.preInvoke which is called from the EJBObject
for local and remote invocations, and from the EJBHome for create/find.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
EntityContainer.passivateEJB(ComponentContext ctx) |
Copyright © 2019. All rights reserved.