org.apache.directory.shared.ldap.ldif
Interface LdifIteratorMonitor

All Known Implementing Classes:
LdifIteratorMonitorAdapter

public interface LdifIteratorMonitor

A monitor for an LDIF iterator.

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

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.
 

Method Detail

fatalFailure

public void fatalFailure(java.lang.String msg,
                         java.lang.Throwable cause)
Monitors fatal Iterator failures.

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)
Monitors recoverable Iterator failures.

Parameters:
msg - the message associated with the failure
cause - the throwable that caused the failure

infoAvailable

public void infoAvailable(java.lang.String msg)
Monitors the availablity of information.

Parameters:
msg - the information


Copyright © 2003-2006 . All Rights Reserved.