|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DITContentRuleRegistryMonitor
Interface for DITContentRuleRegitery callback event monitors.
Method Summary | |
---|---|
void |
lookedUp(DITContentRule dITContentRule)
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(DITContentRule dITContentRule)
Monitors when a DITContentRule is registered successfully. |
void |
registerFailed(DITContentRule dITContentRule,
java.lang.Throwable fault)
Monitors when a registration attempt fails. |
Method Detail |
---|
void registered(DITContentRule dITContentRule)
dITContentRule
- the DITContentRule successfully registeredvoid lookedUp(DITContentRule dITContentRule)
dITContentRule
- the DITContentRule successfully lookedupvoid lookupFailed(java.lang.String oid, java.lang.Throwable fault)
oid
- the OID for the DITContentRule to lookupfault
- the exception to be thrown for the faultvoid registerFailed(DITContentRule dITContentRule, java.lang.Throwable fault)
dITContentRule
- the DITContentRule 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 |