|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.7.3) E10653-11 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.jbo.server.QCPoolProperties
public class QCPoolProperties
Simple structure for managing shared QC pool properties.
| Method Summary | |
|---|---|
int |
getMaxInactiveAge()Returns the value 'maximum inactive age' set for query collections in the pool. |
double |
getMaxWeight()Returns the maximum weight allowed in the query collection pool. |
void |
setMaxInactiveAge(int maxInactiveAge)Sets the maximum amount of time (ms) that a query collection may remain inactive before it is removed from the pool. |
void |
setMaxWeight(double maxWeight)Sets the maximum weight allowed in the query collection pool. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setMaxWeight(double maxWeight)
-1, no limit.public double getMaxWeight()
public void setMaxInactiveAge(int maxInactiveAge)
public int getMaxInactiveAge()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.7.3) E10653-11 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||