org.apache.synapse.commons.datasource
Interface DBPoolViewMBean

All Known Implementing Classes:
DBPoolView

public interface DBPoolViewMBean


Method Summary
 Map getConnectionUsage()
           
 String getName()
           
 int getNumActive()
           
 int getNumIdle()
           
 void reset()
           
 

Method Detail

getNumActive

int getNumActive()

getNumIdle

int getNumIdle()

getName

String getName()

getConnectionUsage

Map getConnectionUsage()

reset

void reset()


Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.