|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MatchingRuleRegistryMonitor
Monitor interface for a MatchingRuleRegistry.
| Method Summary | |
|---|---|
void |
lookedUp(org.apache.directory.shared.ldap.schema.MatchingRule matchingRule)
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 matchingRule)
Monitors when a MatchingRule is registered successfully. |
void |
registerFailed(org.apache.directory.shared.ldap.schema.MatchingRule matchingRule,
javax.naming.NamingException fault)
Monitors when a registration attempt fails. |
| Method Detail |
|---|
void registered(org.apache.directory.shared.ldap.schema.MatchingRule matchingRule)
matchingRule - the MatchingRule registeredvoid lookedUp(org.apache.directory.shared.ldap.schema.MatchingRule matchingRule)
matchingRule - the MatchingRule looked up
void lookupFailed(java.lang.String oid,
javax.naming.NamingException fault)
oid - the OID for the MatchingRule to lookupfault - the exception to be thrown for the fault
void registerFailed(org.apache.directory.shared.ldap.schema.MatchingRule matchingRule,
javax.naming.NamingException fault)
matchingRule - the MatchingRule 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 | |||||||||