| 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 |
|---|---|
EJBLocalRemoteObject |
EjbInvocation.ejbObject
The EJBObject/EJBLocalObject which created this EjbInvocation object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EJBLocalObjectImpl
Implementation of the EJBLocalObject interface.
|
class |
EJBLocalObjectInvocationHandler
Handler for EJBLocalObject invocations through EJBLocalObject proxy.
|
class |
EJBObjectImpl
EJBObjectImpl implements EJBObject methods for EJBs.
|
class |
EJBObjectInvocationHandler
Handler for EJBObject invocations through EJBObject proxy.
|
class |
WebServiceInvocationHandler
This is a proxy invocation handler for web service ejb invocations.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseContainer.authorizeLocalGetPrimaryKey(EJBLocalRemoteObject ejbObj) |
protected void |
BaseContainer.authorizeRemoteGetPrimaryKey(EJBLocalRemoteObject ejbObj) |
protected void |
BaseContainer.checkExists(EJBLocalRemoteObject ejbObj)
Check if the given EJBObject/LocalObject has been removed.
|
protected void |
StatefulSessionContainer.checkExists(EJBLocalRemoteObject ejbObj)
Check if the given EJBObject/LocalObject has been removed.
|
protected void |
StatelessSessionContainer.checkExists(EJBLocalRemoteObject ejbObj)
Check if the given EJBObject/LocalObject has been removed.
|
protected void |
AbstractSingletonContainer.checkExists(EJBLocalRemoteObject ejbObj)
Check if the given EJBObject/LocalObject has been removed.
|
protected abstract void |
BaseContainer.removeBean(EJBLocalRemoteObject ejbo,
Method removeMethod,
boolean local) |
protected void |
StatefulSessionContainer.removeBean(EJBLocalRemoteObject ejbo,
Method removeMethod,
boolean local) |
protected void |
StatelessSessionContainer.removeBean(EJBLocalRemoteObject ejbo,
Method removeMethod,
boolean local) |
protected void |
AbstractSingletonContainer.removeBean(EJBLocalRemoteObject ejbo,
Method removeMethod,
boolean local) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MessageBeanContainer.removeBean(EJBLocalRemoteObject ejbo,
Method removeMethod,
boolean local) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EntityContainer.authorizeLocalGetPrimaryKey(EJBLocalRemoteObject ejbObj) |
protected void |
EntityContainer.authorizeRemoteGetPrimaryKey(EJBLocalRemoteObject ejbObj) |
protected void |
EntityContainer.checkExists(EJBLocalRemoteObject ejbObj)
Check if the given EJBObject/LocalObject has been removed.
|
protected void |
ReadOnlyBeanContainer.removeBean(EJBLocalRemoteObject ejbo,
Method removeMethod,
boolean local) |
protected void |
EntityContainer.removeBean(EJBLocalRemoteObject ejbo,
Method removeMethod,
boolean local) |
Copyright © 2019. All rights reserved.