public abstract class org.apache.activemq.advisory.ProducerEvent extends java.util.EventObject
{
private static final long serialVersionUID;
private final javax.jms.Destination destination;
private final org.apache.activemq.command.ProducerId producerId;
private final int producerCount;
public void <init>(org.apache.activemq.advisory.ProducerEventSource, javax.jms.Destination, org.apache.activemq.command.ProducerId, int)
{
org.apache.activemq.command.ProducerId v;
javax.jms.Destination v;
int v;
org.apache.activemq.advisory.ProducerEventSource v;
org.apache.activemq.advisory.ProducerEvent v;
v := @this: org.apache.activemq.advisory.ProducerEvent;
v := @parameter: org.apache.activemq.advisory.ProducerEventSource;
v := @parameter: javax.jms.Destination;
v := @parameter: org.apache.activemq.command.ProducerId;
v := @parameter: int;
specialinvoke v.<java.util.EventObject: void <init>(java.lang.Object)>(v);
v.<org.apache.activemq.advisory.ProducerEvent: javax.jms.Destination destination> = v;
v.<org.apache.activemq.advisory.ProducerEvent: org.apache.activemq.command.ProducerId producerId> = v;
v.<org.apache.activemq.advisory.ProducerEvent: int producerCount> = v;
return;
}
public org.apache.activemq.advisory.ProducerEventSource getAdvisor()
{
java.lang.Object v;
org.apache.activemq.advisory.ProducerEvent v;
v := @this: org.apache.activemq.advisory.ProducerEvent;
v = virtualinvoke v.<org.apache.activemq.advisory.ProducerEvent: java.lang.Object getSource()>();
return v;
}
public javax.jms.Destination getDestination()
{
javax.jms.Destination v;
org.apache.activemq.advisory.ProducerEvent v;
v := @this: org.apache.activemq.advisory.ProducerEvent;
v = v.<org.apache.activemq.advisory.ProducerEvent: javax.jms.Destination destination>;
return v;
}
public int getProducerCount()
{
int v;
org.apache.activemq.advisory.ProducerEvent v;
v := @this: org.apache.activemq.advisory.ProducerEvent;
v = v.<org.apache.activemq.advisory.ProducerEvent: int producerCount>;
return v;
}
public org.apache.activemq.command.ProducerId getProducerId()
{
org.apache.activemq.command.ProducerId v;
org.apache.activemq.advisory.ProducerEvent v;
v := @this: org.apache.activemq.advisory.ProducerEvent;
v = v.<org.apache.activemq.advisory.ProducerEvent: org.apache.activemq.command.ProducerId producerId>;
return v;
}
public abstract boolean isStarted();
}