}
class UpdateConnInfo implements Runnable{
public void run() {
try {
IHShareView hsv = (IHShareView) PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().showView(MainView.ID);
hsv.updateData();
} catch (PartInitException e) {
HLog.facelogger.error("Unable to refresh connection info",e);
}
}