|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.core.schema.MatchingRuleUseRegistryMonitorAdapter
A simple do nothing monitor adapter for MatchingRuleUseRegistries. Note for safty exception based callback print the stack tract to stderr.
Constructor Summary | |
MatchingRuleUseRegistryMonitorAdapter()
|
Method Summary | |
void |
lookedUp(MatchingRuleUse matchingRuleUse)
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(MatchingRuleUse matchingRuleUse)
Monitors when a MatchingRuleUse is registered successfully. |
void |
registerFailed(MatchingRuleUse matchingRuleUse,
java.lang.Throwable fault)
Monitors when a registration attempt fails. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MatchingRuleUseRegistryMonitorAdapter()
Method Detail |
public void registered(MatchingRuleUse matchingRuleUse)
MatchingRuleUseRegistryMonitor
registered
in interface MatchingRuleUseRegistryMonitor
matchingRuleUse
- the MatchingRuleUse successfully registeredpublic void lookedUp(MatchingRuleUse matchingRuleUse)
MatchingRuleUseRegistryMonitor
lookedUp
in interface MatchingRuleUseRegistryMonitor
matchingRuleUse
- the MatchingRuleUse successfully lookeduppublic void lookupFailed(java.lang.String oid, java.lang.Throwable fault)
MatchingRuleUseRegistryMonitor
lookupFailed
in interface MatchingRuleUseRegistryMonitor
oid
- the name of the matchingRuleUsefault
- the exception to be thrown for the faultpublic void registerFailed(MatchingRuleUse matchingRuleUse, java.lang.Throwable fault)
MatchingRuleUseRegistryMonitor
registerFailed
in interface MatchingRuleUseRegistryMonitor
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 |