|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.core.schema.NormalizerRegistryMonitorAdapter
public class NormalizerRegistryMonitorAdapter
An adapter for the NormalizerRegistry's monitor.
| Constructor Summary | |
|---|---|
NormalizerRegistryMonitorAdapter()
|
|
| Method Summary | |
|---|---|
void |
lookedUp(java.lang.String oid,
org.apache.directory.shared.ldap.schema.Normalizer normalizer)
Monitors when a Normalizer 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,
org.apache.directory.shared.ldap.schema.Normalizer normalizer)
Monitors when a Normalizer is registered successfully. |
void |
registerFailed(java.lang.String oid,
org.apache.directory.shared.ldap.schema.Normalizer normalizer,
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 NormalizerRegistryMonitorAdapter()
| Method Detail |
|---|
public void registered(java.lang.String oid,
org.apache.directory.shared.ldap.schema.Normalizer normalizer)
NormalizerRegistryMonitor
registered in interface NormalizerRegistryMonitornormalizer - the Normalizer registered
public void lookedUp(java.lang.String oid,
org.apache.directory.shared.ldap.schema.Normalizer normalizer)
NormalizerRegistryMonitor
lookedUp in interface NormalizerRegistryMonitornormalizer - the Normalizer looked up
public void lookupFailed(java.lang.String oid,
javax.naming.NamingException fault)
NormalizerRegistryMonitor
lookupFailed in interface NormalizerRegistryMonitoroid - the OID for the Normalizer to lookupfault - the exception to be thrown for the fault
public void registerFailed(java.lang.String oid,
org.apache.directory.shared.ldap.schema.Normalizer normalizer,
javax.naming.NamingException fault)
NormalizerRegistryMonitor
registerFailed in interface NormalizerRegistryMonitornormalizer - the Normalizer 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 | |||||||||