Package org.opennms.netmgt.queued.jmx
Class Queued
- java.lang.Object
-
- org.opennms.netmgt.daemon.AbstractSpringContextJmxServiceDaemon<Queued>
-
- org.opennms.netmgt.queued.jmx.Queued
-
- All Implemented Interfaces:
BaseOnmsMBean
,QueuedMBean
public class Queued extends AbstractSpringContextJmxServiceDaemon<Queued> implements QueuedMBean
Queued class.
- Version:
- $Id: $
- Author:
- Mathew Brozowski
-
-
Field Summary
-
Fields inherited from class org.opennms.netmgt.daemon.AbstractSpringContextJmxServiceDaemon
DAEMON_BEAN_NAME
-
-
Constructor Summary
Constructors Constructor Description Queued()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCreatesCompleted()
getCreatesCompletedlong
getDequeuedItems()
getDequeuedItemslong
getDequeuedOperations()
getDequeuedOperationslong
getElapsedTime()
getElapsedTimelong
getEnqueuedOperations()
getEnqueuedOperationslong
getErrors()
getErrorsprotected String
getLoggingPrefix()
getLoggingPrefixlong
getPromotionCount()
getPromotionCountlong
getSignificantOpsCompleted()
getSignificantOpsCompletedlong
getSignificantOpsDequeued()
getSignificantOpsDequeuedlong
getSignificantOpsEnqueued()
getSignificantOpsEnqueuedprotected String
getSpringContext()
getSpringContextlong
getStartTime()
getStartTimeboolean
getStatsStatus()
getStatsStatuslong
getTotalOperationsPending()
getTotalOperationsPendinglong
getUpdatesCompleted()
getUpdatesCompleted-
Methods inherited from class org.opennms.netmgt.daemon.AbstractSpringContextJmxServiceDaemon
getContext, getDaemon, getStatus, getStatusText, init, start, status, stop
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opennms.netmgt.daemon.BaseOnmsMBean
getStatus, getStatusText, init, start, status, stop
-
-
-
-
Method Detail
-
getLoggingPrefix
protected String getLoggingPrefix()
getLoggingPrefix
- Specified by:
getLoggingPrefix
in classAbstractSpringContextJmxServiceDaemon<Queued>
- Returns:
- a
String
object.
-
getSpringContext
protected String getSpringContext()
getSpringContext
- Specified by:
getSpringContext
in classAbstractSpringContextJmxServiceDaemon<Queued>
- Returns:
- a
String
object.
-
getStatsStatus
public boolean getStatsStatus()
getStatsStatus
- Returns:
- a boolean.
-
getElapsedTime
public long getElapsedTime()
getElapsedTime
- Specified by:
getElapsedTime
in interfaceQueuedMBean
- Returns:
- a long.
-
getCreatesCompleted
public long getCreatesCompleted()
getCreatesCompleted
- Specified by:
getCreatesCompleted
in interfaceQueuedMBean
- Returns:
- a long.
-
getTotalOperationsPending
public long getTotalOperationsPending()
getTotalOperationsPending
- Specified by:
getTotalOperationsPending
in interfaceQueuedMBean
- Returns:
- a long.
-
getErrors
public long getErrors()
getErrors
- Specified by:
getErrors
in interfaceQueuedMBean
- Returns:
- a long.
-
getUpdatesCompleted
public long getUpdatesCompleted()
getUpdatesCompleted
- Specified by:
getUpdatesCompleted
in interfaceQueuedMBean
- Returns:
- a long.
-
getPromotionCount
public long getPromotionCount()
getPromotionCount
- Specified by:
getPromotionCount
in interfaceQueuedMBean
- Returns:
- a long.
-
getDequeuedItems
public long getDequeuedItems()
getDequeuedItems
- Specified by:
getDequeuedItems
in interfaceQueuedMBean
- Returns:
- a long.
-
getDequeuedOperations
public long getDequeuedOperations()
getDequeuedOperations
- Specified by:
getDequeuedOperations
in interfaceQueuedMBean
- Returns:
- a long.
-
getEnqueuedOperations
public long getEnqueuedOperations()
getEnqueuedOperations
- Specified by:
getEnqueuedOperations
in interfaceQueuedMBean
- Returns:
- a long.
-
getSignificantOpsDequeued
public long getSignificantOpsDequeued()
getSignificantOpsDequeued
- Specified by:
getSignificantOpsDequeued
in interfaceQueuedMBean
- Returns:
- a long.
-
getSignificantOpsEnqueued
public long getSignificantOpsEnqueued()
getSignificantOpsEnqueued
- Specified by:
getSignificantOpsEnqueued
in interfaceQueuedMBean
- Returns:
- a long.
-
getSignificantOpsCompleted
public long getSignificantOpsCompleted()
getSignificantOpsCompleted
- Specified by:
getSignificantOpsCompleted
in interfaceQueuedMBean
- Returns:
- a long.
-
getStartTime
public long getStartTime()
getStartTime
- Specified by:
getStartTime
in interfaceQueuedMBean
- Returns:
- a long.
-
-