Home
last modified time | relevance | path

Searched refs:OPoolCollection (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/connectivity/source/cpool/
H A DZPoolCollection.cxx76 OPoolCollection::OPoolCollection(const Reference< XMultiServiceFactory >& _rxFactory) in OPoolCollection() function in OPoolCollection
105 OPoolCollection::~OPoolCollection() in ~OPoolCollection()
141 sal_Int32 SAL_CALL OPoolCollection::getLoginTimeout( ) throw(RuntimeException) in getLoginTimeout()
174 return static_cast<XDriverManager*>(new OPoolCollection(_rxFactory)); in CreateInstance()
238 sal_Bool OPoolCollection::isDriverPoolingEnabled(const ::rtl::OUString& _sDriverImplName, in isDriverPoolingEnabled()
266 sal_Bool OPoolCollection::isPoolingEnabled() in isPoolingEnabled()
278 Reference<XInterface> OPoolCollection::getConfigPoolRoot() in getConfigPoolRoot()
285 sal_Bool OPoolCollection::isPoolingEnabledByUrl(const ::rtl::OUString& _sUrl, in isPoolingEnabledByUrl()
310 void OPoolCollection::clearConnectionPools(sal_Bool _bDispose) in clearConnectionPools()
323 OConnectionPool* OPoolCollection::getConnectionPool(const ::rtl::OUString& _sImplName, in getConnectionPool()
[all …]
H A DZPoolCollection.hxx57 class OPoolCollection : public OPoolCollection_Base class
81 OPoolCollection(); // never implemented
82 OPoolCollection(const OPoolCollection&); // never implemented
83 int operator= (const OPoolCollection&); // never implemented
85 OPoolCollection(
109 virtual ~OPoolCollection();
H A DZregistration.cxx53 if (OPoolCollection::getImplementationName_Static().compareToAscii(_pImplName) == 0) in component_getFactory()
58 OPoolCollection::getImplementationName_Static(), in component_getFactory()
59 OPoolCollection::CreateInstance, in component_getFactory()
60 OPoolCollection::getSupportedServiceNames_Static() in component_getFactory()
H A DZConnectionPool.cxx94 OPoolCollection::getNodeValue(getTimeoutNodeName(),m_xDriverNode) >>= m_nALiveCount; in OConnectionPool()

Completed in 26 milliseconds