|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.ldif.LdifIteratorMonitorAdapter
LDIF Iterator monitor adapter.
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 |
public LdifIteratorMonitorAdapter()
Method Detail |
public void fatalFailure(java.lang.String msg, java.lang.Throwable cause)
LdifIteratorMonitor
fatalFailure
in interface LdifIteratorMonitor
msg
- the message associated with the failurecause
- the throwable that caused the failurepublic void failure(java.lang.String msg, java.lang.Throwable cause)
LdifIteratorMonitor
failure
in interface LdifIteratorMonitor
msg
- the message associated with the failurecause
- the throwable that caused the failurepublic void infoAvailable(java.lang.String msg)
LdifIteratorMonitor
infoAvailable
in interface LdifIteratorMonitor
msg
- the information
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |