org.apache.ldap.server.schema
Interface NameFormRegistryMonitor

All Known Implementing Classes:
NameFormRegistryMonitorAdapter

public interface NameFormRegistryMonitor

Interface for NameFormRegitery callback event monitors.

Version:
$Rev: 264732 $
Author:
Apache Directory Project

Method Summary
 void lookedUp(org.apache.ldap.common.schema.NameForm nameForm)
          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.ldap.common.schema.NameForm nameForm)
          Monitors when a NameForm is registered successfully.
 void registerFailed(org.apache.ldap.common.schema.NameForm nameForm, java.lang.Throwable fault)
          Monitors when a registration attempt fails.
 

Method Detail

registered

public void registered(org.apache.ldap.common.schema.NameForm nameForm)
Monitors when a NameForm is registered successfully.

Parameters:
nameForm - the NameForm successfully registered

lookedUp

public void lookedUp(org.apache.ldap.common.schema.NameForm nameForm)
Monitors when a Comparator is successfully looked up.

Parameters:
nameForm - the NameForm successfully lookedup

lookupFailed

public void lookupFailed(java.lang.String oid,
                         java.lang.Throwable fault)
Monitors when a lookup attempt fails.

Parameters:
oid - the OID for the NameForm to lookup
fault - the exception to be thrown for the fault

registerFailed

public void registerFailed(org.apache.ldap.common.schema.NameForm nameForm,
                           java.lang.Throwable fault)
Monitors when a registration attempt fails.

Parameters:
nameForm - the NameForm which failed registration
fault - the exception to be thrown for the fault


Copyright © 2002-2005 . All Rights Reserved.