All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.lgeds.jdf.db.pool.ConnMgrUtil

java.lang.Object
   |
   +----com.lgeds.jdf.db.pool.ConnMgrUtil

public class ConnMgrUtil
extends Object
Author:
WonYoung Lee, wyounglee@lgeds.lg.co.kr.

Method Index

 o getConnMgr()
The instance of ConnMgr is only one in the JVM.

Methods

 o getConnMgr
 public static ConnMgr getConnMgr()
The instance of ConnMgr is only one in the JVM. Use this method if you want to get the reference of the ConnMgr which already instantiated before.

Returns:
com.lgeds.jdf.db.pool.ConnMgr

All Packages  Class Hierarchy  This Package  Previous  Next  Index