org.jumpmind.symmetric.service.jmx
Class OutgoingManagementService
java.lang.Object
org.jumpmind.symmetric.service.jmx.OutgoingManagementService
@ManagedResource(description="The management interface for outgoing synchronization")
public class OutgoingManagementService
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutgoingManagementService
public OutgoingManagementService()
setStatisticManager
public void setStatisticManager(IStatisticManager statisticManager)
getPeriodicAverageEventsPerBatch
@ManagedAttribute(description="Get the average number of events in each batch since the last statistic flush")
public java.math.BigDecimal getPeriodicAverageEventsPerBatch()
getServerLifetimeAverageEventsPerBatch
@ManagedAttribute(description="Get the average number of events in each batch for the lifetime of the server")
public java.math.BigDecimal getServerLifetimeAverageEventsPerBatch()
getPeriodicAverageMsPerEventBatched
@ManagedAttribute(description="Get the average number of milliseconds it takes to batch an event since the last statistic flush")
public java.math.BigDecimal getPeriodicAverageMsPerEventBatched()
getServerLifetimeAverageMsPerEventBatched
@ManagedAttribute(description="Get the average number of milliseconds it takes to batch an event for the lifetime of the server")
public java.math.BigDecimal getServerLifetimeAverageMsPerEventBatched()
showBatch
@ManagedOperation(description="Show a batch in SymmetricDS Data Format.")
@ManagedOperationParameters(value=)
public java.lang.String showBatch(java.lang.String batchId)
throws java.lang.Exception
- Throws:
java.lang.Exception
setDataExtractorService
public void setDataExtractorService(IDataExtractorService dataExtractorService)
Copyright © 2007-2008. All Rights Reserved.