|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A monitor for an LDIF iterator.
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 |
public void fatalFailure(java.lang.String msg, java.lang.Throwable cause)
msg
- the message associated with the failurecause
- the throwable that caused the failurepublic void failure(java.lang.String msg, java.lang.Throwable cause)
msg
- the message associated with the failurecause
- the throwable that caused the failurepublic void infoAvailable(java.lang.String msg)
msg
- the information
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |