Gets a bean instance from this cache given the identity. This method
may involve activation if the instance is not in the cache.
Implementation should have O(1) complexity.
This method is never called for stateless session beans.
Parameters: id - The primary key of the bean . The EnterpriseContext related to the given id. throws: RemoteException - In case of illegal calls (concurrent /reentrant) throws: NoSuchObjectException - if the bean cannot be found. See Also: InstanceCache.release |