Package | Description |
---|---|
javax.ejb |
Contains the Enterprise Bean classes
and interfaces that define the contracts between the enterprise bean
and its clients and between the enterprise bean and the enterprise bean container.
|
Modifier and Type | Method and Description |
---|---|
EJBLocalObject |
SessionContext.getEJBLocalObject()
Obtain a reference to the enterprise bean local object that is
associated with the instance.
|
EJBLocalObject |
EntityContext.getEJBLocalObject()
Obtain a reference to the enterprise bean local object that is currently
associated with the instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EJBLocalObject.isIdentical(EJBLocalObject obj)
Test if a given enterprise bean local object is identical to the invoked enterprise bean
local object.
|
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.