|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
oracle.tip.pc.services.identity.config.ConfigurationProperties
oracle.tip.pc.services.identity.config.PoolCfg
public class PoolCfg
PoolCfg defines pool propertie.
Constructor Summary | |
---|---|
PoolCfg(PoolType pool) Constructor. |
Method Summary | |
---|---|
java.lang.String |
getInitSize() Gets Pool's initial size |
java.lang.String |
getMaxSize() Gets Pool's maximum size |
java.lang.String |
getPrefSize() Gets Pool's preferred size |
java.util.Map |
getProperties() Gets associated properties |
java.lang.String |
getTimeout() Gets Pool's timeout limit |
java.lang.String |
toString() Returns a String representation of the object. |
Methods inherited from class java.util.Properties |
---|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames |
Methods inherited from class java.util.Hashtable |
---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, values |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PoolCfg(PoolType pool)
pool
- A PoolType JAXB model instanceMethod Detail |
---|
public java.lang.String getInitSize()
public java.lang.String getMaxSize()
public java.lang.String getPrefSize()
public java.lang.String getTimeout()
public java.util.Map getProperties()
public java.lang.String toString()
toString
in class ConfigurationProperties
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |