org.alfresco.repo.transfer
Class RepoTransferProgressMonitorImpl

java.lang.Object
  extended by org.alfresco.repo.transfer.RepoTransferProgressMonitorImpl
All Implemented Interfaces:
TransferProgressMonitor

public class RepoTransferProgressMonitorImpl
extends java.lang.Object
implements TransferProgressMonitor


Constructor Summary
RepoTransferProgressMonitorImpl()
           
 
Method Summary
 TransferProgress getProgress(java.lang.String transferId)
           
 void log(java.lang.String transferId, java.lang.Object obj)
           
 void log(java.lang.String transferId, java.lang.Object obj, java.lang.Throwable ex)
           
 void setContentService(ContentService contentService)
           
 void setNodeService(NodeService nodeService)
           
 void setTransactionService(TransactionService transactionService)
           
 void updateProgress(java.lang.String transferId, int currPos)
           
 void updateProgress(java.lang.String transferId, int currPos, int endPos)
           
 void updateStatus(java.lang.String transferId, TransferProgress.Status status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepoTransferProgressMonitorImpl

public RepoTransferProgressMonitorImpl()
Method Detail

getProgress

public TransferProgress getProgress(java.lang.String transferId)
Specified by:
getProgress in interface TransferProgressMonitor

log

public void log(java.lang.String transferId,
                java.lang.Object obj)
Specified by:
log in interface TransferProgressMonitor

log

public void log(java.lang.String transferId,
                java.lang.Object obj,
                java.lang.Throwable ex)
Specified by:
log in interface TransferProgressMonitor

updateProgress

public void updateProgress(java.lang.String transferId,
                           int currPos)
Specified by:
updateProgress in interface TransferProgressMonitor

updateProgress

public void updateProgress(java.lang.String transferId,
                           int currPos,
                           int endPos)
Specified by:
updateProgress in interface TransferProgressMonitor

updateStatus

public void updateStatus(java.lang.String transferId,
                         TransferProgress.Status status)
Specified by:
updateStatus in interface TransferProgressMonitor

setNodeService

public void setNodeService(NodeService nodeService)
Parameters:
nodeService - the nodeService to set

setContentService

public void setContentService(ContentService contentService)
Parameters:
contentService - the contentService to set

setTransactionService

public void setTransactionService(TransactionService transactionService)
Parameters:
transactionService - the transactionService to set


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.