use of org.apache.openejb.util.LinkedListStack in project tomee by apache.
the class EntityInstanceManager method deploy.
public void deploy(final BeanContext beanContext) {
poolMap.put(beanContext.getDeploymentID(), new LinkedListStack(poolsize / 2));
beanContext.set(EJBContext.class, createEntityContext());
}
Aggregations