org.jumpmind.symmetric.service.jmx
Class OutgoingManagementService

java.lang.Object
  extended by org.jumpmind.symmetric.service.jmx.OutgoingManagementService

@ManagedResource(description="The management interface for outgoing synchronization")
public class OutgoingManagementService
extends java.lang.Object


Constructor Summary
OutgoingManagementService()
           
 
Method Summary
 java.math.BigDecimal getPeriodicAverageEventsPerBatch()
           
 java.math.BigDecimal getPeriodicAverageMsPerEventBatched()
           
 java.math.BigDecimal getServerLifetimeAverageEventsPerBatch()
           
 java.math.BigDecimal getServerLifetimeAverageMsPerEventBatched()
           
 void setDataExtractorService(IDataExtractorService dataExtractorService)
           
 void setStatisticManager(IStatisticManager statisticManager)
           
 java.lang.String showBatch(java.lang.String batchId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutgoingManagementService

public OutgoingManagementService()
Method Detail

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.