Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.advisories
Class ProducerAdvisoryEvent  view ProducerAdvisoryEvent download ProducerAdvisoryEvent.java

java.lang.Object
  extended byorg.activemq.advisories.ProducerAdvisoryEvent

public class ProducerAdvisoryEvent
extends java.lang.Object

This event is raised when a MessageProducer starts/stops * @version $Revision: 1.1.1.1 $


Field Summary
private  org.activemq.message.ProducerInfo info
           
 
Constructor Summary
(package private) ProducerAdvisoryEvent(org.activemq.message.ProducerInfo info)
           
 
Method Summary
 org.activemq.message.ProducerInfo getInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

info

private org.activemq.message.ProducerInfo info
Constructor Detail

ProducerAdvisoryEvent

ProducerAdvisoryEvent(org.activemq.message.ProducerInfo info)
Method Detail

getInfo

public org.activemq.message.ProducerInfo getInfo()