|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Monitor interface for a SyntaxCheckerRegistry.
| Method Summary | |
void |
lookedUp(java.lang.String oid,
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,
SyntaxChecker syntaxChecker)
Monitors when a SyntaxChecker is registered successfully. |
void |
registerFailed(java.lang.String oid,
SyntaxChecker syntaxChecker,
javax.naming.NamingException fault)
Monitors when a registration attempt fails. |
| Method Detail |
public void registered(java.lang.String oid,
SyntaxChecker syntaxChecker)
oid - syntaxChecker - the SyntaxChecker registered
public void lookedUp(java.lang.String oid,
SyntaxChecker syntaxChecker)
oid - syntaxChecker - the SyntaxChecker looked up
public 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
public void registerFailed(java.lang.String oid,
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 | ||||||||||