org.jencks.factory
Class PoolingSupportFactoryBean

java.lang.Object
  extended by 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


Constructor Summary
PoolingSupportFactoryBean()
           
 
Method Summary
 int getConnectionMaxIdleMinutes()
           
 int getConnectionMaxWaitMilliseconds()
           
 java.lang.Object getObject()
           
 java.lang.Class<?> getObjectType()
           
 java.lang.String getPartitionStrategy()
           
 int getPoolMaxSize()
           
 int getPoolMinSize()
           
 boolean isAllConnectionsEqual()
           
 boolean isSingleton()
           
 void setAllConnectionsEqual(boolean allConnectionsEqual)
           
 void setConnectionMaxIdleMinutes(int connectionMaxIdleMinutes)
           
 void setConnectionMaxWaitMilliseconds(int connectionMaxWaitMilliseconds)
           
 void setPartitionStrategy(java.lang.String partitionStrategy)
           
 void setPoolMaxSize(int poolMaxSize)
           
 void setPoolMinSize(int poolMinSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolingSupportFactoryBean

public PoolingSupportFactoryBean()
Method Detail

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.