Package org.opennms.netmgt.queued.jmx
Interface QueuedMBean
-
- All Superinterfaces:
BaseOnmsMBean
- All Known Implementing Classes:
Queued
public interface QueuedMBean extends BaseOnmsMBean
QueuedMBean interface.
- Version:
- $Id: $
- Author:
- Mathew Brozowski
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getCreatesCompleted()
getCreatesCompletedlong
getDequeuedItems()
getDequeuedItemslong
getDequeuedOperations()
getDequeuedOperationslong
getElapsedTime()
getElapsedTimelong
getEnqueuedOperations()
getEnqueuedOperationslong
getErrors()
getErrorslong
getPromotionCount()
getPromotionCountlong
getSignificantOpsCompleted()
getSignificantOpsCompletedlong
getSignificantOpsDequeued()
getSignificantOpsDequeuedlong
getSignificantOpsEnqueued()
getSignificantOpsEnqueuedlong
getStartTime()
getStartTimelong
getTotalOperationsPending()
getTotalOperationsPendinglong
getUpdatesCompleted()
getUpdatesCompleted-
Methods inherited from interface org.opennms.netmgt.daemon.BaseOnmsMBean
getStatus, getStatusText, init, start, status, stop
-
-
-
-
Method Detail
-
getElapsedTime
long getElapsedTime()
getElapsedTime
- Returns:
- a long.
-
getTotalOperationsPending
long getTotalOperationsPending()
getTotalOperationsPending
- Returns:
- a long.
-
getSignificantOpsCompleted
long getSignificantOpsCompleted()
getSignificantOpsCompleted
- Returns:
- a long.
-
getCreatesCompleted
long getCreatesCompleted()
getCreatesCompleted
- Returns:
- a long.
-
getUpdatesCompleted
long getUpdatesCompleted()
getUpdatesCompleted
- Returns:
- a long.
-
getErrors
long getErrors()
getErrors
- Returns:
- a long.
-
getPromotionCount
long getPromotionCount()
getPromotionCount
- Returns:
- a long.
-
getSignificantOpsEnqueued
long getSignificantOpsEnqueued()
getSignificantOpsEnqueued
- Returns:
- a long.
-
getSignificantOpsDequeued
long getSignificantOpsDequeued()
getSignificantOpsDequeued
- Returns:
- a long.
-
getEnqueuedOperations
long getEnqueuedOperations()
getEnqueuedOperations
- Returns:
- a long.
-
getDequeuedOperations
long getDequeuedOperations()
getDequeuedOperations
- Returns:
- a long.
-
getDequeuedItems
long getDequeuedItems()
getDequeuedItems
- Returns:
- a long.
-
getStartTime
long getStartTime()
getStartTime
- Returns:
- a long.
-
-