Searched refs:OPoolCollection (Results 1 – 4 of 4) sorted by relevance
76 OPoolCollection::OPoolCollection(const Reference< XMultiServiceFactory >& _rxFactory) in OPoolCollection() function in OPoolCollection105 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 …]
57 class OPoolCollection : public OPoolCollection_Base class81 OPoolCollection(); // never implemented82 OPoolCollection(const OPoolCollection&); // never implemented83 int operator= (const OPoolCollection&); // never implemented85 OPoolCollection(109 virtual ~OPoolCollection();
53 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()
94 OPoolCollection::getNodeValue(getTimeoutNodeName(),m_xDriverNode) >>= m_nALiveCount; in OConnectionPool()
Completed in 19 milliseconds