org.cloudgraph.rdb.connect
Class ProviderManager

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

public class ProviderManager
extends Object

Instantiates a provider based on configuration setting and supplies singleton access to the shared provider.


Method Summary
protected  void finalize()
           
 Connection getConnection()
           
static ProviderManager instance()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static ProviderManager instance()

finalize

protected void finalize()
Overrides:
finalize in class Object

getConnection

public Connection getConnection()
                         throws SQLException
Throws:
SQLException


Copyright © 2014. All rights reserved.