|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DITStructureRuleRegistryMonitor
Interface for DITStructureRuleRegitery callback event monitors.
Method Summary | |
---|---|
void |
lookedUp(DITStructureRule dITStructureRule)
Monitors when a Comparator is successfully looked up. |
void |
lookupFailed(java.lang.String oid,
java.lang.Throwable fault)
Monitors when a lookup attempt fails. |
void |
registered(DITStructureRule dITStructureRule)
Monitors when a DITStructureRule is registered successfully. |
void |
registerFailed(DITStructureRule dITStructureRule,
java.lang.Throwable fault)
Monitors when a registration attempt fails. |
Method Detail |
---|
void registered(DITStructureRule dITStructureRule)
dITStructureRule
- the DITStructureRule successfully registeredvoid lookedUp(DITStructureRule dITStructureRule)
dITStructureRule
- the DITStructureRule successfully lookedupvoid lookupFailed(java.lang.String oid, java.lang.Throwable fault)
oid
- the OID for the DITStructureRule to lookupfault
- the exception to be thrown for the faultvoid registerFailed(DITStructureRule dITStructureRule, java.lang.Throwable fault)
dITStructureRule
- the DITStructureRule which failed registrationfault
- the exception to be thrown for the fault
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |