Package | Description |
---|---|
javax.ejb | |
javax.ejb.spi |
Modifier and Type | Method and Description |
---|---|
EJBObject |
Handle.getEJBObject()
Obtains the EJB object reference represented by this handle.
|
EJBObject |
EntityContext.getEJBObject()
Obtain a reference to the EJB object that is currently associated with the instance.
|
EJBObject |
SessionContext.getEJBObject()
Obtain a reference to the EJB object that is currently associated with the instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EJBObject.isIdentical(EJBObject ejbo)
Tests if a given EJB object is identical to the invoked EJB object.
|
Modifier and Type | Method and Description |
---|---|
EJBObject |
HandleDelegate.readEJBObject(ObjectInputStream istream)
Deserialize the EJBObject reference corresponding to a Handle.
|
Modifier and Type | Method and Description |
---|---|
void |
HandleDelegate.writeEJBObject(EJBObject ejbObject,
ObjectOutputStream ostream)
Serialize the EJBObject reference corresponding to a Handle.
|
Copyright © 2024 JBoss by Red Hat. All rights reserved.