|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EJBObject | |
---|---|
com.bm.utils.substitues | |
javax.ejb | API used by EJB 3.0 container |
javax.ejb.spi | API used by EJB 3.0 container |
Uses of EJBObject in com.bm.utils.substitues |
---|
Methods in com.bm.utils.substitues that return EJBObject | |
---|---|
EJBObject |
FakedSessionContext.getEJBObject()
Obtain a reference to the EJB object that is currently associated with the instance. |
Uses of EJBObject in javax.ejb |
---|
Methods in javax.ejb that return EJBObject | |
---|---|
EJBObject |
SessionContext.getEJBObject()
Obtain a reference to the EJB object that is currently associated with the instance. |
EJBObject |
Handle.getEJBObject()
Obtain 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. |
Methods in javax.ejb with parameters of type EJBObject | |
---|---|
boolean |
EJBObject.isIdentical(EJBObject obj)
Test if a given EJB object is identical to the invoked EJB object. |
Uses of EJBObject in javax.ejb.spi |
---|
Methods in javax.ejb.spi that return EJBObject | |
---|---|
EJBObject |
HandleDelegate.readEJBObject(java.io.ObjectInputStream objectInputStream)
Deserialize the EJBObject reference corresponding to a Handle. |
Methods in javax.ejb.spi with parameters of type EJBObject | |
---|---|
void |
HandleDelegate.writeEJBObject(EJBObject ejbObject,
java.io.ObjectOutputStream objectOutputStream)
Serialize the EJBObject reference corresponding to a Handle. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |