|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NormalizerRegistryMonitor
Monitor interface for a NormalizerRegistry.
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. |
Method Detail |
---|
void registered(java.lang.String oid, org.apache.directory.shared.ldap.schema.Normalizer normalizer)
oid
- normalizer
- the Normalizer registeredvoid lookedUp(java.lang.String oid, org.apache.directory.shared.ldap.schema.Normalizer normalizer)
oid
- normalizer
- the Normalizer looked upvoid lookupFailed(java.lang.String oid, javax.naming.NamingException fault)
oid
- the OID for the Normalizer to lookupfault
- the exception to be thrown for the faultvoid registerFailed(java.lang.String oid, org.apache.directory.shared.ldap.schema.Normalizer normalizer, javax.naming.NamingException fault)
oid
- normalizer
- 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 |