|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.solarmetric.rd.conf.AbstractConfiguration
|
+--com.solarmetric.rd.conf.SimpleConfiguration
|
+--com.solarmetric.rd.kodo.conf.SimpleJDOConfiguration
|
+--com.solarmetric.rd.kodo.impl.jdbc.conf.SimpleJDBCConfiguration
|
+--com.solarmetric.rd.kodo.impl.jdbc.ee.JDBCConnectionFactory
JCA ConnectionFactory for obtaining PersistenceManagers.
| Field Summary |
| Fields inherited from class com.solarmetric.rd.kodo.impl.jdbc.conf.SimpleJDBCConfiguration |
dbdictionary, jdbcListeners, mappingFactory, schemaFactory, sequenceFactory, updateManager |
| Fields inherited from class com.solarmetric.rd.kodo.conf.SimpleJDOConfiguration |
BASIC_OPTION, classResolver, connectionFactory, connectionFactory2, dataCache, EXPERT_OPTION, filterListeners, license, managedRuntime, metaRepos, proxyManager, TYPE_CONNECTING, TYPE_GENERAL, TYPE_JDO, TYPE_OPTIMIZATION |
| Fields inherited from class com.solarmetric.rd.conf.SimpleConfiguration |
logFactory |
| Fields inherited from interface com.solarmetric.rd.kodo.conf.JDOConfiguration |
LOG_DATACACHE, LOG_ENHANCE, LOG_METADATA, LOG_RUNTIME |
| Fields inherited from interface java.beans.BeanInfo |
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
| Fields inherited from interface com.solarmetric.rd.kodo.impl.jdbc.conf.JDBCConfiguration |
LOG_JDBC, LOG_SCHEMA, LOG_SQL |
| Constructor Summary | |
JDBCConnectionFactory()
|
|
JDBCConnectionFactory(com.solarmetric.rd.kodo.impl.jdbc.ee.JDBCManagedConnectionFactory mcf,
javax.resource.spi.ConnectionManager cm)
|
|
JDBCConnectionFactory(java.util.Properties props)
|
|
| Method Summary | |
javax.resource.cci.Connection |
getConnection()
|
javax.resource.cci.Connection |
getConnection(javax.resource.cci.ConnectionSpec spec)
|
int |
getMaxPool()
|
javax.resource.cci.ResourceAdapterMetaData |
getMetaData()
|
int |
getMinPool()
|
int |
getMsWait()
|
javax.jdo.PersistenceManager |
getPersistenceManager()
|
javax.jdo.PersistenceManager |
getPersistenceManager(java.lang.String user,
java.lang.String pass)
|
static javax.jdo.PersistenceManagerFactory |
getPersistenceManagerFactory(java.util.Properties props)
|
java.util.Properties |
getProperties()
|
javax.resource.cci.RecordFactory |
getRecordFactory()
|
javax.naming.Reference |
getReference()
|
void |
setMaxPool(int val)
|
void |
setMinPool(int val)
|
void |
setMsWait(int val)
|
void |
setReference(javax.naming.Reference ref)
|
java.util.Collection |
supportedOptions()
|
| Methods inherited from class com.solarmetric.rd.conf.SimpleConfiguration |
addValue, addValue, addValue, addValue, addValue, addValue, addValue, getLog, getLogFactory, getValues, setLog, setLogFactory |
| Methods inherited from class com.solarmetric.rd.conf.AbstractConfiguration |
equals, fromProperties, getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors, hashCode, isFrozen, loadDefaults, readExternal, setFrozen, setProperties, toProperties, writeExternal |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.solarmetric.rd.conf.Configuration |
free, fromProperties, getLog, getLogFactory, isFrozen, setFrozen, setLog, setLogFactory, toProperties |
| Methods inherited from interface java.beans.BeanInfo |
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors |
| Methods inherited from interface javax.jdo.PersistenceManagerFactory |
getConnectionDriverName, getConnectionFactory, getConnectionFactory2, getConnectionFactory2Name, getConnectionFactoryName, getConnectionURL, getConnectionUserName, getIgnoreCache, getMultithreaded, getNontransactionalRead, getNontransactionalWrite, getOptimistic, getRestoreValues, getRetainValues, setConnectionDriverName, setConnectionFactory, setConnectionFactory2, setConnectionFactory2Name, setConnectionFactoryName, setConnectionPassword, setConnectionURL, setConnectionUserName, setIgnoreCache, setMultithreaded, setNontransactionalRead, setNontransactionalWrite, setOptimistic, setRestoreValues, setRetainValues |
| Constructor Detail |
public JDBCConnectionFactory(com.solarmetric.rd.kodo.impl.jdbc.ee.JDBCManagedConnectionFactory mcf,
javax.resource.spi.ConnectionManager cm)
public JDBCConnectionFactory()
public JDBCConnectionFactory(java.util.Properties props)
| Method Detail |
public javax.resource.cci.RecordFactory getRecordFactory()
throws javax.resource.NotSupportedException
getRecordFactory in interface javax.resource.cci.ConnectionFactoryjavax.resource.NotSupportedExceptionpublic javax.resource.cci.ResourceAdapterMetaData getMetaData()
getMetaData in interface javax.resource.cci.ConnectionFactory
public javax.resource.cci.Connection getConnection()
throws javax.resource.ResourceException
getConnection in interface javax.resource.cci.ConnectionFactoryjavax.resource.ResourceException
public javax.resource.cci.Connection getConnection(javax.resource.cci.ConnectionSpec spec)
throws javax.resource.ResourceException
getConnection in interface javax.resource.cci.ConnectionFactoryjavax.resource.ResourceExceptionpublic void setReference(javax.naming.Reference ref)
setReference in interface javax.resource.Referenceablepublic javax.naming.Reference getReference()
getReference in interface javax.naming.Referenceablepublic java.util.Collection supportedOptions()
supportedOptions in interface javax.jdo.PersistenceManagerFactorypublic java.util.Properties getProperties()
getProperties in interface javax.jdo.PersistenceManagerFactorypublic javax.jdo.PersistenceManager getPersistenceManager()
getPersistenceManager in interface javax.jdo.PersistenceManagerFactory
public javax.jdo.PersistenceManager getPersistenceManager(java.lang.String user,
java.lang.String pass)
getPersistenceManager in interface javax.jdo.PersistenceManagerFactorypublic int getMaxPool()
getMaxPool in interface javax.jdo.PersistenceManagerFactorypublic void setMaxPool(int val)
setMaxPool in interface javax.jdo.PersistenceManagerFactorypublic int getMinPool()
getMinPool in interface javax.jdo.PersistenceManagerFactorypublic void setMinPool(int val)
setMinPool in interface javax.jdo.PersistenceManagerFactorypublic int getMsWait()
getMsWait in interface javax.jdo.PersistenceManagerFactorypublic void setMsWait(int val)
setMsWait in interface javax.jdo.PersistenceManagerFactorypublic static javax.jdo.PersistenceManagerFactory getPersistenceManagerFactory(java.util.Properties props)
|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||