SimSystem.report(e);
}
if (service instanceof IMSSystemHostInformation) {
IMSSystemHostInformation host = (IMSSystemHostInformation) service;
PlugInView view;
try {
String name = "";
if (service instanceof IMSSystemHost) {
name = service.getName();
}
view =
new PlugInView(name, host.getPluginInfo(), Contribution.EDITOR);
getWindowManager().addWindow(view);
} catch (RemoteException e) {
SimSystem.report(e);