|
||||||||||
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
public class MatchingRuleRegistryMonitorAdapter
An adapter for a MatchingRuleRegistryMonitor.
Constructor Summary | |
---|---|
MatchingRuleRegistryMonitorAdapter()
|
Method Summary | |
---|---|
void |
lookedUp(org.apache.directory.shared.ldap.schema.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(org.apache.directory.shared.ldap.schema.MatchingRule rule)
Monitors when a MatchingRule is registered successfully. |
void |
registerFailed(org.apache.directory.shared.ldap.schema.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(org.apache.directory.shared.ldap.schema.MatchingRule rule)
MatchingRuleRegistryMonitor
registered
in interface MatchingRuleRegistryMonitor
rule
- the MatchingRule registeredMatchingRuleRegistryMonitor.registered(
org.apache.directory.shared.ldap.schema.MatchingRule)
public void lookedUp(org.apache.directory.shared.ldap.schema.MatchingRule rule)
MatchingRuleRegistryMonitor
lookedUp
in interface MatchingRuleRegistryMonitor
rule
- the MatchingRule looked upMatchingRuleRegistryMonitor.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(org.apache.directory.shared.ldap.schema.MatchingRule rule, javax.naming.NamingException fault)
MatchingRuleRegistryMonitor
registerFailed
in interface MatchingRuleRegistryMonitor
rule
- the MatchingRule which failed registrationfault
- the exception to be thrown for the faultMatchingRuleRegistryMonitor.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 |