ParameterHelper ph = helper.addOperation(getObjectToManage(), "installComponent", 3, "install a component");
ph.setDescription(0, "file", "location of JBI Component to install");
ph.setDescription(1, "properties", "component installation properties");
ph.setDescription(1, "deferExceptions", "true if exceptions due to missing dependencies should be differed");
ph = helper.addOperation(getObjectToManage(), "uninstallComponent", 1, "uninstall a component");
ph.setDescription(0, "name", "component name to uninstall");
ph = helper.addOperation(getObjectToManage(), "installSharedLibrary", 1, "install a shared library");
ph.setDescription(0, "file", "location of shared library to install");