Class LsRemoteOperation


  • public class LsRemoteOperation
    extends Operation
    The list remote operation queries the transfer manager for any unknown DatabaseRemoteFiles.

    It first uses a TransferManager to list all remote databases and then uses the local list of known databases to filter already processed files. The local list of known databases is loaded.

    • Method Detail

      • execute

        public LsRemoteOperationResult execute()
                                        throws java.lang.Exception
        Description copied from class: Operation
        Executes the operation synchronously and returns a result when the operation exits. Using covariance is recommend, that is OperationFoo should override execute so as to return a OperationFooResult rather than OperationResult.
        Specified by:
        execute in class Operation
        Returns:
        Returns an operation-specific operation result
        Throws:
        java.lang.Exception - If the operation fails