org.cloudgraph.rdb.connect
Class RDBConnectionManager

java.lang.Object
  extended by org.cloudgraph.rdb.connect.RDBConnectionManager

public class RDBConnectionManager
extends Object


Method Summary
protected  void finalize()
           
 Connection getConnection()
           
 int getNumLockedProcesses()
          getNumLockedProcesses - gets the number of currently locked processes on the MySQL db
static RDBConnectionManager instance()
           
static void printDriverStats()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static RDBConnectionManager instance()

finalize

protected void finalize()
Overrides:
finalize in class Object

getConnection

public Connection getConnection()
                         throws SQLException
Throws:
SQLException

printDriverStats

public static void printDriverStats()
                             throws Exception
Throws:
Exception

getNumLockedProcesses

public int getNumLockedProcesses()
getNumLockedProcesses - gets the number of currently locked processes on the MySQL db

Returns:
Number of locked processes


Copyright © 2013. All Rights Reserved.