|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
java.util.Properties
org.apache.ojb.broker.util.pooling.PoolConfiguration
org.apache.ojb.broker.metadata.ConnectionPoolDescriptor
Encapsulates connection pooling configuration properties managed by
JdbcConnectionDescriptor
.
Every new instantiated ConnectionPoolDescriptor
was
associated with default connection pool attributes.
Field Summary |
Fields inherited from class java.util.Properties |
defaults |
Constructor Summary | |
ConnectionPoolDescriptor()
|
Method Summary | |
java.lang.Class |
getConnectionFactory()
|
void |
init()
Set some initial values. |
void |
setConnectionFactory(java.lang.Class connectionFactory)
|
java.lang.String |
toXML()
returns the XML marshalled version of this instance. |
Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store |
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ConnectionPoolDescriptor()
Method Detail |
public void init()
public java.lang.Class getConnectionFactory()
public void setConnectionFactory(java.lang.Class connectionFactory)
public java.lang.String toXML()
XmlCapable
toXML
in interface XmlCapable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |