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()110 Reference< XConnection > SAL_CALL OPoolCollection::getConnection( const ::rtl::OUString& _rURL ) th… in getConnection()115 Reference< XConnection > SAL_CALL OPoolCollection::getConnectionWithInfo( const ::rtl::OUString& _r… in getConnectionWithInfo()135 void SAL_CALL OPoolCollection::setLoginTimeout( sal_Int32 seconds ) throw(RuntimeException) in setLoginTimeout()141 sal_Int32 SAL_CALL OPoolCollection::getLoginTimeout( ) throw(RuntimeException) in getLoginTimeout()147 ::rtl::OUString SAL_CALL OPoolCollection::getImplementationName( ) throw(RuntimeException) in getImplementationName()154 sal_Bool SAL_CALL OPoolCollection::supportsService( const ::rtl::OUString& _rServiceName ) throw(Ru… in supportsService()166 Sequence< ::rtl::OUString > SAL_CALL OPoolCollection::getSupportedServiceNames( ) throw(RuntimeExc… in getSupportedServiceNames()172 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()