org.shredzone.repowatch.web
Class AdminResyncController.SyncResult

java.lang.Object
  extended by org.shredzone.repowatch.web.AdminResyncController.SyncResult
Enclosing class:
AdminResyncController

public static class AdminResyncController.SyncResult
extends Object

Contains the result of a single synchronization process.


Constructor Summary
AdminResyncController.SyncResult(Repository repository)
           
 
Method Summary
 void failed(SynchronizerException ex)
           
 SynchronizerException getException()
           
 Repository getRepository()
           
 long getRequiredTime()
           
 void startTimer()
           
 void stopTimer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminResyncController.SyncResult

public AdminResyncController.SyncResult(Repository repository)
Method Detail

failed

public void failed(SynchronizerException ex)

startTimer

public void startTimer()

stopTimer

public void stopTimer()

getRepository

public Repository getRepository()

getException

public SynchronizerException getException()

getRequiredTime

public long getRequiredTime()


Copyright © 2007-2011 shredzone.org. All Rights Reserved.