184185186187188189190
public static class BogusSearchHandler extends SearchHandler { public void searchMessageReceived( IoSession session, InternalSearchRequest request ) { throw new NotImplementedException( "handler not implemented!" ); }
844845846847848849850851852853854
break; default: LOG.error( I18n.err( I18n.ERR_75 ) ); throw new NotImplementedException( I18n.err( I18n.ERR_76, reverse.getChangeType() ) ); } } } } catch ( IOException e )
1036103710381039104010411042
} public void before( ServerEntry element ) throws Exception { throw new NotImplementedException(); }
135136137138139140141142143144145
{ return substringEvaluator.evaluate( node, dn, entry ); } else if ( node instanceof ExtensibleNode ) { throw new NotImplementedException(); } else { throw new NamingException( I18n.err( I18n.ERR_245, node ) ); }
52535455565758
} public Preferences userRoot() { throw new NotImplementedException( I18n.err( I18n.ERR_269 ) ); }
355356357358359360361362363364365
// } // else // { // list = index.listIndices( regex ); // } throw new NotImplementedException(); } else { list = index.forwardCursor(); while ( list.next() )
353354355356357358359360361362363
{ return substringEvaluator.evaluate( node, dn, entry ); } else if ( node instanceof ExtensibleNode ) { throw new NotImplementedException(); } else { throw new LdapInvalidSearchFilterException( I18n.err( I18n.ERR_245, node ) ); }
949596979899100
* @see javax.naming.ldap.LdapContext#extendedOperation( * javax.naming.ldap.ExtendedRequest) */ public ExtendedResponse extendedOperation( ExtendedRequest request ) { throw new NotImplementedException(); }