org.apache.openejb.spring
Class BmpContainer

java.lang.Object
  extended by org.apache.openejb.spring.AbstractContainerProvider
      extended by org.apache.openejb.spring.BmpContainer
All Implemented Interfaces:
ContainerProvider, org.springframework.beans.factory.BeanNameAware

public class BmpContainer
extends AbstractContainerProvider


Constructor Summary
BmpContainer()
           
 
Method Summary
protected  String getContainerType()
           
 Integer getPoolSize()
           
protected  Properties getProperties()
           
 void setPoolSize(Integer poolSize)
           
 
Methods inherited from class org.apache.openejb.spring.AbstractContainerProvider
getContainerDefinition, getId, getProvider, setBeanName, setId, setProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BmpContainer

public BmpContainer()
Method Detail

getPoolSize

public Integer getPoolSize()

setPoolSize

public void setPoolSize(Integer poolSize)

getContainerType

protected String getContainerType()
Specified by:
getContainerType in class AbstractContainerProvider

getProperties

protected Properties getProperties()
Specified by:
getProperties in class AbstractContainerProvider


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.