The client must not make any assumptions regarding the internal implementation

Viewed 87

the full sentence taken from the EJB3.2 specifications:

When interacting with a reference to the no-interface view, the client must not make any assumptions regarding the internal implementation of the reference, such as any instance-specific state that may be present in the reference

I'm actually trying to understand what that actually mean and I was wondering if someone could kindly provide some examples.

EDIT:
The Above sentence is take from Section 3.4.4 Session Bean’s No-Interface View, maybe this info is helpful

1 Answers
Related