Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


oracle.ldap.util
Class UtilDebug

java.lang.Object
  extended by oracle.ldap.util.UtilDebug


public class UtilDebug
extends java.lang.Object

Field Summary
static int ERROR
           
static int MODE_ALL
          Displays ALL debug information
static int MODE_JAVA_API
           
static int MODE_LDAP_CONNECTION
          Displays LDAP connection bind identity before any LDAP operations is performed.
static int MODE_LDAP_OPERATIONS
          Displays debug information for LDAP operations
static int MODE_PROVISIONING_API
           
static int MODE_SUBSCRIBER_CLASS
          Displays Subscriber Class debug information;
static int MODE_USER_CLASS
          Displays User Class debug information;

 

Constructor Summary
UtilDebug()
           

 

Method Summary
static int getDebugMode()
          Gets the debug mode
static void log(int debugMode, java.lang.String header, javax.naming.Context ctx)
           
static void log(int debugMode, java.lang.String header, java.lang.Exception ex)
           
static void log(int debugMode, java.lang.String header, javax.naming.directory.ModificationItem[] modItem)
           
static void log(int debugMode, java.lang.String header, ModPropertySet mps)
           
static void log(int debugMode, java.lang.String header, java.lang.Object obj)
           
static void log(int debugMode, java.lang.String header, PropertySetCollection resultSet)
           
static void log(int debugMode, java.lang.String header, java.lang.String debugString)
           
static void log(int debugMode, java.lang.String header, java.lang.String[] debugStringArr)
           
static void logNewLine(int debugMode)
           
static void setDebugMode(int mode)
          Sets the debug mode
static void setPrintStream(java.io.PrintStream ps)
          Sets the print stream where the debug info is flushed///.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

MODE_ALL

public static final int MODE_ALL
Displays ALL debug information
See Also:
Constant Field Values

MODE_LDAP_OPERATIONS

public static final int MODE_LDAP_OPERATIONS
Displays debug information for LDAP operations
See Also:
Constant Field Values

MODE_LDAP_CONNECTION

public static final int MODE_LDAP_CONNECTION
Displays LDAP connection bind identity before any LDAP operations is performed.
See Also:
Constant Field Values

MODE_SUBSCRIBER_CLASS

public static final int MODE_SUBSCRIBER_CLASS
Displays Subscriber Class debug information;
See Also:
Constant Field Values

MODE_USER_CLASS

public static final int MODE_USER_CLASS
Displays User Class debug information;
See Also:
Constant Field Values

MODE_PROVISIONING_API

public static final int MODE_PROVISIONING_API
See Also:
Constant Field Values

MODE_JAVA_API

public static final int MODE_JAVA_API
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values

Constructor Detail

UtilDebug

public UtilDebug()

Method Detail

setPrintStream

public static void setPrintStream(java.io.PrintStream ps)
Sets the print stream where the debug info is flushed///.

setDebugMode

public static void setDebugMode(int mode)
Sets the debug mode

getDebugMode

public static int getDebugMode()
Gets the debug mode

logNewLine

public static void logNewLine(int debugMode)

log

public static void log(int debugMode,
                       java.lang.String header,
                       java.lang.String debugString)

log

public static void log(int debugMode,
                       java.lang.String header,
                       java.lang.Exception ex)

log

public static void log(int debugMode,
                       java.lang.String header,
                       java.lang.String[] debugStringArr)

log

public static void log(int debugMode,
                       java.lang.String header,
                       PropertySetCollection resultSet)

log

public static void log(int debugMode,
                       java.lang.String header,
                       ModPropertySet mps)

log

public static void log(int debugMode,
                       java.lang.String header,
                       javax.naming.directory.ModificationItem[] modItem)

log

public static void log(int debugMode,
                       java.lang.String header,
                       javax.naming.Context ctx)

log

public static void log(int debugMode,
                       java.lang.String header,
                       java.lang.Object obj)

Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.