com.safeidentity.adminservice.loadbalance
Interface ConnectionPool
- All Known Implementing Classes:
- DBConnectionPool, LdapConnectionPool
- public interface ConnectionPool
- Author:
- kevin
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
destroy
public void destroy()
getConnection
public PooledConnection getConnection()
throws java.lang.Exception
- Ä¿³Ø¼ÇÀ» °¡Á®¿Â´Ù.
- Returns:
-
- Throws:
java.lang.Exception
releaseConnection
public void releaseConnection(PooledConnection connection)
Copyright © 2004 SoftForum Corp. All Rights Reserved.