OperationInfoHelper helper = new OperationInfoHelper();
ParameterHelper ph = helper.addOperation(getObjectToManage(),
"installComponent", 1, "install a component");
ph.setDescription(0, "file", "location of JBI Component to install");
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");