1 17 package org.apache.ldap.server.schema; 18 19 20 import org.apache.ldap.common.schema.NameForm; 21 22 23 29 public interface NameFormRegistryMonitor 30 { 31 36 void registered( NameForm nameForm ); 37 38 43 void lookedUp( NameForm nameForm ); 44 45 51 void lookupFailed( String oid, Throwable fault ); 52 53 59 void registerFailed( NameForm nameForm, Throwable fault ); 60 } 61 | Popular Tags |