- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {Connection c =
DataSource dataSource;dataSource.getConnection()
String url;DriverManager.getConnection(url)
IdentityDatabaseUtil.getDBConnection()
- Smart code suggestions by Codota
}
/** * Gets the list of referrals (LDAP URLs to other servers) returned by * the LDAP server. * * @see <a href="../../../../api/com/novell/ldap/LDAPReferralException.html#getReferrals()"> com.novell.ldap.LDAPReferralException.getReferrals()</a> */ public String[] getReferrals() { return exception.getReferrals(); }