@Component(value="engineMonitor") @ManagedResource public class EngineMonitor extends Object
| Constructor and Description |
|---|
EngineMonitor() |
| Modifier and Type | Method and Description |
|---|---|
long |
getConsumedWorkUnits() |
boolean |
isPluginStarted() |
boolean |
isProducerStarted() |
boolean |
isProducerSuspended() |
boolean |
isQueueStarted() |
public static final String BEAN
@ManagedAttribute(description="Is plugin started") public boolean isPluginStarted()
@ManagedAttribute(description="Is queue started") public boolean isQueueStarted()
@ManagedAttribute(description="Is producer started") public boolean isProducerStarted()
@ManagedAttribute(description="Is producer suspended") public boolean isProducerSuspended()
@ManagedAttribute(description="Consumed work units") public long getConsumedWorkUnits()
Copyright © 2018. All rights reserved.