|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.core.schema.MatchingRuleRegistryMonitorAdapter
An adapter for a MatchingRuleRegistryMonitor.
Constructor Summary | |
MatchingRuleRegistryMonitorAdapter()
|
Method Summary | |
void |
lookedUp(MatchingRule rule)
Monitors when a MatchingRule is successfully looked up. |
void |
lookupFailed(java.lang.String oid,
javax.naming.NamingException fault)
Monitors when a lookup attempt fails. |
void |
registered(MatchingRule rule)
Monitors when a MatchingRule is registered successfully. |
void |
registerFailed(MatchingRule rule,
javax.naming.NamingException 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 MatchingRuleRegistryMonitorAdapter()
Method Detail |
public void registered(MatchingRule rule)
MatchingRuleRegistryMonitor
registered
in interface MatchingRuleRegistryMonitor
rule
- the MatchingRule registeredorg.apache.directory.server.core.schema.MatchingRuleRegistryMonitor#registered(
org.apache.directory.shared.ldap.schema.MatchingRule)
public void lookedUp(MatchingRule rule)
MatchingRuleRegistryMonitor
lookedUp
in interface MatchingRuleRegistryMonitor
rule
- the MatchingRule looked uporg.apache.directory.server.core.schema.MatchingRuleRegistryMonitor#lookedUp(
org.apache.directory.shared.ldap.schema.MatchingRule)
public void lookupFailed(java.lang.String oid, javax.naming.NamingException fault)
MatchingRuleRegistryMonitor
lookupFailed
in interface MatchingRuleRegistryMonitor
oid
- the OID for the MatchingRule to lookupfault
- the exception to be thrown for the faultMatchingRuleRegistryMonitor.lookupFailed(
java.lang.String, javax.naming.NamingException)
public void registerFailed(MatchingRule rule, javax.naming.NamingException fault)
MatchingRuleRegistryMonitor
registerFailed
in interface MatchingRuleRegistryMonitor
rule
- the MatchingRule which failed registrationfault
- the exception to be thrown for the faultorg.apache.directory.server.core.schema.MatchingRuleRegistryMonitor#registerFailed(
org.apache.directory.shared.ldap.schema.MatchingRule, javax.naming.NamingException)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |