Package com.adaptris.aws.sqs
Class AmazonSQSConsumerMonitor
- java.lang.Object
-
- com.adaptris.core.runtime.ChildRuntimeInfoComponentImpl
-
- com.adaptris.core.runtime.ConsumerMonitorImpl<AmazonSQSConsumer>
-
- com.adaptris.aws.sqs.AmazonSQSConsumerMonitor
-
- All Implemented Interfaces:
AmazonSQSConsumerMonitorMBean,BaseComponentMBean,ChildRuntimeInfoComponent,ChildRuntimeInfoComponentMBean,ConsumerMonitorMBean,RuntimeInfoComponent
public class AmazonSQSConsumerMonitor extends ConsumerMonitorImpl<AmazonSQSConsumer> implements AmazonSQSConsumerMonitorMBean
-
-
Field Summary
-
Fields inherited from class com.adaptris.core.runtime.ChildRuntimeInfoComponentImpl
log
-
-
Constructor Summary
Constructors Constructor Description AmazonSQSConsumerMonitor(WorkflowManager owner, AmazonSQSConsumer consumer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intmessagesRemaining()-
Methods inherited from class com.adaptris.core.runtime.ConsumerMonitorImpl
getParentRuntimeInfoComponent, getType, getWrappedComponent, uniqueId
-
Methods inherited from class com.adaptris.core.runtime.ChildRuntimeInfoComponentImpl
createObjectName, getParentId, getParentObjectName, registerMBean, unregisterMBean
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.adaptris.core.runtime.BaseComponentMBean
createObjectName, registerMBean, unregisterMBean
-
Methods inherited from interface com.adaptris.core.runtime.ChildRuntimeInfoComponentMBean
getParentId, getParentObjectName
-
-
-
-
Constructor Detail
-
AmazonSQSConsumerMonitor
public AmazonSQSConsumerMonitor(WorkflowManager owner, AmazonSQSConsumer consumer)
-
-
Method Detail
-
messagesRemaining
public int messagesRemaining()
- Specified by:
messagesRemainingin interfaceConsumerMonitorMBean
-
-