org.apache.directory.shared.ldap.ldif
Class LdifIteratorMonitorAdapter

java.lang.Object
  extended byorg.apache.directory.shared.ldap.ldif.LdifIteratorMonitorAdapter
All Implemented Interfaces:
LdifIteratorMonitor

public class LdifIteratorMonitorAdapter
extends java.lang.Object
implements LdifIteratorMonitor

LDIF Iterator monitor adapter.

Version:
$Rev: 379008 $
Author:
Apache Directory Project

Constructor Summary
LdifIteratorMonitorAdapter()
           
 
Method Summary
 void failure(java.lang.String msg, java.lang.Throwable cause)
          Monitors recoverable Iterator failures.
 void fatalFailure(java.lang.String msg, java.lang.Throwable cause)
          Monitors fatal Iterator failures.
 void infoAvailable(java.lang.String msg)
          Monitors the availablity of information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdifIteratorMonitorAdapter

public LdifIteratorMonitorAdapter()
Method Detail

fatalFailure

public void fatalFailure(java.lang.String msg,
                         java.lang.Throwable cause)
Description copied from interface: LdifIteratorMonitor
Monitors fatal Iterator failures.

Specified by:
fatalFailure in interface LdifIteratorMonitor
Parameters:
msg - the message associated with the failure
cause - the throwable that caused the failure

failure

public void failure(java.lang.String msg,
                    java.lang.Throwable cause)
Description copied from interface: LdifIteratorMonitor
Monitors recoverable Iterator failures.

Specified by:
failure in interface LdifIteratorMonitor
Parameters:
msg - the message associated with the failure
cause - the throwable that caused the failure

infoAvailable

public void infoAvailable(java.lang.String msg)
Description copied from interface: LdifIteratorMonitor
Monitors the availablity of information.

Specified by:
infoAvailable in interface LdifIteratorMonitor
Parameters:
msg - the information


Copyright © 2003-2006 . All Rights Reserved.