|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.apache.activemq.advisory.ConsumerEvent
org.apache.activemq.advisory.ConsumerStartedEvent
public class ConsumerStartedEvent
An event when a new consumer has started.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ConsumerStartedEvent(ConsumerEventSource source,
ActiveMQDestination destination,
ConsumerInfo consumerInfo,
int count)
|
Method Summary | |
---|---|
ConsumerInfo |
getConsumerInfo()
|
boolean |
isStarted()
|
Methods inherited from class org.apache.activemq.advisory.ConsumerEvent |
---|
getAdvisor, getConsumerCount, getConsumerId, getDestination |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConsumerStartedEvent(ConsumerEventSource source, ActiveMQDestination destination, ConsumerInfo consumerInfo, int count)
Method Detail |
---|
public boolean isStarted()
isStarted
in class ConsumerEvent
public ConsumerInfo getConsumerInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |