|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void registered(Syntax syntax)
syntax
- the Syntax registeredpublic void lookedUp(Syntax syntax)
syntax
- the Syntax looked uppublic void lookupFailed(java.lang.String oid, javax.naming.NamingException fault)
oid
- the OID for the Syntax to lookupfault
- the exception to be thrown for the faultpublic void 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 |