org.opennms.netmgt.queued.jmx
Class Queued

java.lang.Object
  extended by org.opennms.netmgt.daemon.AbstractSpringContextJmxServiceDaemon<Queued>
      extended by 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
Queued()
           
 
Method Summary
 long getCreatesCompleted()
          getCreatesCompleted
 long getDequeuedItems()
          getDequeuedItems
 long getDequeuedOperations()
          getDequeuedOperations
 long getElapsedTime()
          getElapsedTime
 long getEnqueuedOperations()
          getEnqueuedOperations
 long getErrors()
          getErrors
protected  String getLoggingPrefix()
          getLoggingPrefix
 long getPromotionCount()
          getPromotionCount
 long getSignificantOpsCompleted()
          getSignificantOpsCompleted
 long getSignificantOpsDequeued()
          getSignificantOpsDequeued
 long getSignificantOpsEnqueued()
          getSignificantOpsEnqueued
protected  String getSpringContext()
          getSpringContext
 long getStartTime()
          getStartTime
 boolean getStatsStatus()
          getStatsStatus
 long getTotalOperationsPending()
          getTotalOperationsPending
 long 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
 

Constructor Detail

Queued

public Queued()
Method Detail

getLoggingPrefix

protected String getLoggingPrefix()

getLoggingPrefix

Specified by:
getLoggingPrefix in class AbstractSpringContextJmxServiceDaemon<Queued>
Returns:
a String object.

getSpringContext

protected String getSpringContext()

getSpringContext

Specified by:
getSpringContext in class AbstractSpringContextJmxServiceDaemon<Queued>
Returns:
a String object.

getStatsStatus

public boolean getStatsStatus()

getStatsStatus

Returns:
a boolean.

getElapsedTime

public long getElapsedTime()

getElapsedTime

Specified by:
getElapsedTime in interface QueuedMBean
Returns:
a long.

getCreatesCompleted

public long getCreatesCompleted()

getCreatesCompleted

Specified by:
getCreatesCompleted in interface QueuedMBean
Returns:
a long.

getTotalOperationsPending

public long getTotalOperationsPending()

getTotalOperationsPending

Specified by:
getTotalOperationsPending in interface QueuedMBean
Returns:
a long.

getErrors

public long getErrors()

getErrors

Specified by:
getErrors in interface QueuedMBean
Returns:
a long.

getUpdatesCompleted

public long getUpdatesCompleted()

getUpdatesCompleted

Specified by:
getUpdatesCompleted in interface QueuedMBean
Returns:
a long.

getPromotionCount

public long getPromotionCount()

getPromotionCount

Specified by:
getPromotionCount in interface QueuedMBean
Returns:
a long.

getDequeuedItems

public long getDequeuedItems()

getDequeuedItems

Specified by:
getDequeuedItems in interface QueuedMBean
Returns:
a long.

getDequeuedOperations

public long getDequeuedOperations()

getDequeuedOperations

Specified by:
getDequeuedOperations in interface QueuedMBean
Returns:
a long.

getEnqueuedOperations

public long getEnqueuedOperations()

getEnqueuedOperations

Specified by:
getEnqueuedOperations in interface QueuedMBean
Returns:
a long.

getSignificantOpsDequeued

public long getSignificantOpsDequeued()

getSignificantOpsDequeued

Specified by:
getSignificantOpsDequeued in interface QueuedMBean
Returns:
a long.

getSignificantOpsEnqueued

public long getSignificantOpsEnqueued()

getSignificantOpsEnqueued

Specified by:
getSignificantOpsEnqueued in interface QueuedMBean
Returns:
a long.

getSignificantOpsCompleted

public long getSignificantOpsCompleted()

getSignificantOpsCompleted

Specified by:
getSignificantOpsCompleted in interface QueuedMBean
Returns:
a long.

getStartTime

public long getStartTime()

getStartTime

Specified by:
getStartTime in interface QueuedMBean
Returns:
a long.


Copyright © 2011. All Rights Reserved.