|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.directory.server.core.schema.DITContentRuleRegistryMonitorAdapter
A simple do nothing monitor adapter for DITContentRuleRegistries. Note for safty exception based callback print the stack tract to stderr.
| Constructor Summary | |
DITContentRuleRegistryMonitorAdapter()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DITContentRuleRegistryMonitorAdapter()
| Method Detail |
public void registered(DITContentRule dITContentRule)
DITContentRuleRegistryMonitor
registered in interface DITContentRuleRegistryMonitordITContentRule - the DITContentRule successfully registeredpublic void lookedUp(DITContentRule dITContentRule)
DITContentRuleRegistryMonitor
lookedUp in interface DITContentRuleRegistryMonitordITContentRule - the DITContentRule successfully lookedup
public void lookupFailed(java.lang.String oid,
java.lang.Throwable fault)
DITContentRuleRegistryMonitor
lookupFailed in interface DITContentRuleRegistryMonitoroid - the OID for the DITContentRule to lookupfault - the exception to be thrown for the fault
public void registerFailed(DITContentRule ditContentRule,
java.lang.Throwable fault)
DITContentRuleRegistryMonitor
registerFailed in interface DITContentRuleRegistryMonitorditContentRule - 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 | ||||||||||