private void execute(String type) {
   UIUtils.dispatchCloseEvent(this);
   new ShellInfoDialog(
       null,
       status.getAddress(),
       status.getName(),
       new String[] {status.getType()},
       status.getCatalog(),
       type);
 }
 private void upload() {
   UIUtils.dispatchCloseEvent(this);
   new MonitorFtpConnect(null, status.getAddress(), status.getName(), status.getCatalog());
 }