if (!allPluginClassNames.contains(pluginInteraceName)) continue;
// It is, add it to the list
exportInfo.isExported = true;
final ExportedPlugin exported = new ExportedPlugin();
exported.exportMethod = entry.method.name();
exported.exportURI = entry.uri;
exported.port = entry.uri.getPort();
exported.timeSinceExport = System.currentTimeMillis() - entry.timeOfExport;