{
id = oidRegistry.getOid( id );
if ( byOid.containsKey( id ) )
{
MatchingRule dITContentRule = ( MatchingRule ) byOid.get( id );
monitor.lookedUp( dITContentRule );
return dITContentRule;
}
if ( bootstrap.hasMatchingRule( id ) )
{
MatchingRule dITContentRule = bootstrap.lookup( id );
monitor.lookedUp( dITContentRule );
return dITContentRule;
}
NamingException e = new NamingException( "dITContentRule w/ OID "