Class TransferMonitor

java.lang.Object
org.globus.ftp.vanilla.TransferMonitor
All Implemented Interfaces:
Runnable

public class TransferMonitor extends Object implements Runnable
  • Field Details

  • Constructor Details

  • Method Details

    • getLoggerName

      public String getLoggerName()
      In this class, each instance gets a separate logger which is assigned the name in the constructor. This name is in the form "...GridFTPClient.thread host:port".
      Returns:
      the logger name.
    • setOther

      public void setOther(TransferMonitor other)
    • abort

      public void abort()
      Abort the tpt transfer but do not close resources
    • start

      public void start(boolean blocking)
    • run

      public void run()
      Specified by:
      run in interface Runnable