|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jencks.factory.AbstractGeronimoPool
This abstract class defines common properties for every kind of pool used by the connection manager of Geronimo.
These properties are the following: - maxSize: the max size of the pool - minSize: the min size of the pool - blockingTimeoutMilliseconds: the blocking timeout of the pool in milliseconds - idleTimeoutMinutes: the idle timeout of the pool in minutes - matchOne: - matchAll: selectOneAssumeMatch:
PartitionedPoolFactoryBean
,
SinglePoolFactoryBean
Field Summary | |
protected int |
blockingTimeoutMilliseconds
|
protected int |
idleTimeoutMinutes
|
protected boolean |
matchAll
|
protected boolean |
matchOne
|
protected int |
maxSize
|
protected int |
minSize
|
protected boolean |
selectOneAssumeMatch
|
Constructor Summary | |
AbstractGeronimoPool()
|
Method Summary | |
int |
getBlockingTimeoutMilliseconds()
|
int |
getIdleTimeoutMinutes()
|
int |
getMaxSize()
|
int |
getMinSize()
|
boolean |
isMatchAll()
|
boolean |
isMatchOne()
|
boolean |
isSelectOneAssumeMatch()
|
void |
setBlockingTimeoutMilliseconds(int blockingTimeoutMilliseconds)
Set the blocking timeout property in milliseconds. |
void |
setIdleTimeoutMinutes(int idleTimeoutMinutes)
Set the idle timeout property in minutes. |
void |
setMatchAll(boolean matchAll)
Set the match all property. |
void |
setMatchOne(boolean matchOne)
Set the match one property. |
void |
setMaxSize(int maxSize)
Set the max size property of the pool. |
void |
setMinSize(int minSize)
Set the min size property of the pool. |
void |
setSelectOneAssumeMatch(boolean selectOneAssumeMatch)
Set the select one assume mathc property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int maxSize
protected int minSize
protected int blockingTimeoutMilliseconds
protected int idleTimeoutMinutes
protected boolean matchOne
protected boolean matchAll
protected boolean selectOneAssumeMatch
Constructor Detail |
public AbstractGeronimoPool()
Method Detail |
public int getBlockingTimeoutMilliseconds()
public int getIdleTimeoutMinutes()
public boolean isMatchAll()
public boolean isMatchOne()
public int getMaxSize()
public int getMinSize()
public boolean isSelectOneAssumeMatch()
public void setBlockingTimeoutMilliseconds(int blockingTimeoutMilliseconds)
public void setIdleTimeoutMinutes(int idleTimeoutMinutes)
public void setMatchAll(boolean matchAll)
public void setMatchOne(boolean matchOne)
public void setMaxSize(int maxSize)
public void setMinSize(int minSize)
public void setSelectOneAssumeMatch(boolean selectOneAssumeMatch)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |