|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.tools.BackendToolUtils
public class BackendToolUtils
This class provides utility functions for all JE related client tools.
Constructor Summary | |
---|---|
BackendToolUtils()
|
Method Summary | |
---|---|
static int |
getBackends(java.util.ArrayList<Backend> backendList,
java.util.ArrayList<BackendCfg> entryList,
java.util.ArrayList<java.util.List<DN>> dnList)
Retrieves information about the backends defined in the Directory Server configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BackendToolUtils()
Method Detail |
---|
public static int getBackends(java.util.ArrayList<Backend> backendList, java.util.ArrayList<BackendCfg> entryList, java.util.ArrayList<java.util.List<DN>> dnList)
backendList
- A list into which instantiated (but not initialized)
backend instances will be placed.entryList
- A list into which the config entries associated with
the backends will be placed.dnList
- A list into which the set of base DNs for each backend
will be placed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |