Class TransferMonitor

  • All Implemented Interfaces:
    java.lang.Runnable

    public class TransferMonitor
    extends java.lang.Object
    implements java.lang.Runnable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int LOCAL  
      static int REMOTE  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void abort()
      Abort the tpt transfer but do not close resources
      java.lang.String getLoggerName()
      In this class, each instance gets a separate logger which is assigned the name in the constructor.
      void run()  
      void setOther​(TransferMonitor other)  
      void start​(boolean blocking)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getLoggerName

        public java.lang.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.
      • 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 java.lang.Runnable