}
final FunctionBlacklist blacklist = _bean.getObjectCreating();
ComponentInfo infoRO = new ComponentInfo(FunctionBlacklist.class, classifier);
infoRO.addAttribute(ComponentInfoAttributes.LEVEL, 1);
infoRO.addAttribute(ComponentInfoAttributes.REMOTE_CLIENT_JAVA, RemoteFunctionBlacklist.class);
repo.registerComponent(infoRO, blacklist);
if (blacklist instanceof ManageableFunctionBlacklist) {
ComponentInfo infoMng = new ComponentInfo(ManageableFunctionBlacklist.class, classifier);
infoMng.addAttribute(ComponentInfoAttributes.LEVEL, 1);