org.apache.activemq.advisory
Class ProducerStartedEvent
java.lang.Object
java.util.EventObject
org.apache.activemq.advisory.ProducerEvent
org.apache.activemq.advisory.ProducerStartedEvent
- All Implemented Interfaces:
- Serializable
public class ProducerStartedEvent
- extends ProducerEvent
An event when a new consumer has started.
- Version:
- $Revision: 359679 $
- See Also:
- Serialized Form
ProducerStartedEvent
public ProducerStartedEvent(ProducerEventSource source,
ActiveMQDestination destination,
ProducerInfo consumerInfo,
int count)
isStarted
public boolean isStarted()
- Specified by:
isStarted
in class ProducerEvent
getProducerInfo
public ProducerInfo getProducerInfo()
- Returns:
- details of the subscription
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.