public abstract class ProducerEvent extends EventObject
source
Constructor and Description |
---|
ProducerEvent(ProducerEventSource source,
Destination destination,
ProducerId producerId,
int producerCount) |
Modifier and Type | Method and Description |
---|---|
ProducerEventSource |
getAdvisor() |
Destination |
getDestination() |
int |
getProducerCount()
Returns the current number of producers active at the time this advisory was sent.
|
ProducerId |
getProducerId() |
abstract boolean |
isStarted() |
getSource, toString
public ProducerEvent(ProducerEventSource source, Destination destination, ProducerId producerId, int producerCount)
public ProducerEventSource getAdvisor()
public Destination getDestination()
public int getProducerCount()
public ProducerId getProducerId()
public abstract boolean isStarted()
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.