org.jumpmind.symmetric.service.jmx
Class IncomingManagementService
java.lang.Object
org.jumpmind.symmetric.service.jmx.IncomingManagementService
@ManagedResource(description="The management interface for incoming synchronization")
public class IncomingManagementService
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IncomingManagementService
public IncomingManagementService()
setStatisticManager
public void setStatisticManager(IStatisticManager statisticManager)
getPeriodicDatabaseMsPerRow
@ManagedAttribute(description="Get the number of milliseconds the system is currently taking to commit a data row coming in from another node since the last time statistics were flushed")
public java.math.BigDecimal getPeriodicDatabaseMsPerRow()
getServerLifetimeDatabaseMsPerRow
@ManagedAttribute(description="Get the number of milliseconds the system is currently taking to commit a data row coming in from another node for the lifetime of the server")
public java.math.BigDecimal getServerLifetimeDatabaseMsPerRow()
getPeriodicTransportErrorCount
@ManagedAttribute(description="Get the number of errors that occurred during transport since the last flush")
public java.math.BigDecimal getPeriodicTransportErrorCount()
getServerLifetimeTransportErrorCount
@ManagedAttribute(description="Get the number of errors that occurred during transport for the lifetime of the server")
public java.math.BigDecimal getServerLifetimeTransportErrorCount()
getPeriodicTransportConnectErrorCount
@ManagedAttribute(description="Get the number of errors that occurred while attempting to connect to transport since the last flush")
public java.math.BigDecimal getPeriodicTransportConnectErrorCount()
getServerLifetimeTransportConnectErrorCount
@ManagedAttribute(description="Get the number of errors that occurred while attempting to connect to transport for the lifetime of the server")
public java.math.BigDecimal getServerLifetimeTransportConnectErrorCount()
getPeriodicTransportRejectedCount
@ManagedAttribute(description="Get the number of rejections that occurred while attempting to connect to transport since the last flush")
public java.math.BigDecimal getPeriodicTransportRejectedCount()
getServerLifetimeTransportRejectedCount
@ManagedAttribute(description="Get the number of rejections that occurred while attempting to connect to transport for the lifetime of the server")
public java.math.BigDecimal getServerLifetimeTransportRejectedCount()
getPeriodicDatabaseErrorCount
@ManagedAttribute(description="Get the number of errors that occurred during database activity since the last flush")
public java.math.BigDecimal getPeriodicDatabaseErrorCount()
getServerLifetimeDatabaseErrorCount
@ManagedAttribute(description="Get the number of errors that occurred during database activity for the lifetime of the server")
public java.math.BigDecimal getServerLifetimeDatabaseErrorCount()
getPeriodicOtherErrorCount
@ManagedAttribute(description="Get the number of unanticipated errors that occurred since the last flush")
public java.math.BigDecimal getPeriodicOtherErrorCount()
getServerLifetimeOtherErrorCount
@ManagedAttribute(description="Get the number of unanticipated errors that occurred for the lifetime of the server")
public java.math.BigDecimal getServerLifetimeOtherErrorCount()
getPeriodicBatchCount
@ManagedAttribute(description="Get the number of batches that have been processed since the last flush")
public java.math.BigDecimal getPeriodicBatchCount()
getServerLifetimeBatchCount
@ManagedAttribute(description="Get the number of batches that have been processed for the lifetime of the server")
public java.math.BigDecimal getServerLifetimeBatchCount()
getPeriodicSkipBatchCount
@ManagedAttribute(description="Get the number of batches that have been skipped since the last flush")
public java.math.BigDecimal getPeriodicSkipBatchCount()
getServerLifetimeSkipBatchCount
@ManagedAttribute(description="Get the number of batches that have been skipped for the lifetime of the server")
public java.math.BigDecimal getServerLifetimeSkipBatchCount()
Copyright © 2007-2008. All Rights Reserved.