|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AttributeTypeRegistryMonitor
Interface for AttributeTypeRegitery callback event monitors.
| Method Summary | |
|---|---|
void |
lookedUp(org.apache.directory.shared.ldap.schema.AttributeType attributeType)
Monitors when a Comparator is successfully looked up. |
void |
lookupFailed(java.lang.String oid,
java.lang.Throwable fault)
Monitors when a lookup attempt fails. |
void |
registered(org.apache.directory.shared.ldap.schema.AttributeType attributeType)
Monitors when a AttributeType is registered successfully. |
void |
registerFailed(org.apache.directory.shared.ldap.schema.AttributeType attributeType,
java.lang.Throwable fault)
Monitors when a registration attempt fails. |
| Method Detail |
|---|
void registered(org.apache.directory.shared.ldap.schema.AttributeType attributeType)
attributeType - the AttributeType successfully registeredvoid lookedUp(org.apache.directory.shared.ldap.schema.AttributeType attributeType)
attributeType - the AttributeType successfully lookedup
void lookupFailed(java.lang.String oid,
java.lang.Throwable fault)
oid - the OID for the AttributeType to lookupfault - the exception to be thrown for the fault
void registerFailed(org.apache.directory.shared.ldap.schema.AttributeType attributeType,
java.lang.Throwable fault)
attributeType - the AttributeType 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 | |||||||||