com.atlassian.confluence.content.render.xhtml.migration.tasks
Class ContentEntityMigrationTaskWrapper.LoggingCallback

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.migration.tasks.ContentEntityMigrationTaskWrapper.LoggingCallback
Enclosing class:
ContentEntityMigrationTaskWrapper

public static class ContentEntityMigrationTaskWrapper.LoggingCallback
extends Object

Provides coordinated thread-safe logging of progress across multiple executing threads. Multiple ContentEntityMigrationTaskWrappers should be constructed with the one instance of LoggingCallback to coordinate the logging of progress between the instances.


Constructor Summary
ContentEntityMigrationTaskWrapper.LoggingCallback(int total)
           
 
Method Summary
 void logProgress(String threadName, int batchSize, int successSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentEntityMigrationTaskWrapper.LoggingCallback

public ContentEntityMigrationTaskWrapper.LoggingCallback(int total)
Method Detail

logProgress

public void logProgress(String threadName,
                        int batchSize,
                        int successSize)


Copyright © 2003-2013 Atlassian. All Rights Reserved.