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