org.apache.openejb.resource
Class GeronimoConnectionManagerFactory
java.lang.Object
org.apache.openejb.resource.GeronimoConnectionManagerFactory
public class GeronimoConnectionManagerFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeronimoConnectionManagerFactory
public GeronimoConnectionManagerFactory()
getMcf
public javax.resource.spi.ManagedConnectionFactory getMcf()
setMcf
public void setMcf(javax.resource.spi.ManagedConnectionFactory mcf)
getName
public String getName()
setName
public void setName(String name)
getClassLoader
public ClassLoader getClassLoader()
setClassLoader
public void setClassLoader(ClassLoader classLoader)
getTransactionManager
public TransactionManager getTransactionManager()
setTransactionManager
public void setTransactionManager(TransactionManager transactionManager)
getTransactionSupport
public String getTransactionSupport()
setTransactionSupport
public void setTransactionSupport(String transactionSupport)
isPooling
public boolean isPooling()
setPooling
public void setPooling(boolean pooling)
getPartitionStrategy
public String getPartitionStrategy()
setPartitionStrategy
public void setPartitionStrategy(String partitionStrategy)
getPoolMaxSize
public int getPoolMaxSize()
setPoolMaxSize
public void setPoolMaxSize(int poolMaxSize)
getPoolMinSize
public int getPoolMinSize()
setPoolMinSize
public void setPoolMinSize(int poolMinSize)
isAllConnectionsEqual
public boolean isAllConnectionsEqual()
setAllConnectionsEqual
public void setAllConnectionsEqual(boolean allConnectionsEqual)
getConnectionMaxWaitMilliseconds
public int getConnectionMaxWaitMilliseconds()
setConnectionMaxWaitMilliseconds
public void setConnectionMaxWaitMilliseconds(int connectionMaxWaitMilliseconds)
getConnectionMaxIdleMinutes
public int getConnectionMaxIdleMinutes()
setConnectionMaxIdleMinutes
public void setConnectionMaxIdleMinutes(int connectionMaxIdleMinutes)
create
public org.apache.geronimo.connector.outbound.GenericConnectionManager create()
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.