|
||||||||||
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(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(MatchingRule matchingRule)
Monitors when a MatchingRule is registered successfully. |
void |
registerFailed(MatchingRule matchingRule,
javax.naming.NamingException fault)
Monitors when a registration attempt fails. |
Method Detail |
---|
void registered(MatchingRule matchingRule)
matchingRule
- the MatchingRule registeredvoid lookedUp(MatchingRule matchingRule)
matchingRule
- the MatchingRule looked upvoid lookupFailed(java.lang.String oid, javax.naming.NamingException fault)
oid
- the OID for the MatchingRule to lookupfault
- the exception to be thrown for the faultvoid registerFailed(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 |