Question 2 of the exercise on page 461 of HF asks
List two things a stateful bean can call on its SessionContext that a message-driven bean can never call on its MesageDrivenContext
The solution on page 461 lists the following two methods
isCallerInRole() getEJBHome() Does this mean that those are the only two methods that should be included?
What about
getCallerPrincipal() getEJBLocalHome() I suppose the question was just asking for two of the four methods.
Thanks.