org.jencks.factory
Class PoolingSupportFactoryBean
java.lang.Object
org.jencks.factory.PoolingSupportFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean
public class PoolingSupportFactoryBean
- extends java.lang.Object
- implements org.springframework.beans.factory.FactoryBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PoolingSupportFactoryBean
public PoolingSupportFactoryBean()
getObject
public java.lang.Object getObject()
throws java.lang.Exception
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean
- Throws:
java.lang.Exception
getObjectType
public java.lang.Class<?> getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean
getPartitionStrategy
public java.lang.String getPartitionStrategy()
setPartitionStrategy
public void setPartitionStrategy(java.lang.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)
Copyright © 2010 LogicBlaze, Inc.. All Rights Reserved.