|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SyntaxRegistryMonitor
Monitor interface for a SyntaxRegistry.
Method Summary | |
---|---|
void |
lookedUp(Syntax syntax)
Monitors when a Syntax is successfully looked up. |
void |
lookupFailed(java.lang.String oid,
javax.naming.NamingException fault)
Monitors when a lookup attempt fails. |
void |
registered(Syntax syntax)
Monitors when a Syntax is registered successfully. |
void |
registerFailed(Syntax syntax,
javax.naming.NamingException fault)
Monitors when a registration attempt fails. |
Method Detail |
---|
void registered(Syntax syntax)
syntax
- the Syntax registeredvoid lookedUp(Syntax syntax)
syntax
- the Syntax looked upvoid lookupFailed(java.lang.String oid, javax.naming.NamingException fault)
oid
- the OID for the Syntax to lookupfault
- the exception to be thrown for the faultvoid registerFailed(Syntax syntax, javax.naming.NamingException fault)
syntax
- the Syntax 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 |