There is no such method for stateless session beans, unless you create it.
That's wrong. isIdentical() is part of the EJBObject interface and EJBLocalObject interface. So, if the session bean (regardless whether stateful or stateless) has a component interface, this method can be used to compare the identity of session bean objects. This concerns clients with an
EJB 2 client view.