Searched refs:OPoolCollection (Results 1 – 4 of 4) sorted by relevance
74 OPoolCollection::OPoolCollection(const Reference< XMultiServiceFactory >& _rxFactory) in OPoolCollection() function in OPoolCollection103 OPoolCollection::~OPoolCollection() in ~OPoolCollection()108 Reference< XConnection > SAL_CALL OPoolCollection::getConnection( const ::rtl::OUString& _rURL ) th… in getConnection()113 Reference< XConnection > SAL_CALL OPoolCollection::getConnectionWithInfo( const ::rtl::OUString& _r… in getConnectionWithInfo()133 void SAL_CALL OPoolCollection::setLoginTimeout( sal_Int32 seconds ) throw(RuntimeException) in setLoginTimeout()139 sal_Int32 SAL_CALL OPoolCollection::getLoginTimeout( ) throw(RuntimeException) in getLoginTimeout()145 ::rtl::OUString SAL_CALL OPoolCollection::getImplementationName( ) throw(RuntimeException) in getImplementationName()152 sal_Bool SAL_CALL OPoolCollection::supportsService( const ::rtl::OUString& _rServiceName ) throw(Ru… in supportsService()164 Sequence< ::rtl::OUString > SAL_CALL OPoolCollection::getSupportedServiceNames( ) throw(RuntimeExc… in getSupportedServiceNames()170 Reference< XInterface > SAL_CALL OPoolCollection::CreateInstance(const Reference< XMultiServiceFact… in CreateInstance()[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()