|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public void registered(MatchingRule matchingRule)
matchingRule - the MatchingRule registeredpublic void lookedUp(MatchingRule matchingRule)
matchingRule - the MatchingRule looked up
public 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
public void 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 | ||||||||||