Class Transfer

    • Method Detail

      • getException

        public abstract Exception getException()
        Gets the exception that occurred during the transfer (if any).
        Returns:
        The exception or null if the transfer was successful.
      • getListener

        public TransferListener getListener()
        Gets the listener that is to be notified during the transfer.
        Returns:
        The transfer listener or null if none.
      • getTrace

        public RequestTrace getTrace()
        Gets the trace information that describes the higher level request/operation in which this transfer is issued.
        Returns:
        The trace information about the higher level operation or null if none.