dashboard
repositories
filestore
activity
search
login
external-software
/
github_OpenIdentityPlatform_OpenDJ
mirror of
https://github.com/OpenIdentityPlatform/OpenDJ.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix issue 2296: use Xalan-J as XSLT engine instead of built in JDK engine (...
matthew_swift
14.28.2010
5c8b1a901b4bc737a7e9d7ab1df42c6f1bbe3983
[external-software/github_OpenIdentityPlatform_OpenDJ.git]
/
sdk
/
src
/
org
/
opends
/
sdk
/
LoadBalancingAlgorithm.java
1
2
3
4
5
6
7
8
9
10
11
package org.opends.sdk;
/**
* Created by IntelliJ IDEA. User: digitalperk Date: Dec 15, 2009 Time:
* 3:37:03 PM To change this template use File | Settings | File
* Templates.
*/
public interface LoadBalancingAlgorithm
{
public ConnectionFactory getNextConnectionFactory();
}