|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.directory.server.core.schema.SyntaxRegistryMonitorAdapter
An adapter for the SyntaxRegistry's monitor.
| Constructor Summary | |
SyntaxRegistryMonitorAdapter()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SyntaxRegistryMonitorAdapter()
| Method Detail |
public void registered(Syntax syntax)
SyntaxRegistryMonitor
registered in interface SyntaxRegistryMonitorsyntax - the Syntax registeredpublic void lookedUp(Syntax syntax)
SyntaxRegistryMonitor
lookedUp in interface SyntaxRegistryMonitorsyntax - the Syntax looked up
public void lookupFailed(java.lang.String oid,
javax.naming.NamingException fault)
SyntaxRegistryMonitor
lookupFailed in interface SyntaxRegistryMonitoroid - the OID for the Syntax to lookupfault - the exception to be thrown for the fault
public void registerFailed(Syntax syntax,
javax.naming.NamingException fault)
SyntaxRegistryMonitor
registerFailed in interface SyntaxRegistryMonitorsyntax - 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 | ||||||||||