Chris Emery wrote:
>
> Please excuse me, I should have poised the question as: The only method available to
> a class which implements either EntityBean or SessionBean has for accessing server
> services is through the EJBContext.getEJBObject() method. Is this is correct, then
> if every EJB Server vendor implements the EJBObject interface differently when the
> EJB is deployed, then how can one write EJBs which are portable across servers? Am
> I missing something here?
No, the getEJBObject method allows a component to access an object
reference for itself. It's all the other methods on EJBContext that
you should be looking at.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".