|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MatchingRuleUseRegistryMonitor
Interface for MatchingRuleUseRegitery callback event monitors.
Method Summary | |
---|---|
void |
lookedUp(MatchingRuleUse matchingRuleUse)
Monitors when a Comparator is successfully looked up. |
void |
lookupFailed(java.lang.String name,
java.lang.Throwable fault)
Monitors when a lookup attempt fails. |
void |
registered(MatchingRuleUse matchingRuleUse)
Monitors when a MatchingRuleUse is registered successfully. |
void |
registerFailed(MatchingRuleUse matchingRuleUse,
java.lang.Throwable fault)
Monitors when a registration attempt fails. |
Method Detail |
---|
void registered(MatchingRuleUse matchingRuleUse)
matchingRuleUse
- the MatchingRuleUse successfully registeredvoid lookedUp(MatchingRuleUse matchingRuleUse)
matchingRuleUse
- the MatchingRuleUse successfully lookedupvoid lookupFailed(java.lang.String name, java.lang.Throwable fault)
name
- the name of the matchingRuleUsefault
- the exception to be thrown for the faultvoid registerFailed(MatchingRuleUse matchingRuleUse, java.lang.Throwable fault)
matchingRuleUse
- the MatchingRuleUse 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 |