A developer writes a stateless session bean with one local business interface and with containermanaged transactions. All business methods have transaction attribute REQUIRED. The bean has
an injected field sessionCtx of the type SessionContext. Which two operations are allowed in a
business method of the bean? (Choose two.)
A.
sessionCtx. getEJBObject
B.
sessionCtx.setRollbackOnly
C.
sessionCtx. getMessageContext
D.
sessionCtx. getBusinessObject
E.
sessionCtx. getEJBLocalObject
Explanation:
New Questions