* The bean is returned to the method ready pool if its returned after servicing a find, ejbHome, business or create
* method and is not still part of a tx. While in the method ready pool the bean instance is not associated with a
* primary key and may be used to service a request for any bean of the same class.
*/
Stack methodReadyPool = poolMap.get(callContext.getDeploymentInfo().getDeploymentID());
methodReadyPool.push(bean);
}
}
public void freeInstance(ThreadContext callContext, EntityBean bean) throws SystemException {