Class RepoTransferReceiverImpl.AsyncCommitCommand

java.lang.Object
org.alfresco.repo.transfer.RepoTransferReceiverImpl.AsyncCommitCommand
All Implemented Interfaces:
Runnable
Enclosing class:
RepoTransferReceiverImpl

public class RepoTransferReceiverImpl.AsyncCommitCommand extends Object implements Runnable
This embedded class is used to push requests for asynchronous commits onto a different thread
Author:
Brian
  • Constructor Details

    • AsyncCommitCommand

      public AsyncCommitCommand(String transferId)
  • Method Details

    • run

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