|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.tools.DBTest
public class DBTest
This program provides a utility that may be used to debug a JE backend. This tool provides the ability list various containers in the backend as well as dump the contents of database containers. This will be a process that is intended to run separate from Directory Server and not internally within the server process (e.g., via the tasks interface).
Constructor Summary | |
---|---|
DBTest(java.io.OutputStream out,
java.io.OutputStream err)
Creates a new dsconfig application instance. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Provides the command-line arguments to the main application for processing. |
static int |
main(java.lang.String[] args,
boolean initializeServer,
java.io.OutputStream outStream,
java.io.OutputStream errStream)
Provides the command-line arguments to the main application for processing and returns the exit code as an integer. |
void |
printMessage(Message msg)
Displays a message to the error stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DBTest(java.io.OutputStream out, java.io.OutputStream err)
out
- The application output stream.err
- The application error stream.Method Detail |
---|
public static void main(java.lang.String[] args)
args
- The set of command-line arguments provided to this
program.public static int main(java.lang.String[] args, boolean initializeServer, java.io.OutputStream outStream, java.io.OutputStream errStream)
args
- The set of command-line arguments provided to this
program.initializeServer
- Indicates whether to perform basic initialization (which
should not be done if the tool is running in the same
JVM as the server).outStream
- The output stream for standard output.errStream
- The output stream for standard error.
public final void printMessage(Message msg)
msg
- The message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |