Search in sources :

Example 1 with LinkedListStack

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());
}
Also used : LinkedListStack(org.apache.openejb.util.LinkedListStack)

Aggregations

LinkedListStack (org.apache.openejb.util.LinkedListStack)1