Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/cpool/
H A DZPoolCollection.cxx74 OPoolCollection::OPoolCollection(const Reference< XMultiServiceFactory >& _rxFactory) in OPoolCollection() function in OPoolCollection
103 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 …]
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()