|
||||||||||
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
public class 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 SyntaxRegistryMonitor
syntax
- the Syntax registeredpublic void lookedUp(Syntax syntax)
SyntaxRegistryMonitor
lookedUp
in interface SyntaxRegistryMonitor
syntax
- the Syntax looked uppublic void lookupFailed(java.lang.String oid, javax.naming.NamingException fault)
SyntaxRegistryMonitor
lookupFailed
in interface SyntaxRegistryMonitor
oid
- the OID for the Syntax to lookupfault
- the exception to be thrown for the faultpublic void registerFailed(Syntax syntax, javax.naming.NamingException fault)
SyntaxRegistryMonitor
registerFailed
in interface SyntaxRegistryMonitor
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 |