|
||||||||||
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
public class 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(org.apache.directory.shared.ldap.schema.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(org.apache.directory.shared.ldap.schema.DITContentRule dITContentRule)
Monitors when a DITContentRule is registered successfully. |
void |
registerFailed(org.apache.directory.shared.ldap.schema.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(org.apache.directory.shared.ldap.schema.DITContentRule dITContentRule)
DITContentRuleRegistryMonitor
registered
in interface DITContentRuleRegistryMonitor
dITContentRule
- the DITContentRule successfully registeredpublic void lookedUp(org.apache.directory.shared.ldap.schema.DITContentRule dITContentRule)
DITContentRuleRegistryMonitor
lookedUp
in interface DITContentRuleRegistryMonitor
dITContentRule
- the DITContentRule successfully lookeduppublic void lookupFailed(java.lang.String oid, java.lang.Throwable fault)
DITContentRuleRegistryMonitor
lookupFailed
in interface DITContentRuleRegistryMonitor
oid
- the OID for the DITContentRule to lookupfault
- the exception to be thrown for the faultpublic void registerFailed(org.apache.directory.shared.ldap.schema.DITContentRule ditContentRule, java.lang.Throwable fault)
DITContentRuleRegistryMonitor
registerFailed
in interface DITContentRuleRegistryMonitor
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 |