Hi
From HFEJB I have read that Handle (from Handle getHandle() of EJBObject) method can be used to retrive the stub of the same EJBObject(may be different instance)when it is deserialsed after some time. But let us take a scenario. We can take a scenario like today we used a Shooping cart EJBOjbect( for a stateful session bean) to add a stuff to cart. Then due to some reason client serialise it. and after a quite considerable time(less than sessiom timeout and in different JVM instatnce) Client again deserialize the Handle to get the EJBObject( with the same security information as previous).
So my question is that if we are using a different JVM. So how a Handle instance come to know that the client want the reference to same EJBObject as previous. does the Handle object store some information regarding that and if yes what exactly is store in the Handle object
Please help me understanding that, unable to figure it out
Thanks in advance