[teiid-commits] teiid SVN: r974 - trunk/server/src/main/java/com/metamatrix/server/dqp/service.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Mon May 18 14:33:01 EDT 2009


Author: vhalbert at redhat.com
Date: 2009-05-18 14:33:01 -0400 (Mon, 18 May 2009)
New Revision: 974

Modified:
   trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformDataService.java
Log:
Teiid-580 - adding support for monitoring connector connection pools - exposing the stats in embedded

Modified: trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformDataService.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformDataService.java	2009-05-18 18:32:05 UTC (rev 973)
+++ trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformDataService.java	2009-05-18 18:33:01 UTC (rev 974)
@@ -213,6 +213,14 @@
         throws MetaMatrixComponentException{
         throw new UnsupportedOperationException();
     }
+    
+    /** 
+     * @see com.metamatrix.dqp.service.DataService#getConnectionPoolStatistics(java.lang.String)
+     * @since 6.1
+     */
+    public Collection getConnectionPoolStatistics(String connectorBindingName) throws MetaMatrixComponentException {
+    	throw new UnsupportedOperationException();
+    } 
 
     /** 
      * @see com.metamatrix.dqp.service.DataService#clearConnectorBindingCache(java.lang.String)




More information about the teiid-commits mailing list